Skip to content

Commit 022a672

Browse files
committed
feat(package): spectral sentinel, a online subspace anomaly detector
Introduce the new sub-package called "sentinel", that observes positionally structured observation streams.
1 parent 45a74fa commit 022a672

102 files changed

Lines changed: 34805 additions & 98 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@ Eagerly corrected when spotted in **any** file!
7171

7272
Cross-references use the `§` (section sign) prefix. Every reference
7373
carries a **package qualifier** so the target document is never ambiguous.
74-
ADR references (`ADR-T-001`, `ADR-R-001`, …) are an exception — they
75-
use their own `ADR-<PREFIX>-<NNN>` form without the `§` prefix.
76-
77-
| Prefix | Package | Example document |
78-
| ------ | -------------------- | -------------------------------- |
79-
| `T-` | Torrust (root crate) | |
80-
| `M-` | Mudlark | `packages/mudlark/docs/idea.md` |
81-
| `R-` | render-text-as-image | `packages/render-text-as-image/` |
74+
ADR references (`ADR-T-001`, `ADR-S-001`, `ADR-R-001`, …) are an
75+
exception — they use their own `ADR-<PREFIX>-<NNN>` form without the `§`
76+
prefix.
77+
78+
| Prefix | Package | Example document |
79+
| ------ | -------------------- | ---------------------------------------- |
80+
| `T-` | Torrust (root crate) | |
81+
| `M-` | Mudlark | `packages/mudlark/docs/idea.md` |
82+
| `S-` | Sentinel | `packages/sentinel/docs/algorithm.md` |
83+
| `R-` | render-text-as-image | `packages/render-text-as-image/` |
8284

8385
Helper crates (`index-health-check`, `index-auth-keypair`,
8486
`index-config`, `index-config-probe`, `index-cli-common`,

0 commit comments

Comments
 (0)