Version documentation index and contracts

This commit is contained in:
Luna 2026-06-16 04:14:26 -07:00
parent 7a176ea238
commit aee984d862
8 changed files with 115 additions and 2 deletions

View file

@ -23,7 +23,7 @@ Primary functions:
## Current State Snapshot
As of 2026-06-13, the project is a local-first Linux IDS/IPS/EDR agent at
As of 2026-06-16, the project is a local-first Linux IDS/IPS/EDR agent at
package version `0.7.0`. The branch has a working stdlib-only daemon, CLI,
HTTPS management console, incident model, response planner, rootcheck, posture
checks, file/package integrity checks, push notification backends, and optional
@ -80,6 +80,7 @@ Near-term open work:
Start with:
- `README.md` for product overview and architecture.
- `docs/INDEX.md` for the versioned documentation entry point.
- `docs/SPECIFICATION.md` for the product model and acceptance criteria.
- `docs/ROADMAP.md` for sequenced work.
- `docs/COMMAND_REFERENCE.md` for CLI contracts.
@ -179,4 +180,5 @@ When changing behavior, update the relevant set:
- `docs/THREAT_MODEL.md` for trust-boundary/security-model changes.
- `docs/ROADMAP.md` for planned or completed roadmap movement.
- `docs/SCHEMAS.md` for stable JSON contracts.
- `docs/VERSION.json` and `docs/INDEX.md` for documentation versioning.
- `config/enodia-sentinel.toml` for config knobs.