Document packaging and release artifacts
This commit is contained in:
parent
aee984d862
commit
e0e5cd62d9
14 changed files with 470 additions and 13 deletions
|
|
@ -85,6 +85,7 @@ Start with:
|
|||
- `docs/ROADMAP.md` for sequenced work.
|
||||
- `docs/COMMAND_REFERENCE.md` for CLI contracts.
|
||||
- `docs/OPERATIONS.md` and `docs/RUNBOOKS.md` for operator workflows.
|
||||
- `docs/PACKAGING.md` for package layout and distro install paths.
|
||||
- `docs/THREAT_MODEL.md` for security boundaries and non-goals.
|
||||
|
||||
## Engineering Rules
|
||||
|
|
@ -180,5 +181,8 @@ 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/PACKAGING.md` for package/install behavior.
|
||||
- `packaging/release-artifacts.sh` for release tarballs, checksums, and optional
|
||||
GPG signatures.
|
||||
- `docs/VERSION.json` and `docs/INDEX.md` for documentation versioning.
|
||||
- `config/enodia-sentinel.toml` for config knobs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue