feat(F-048): completed feature

This commit is contained in:
chattie
2026-08-19 07:17:14 +02:00
parent 8ee1938af9
commit 835ab66eda
187 changed files with 12361 additions and 1065 deletions

View File

@@ -211,6 +211,26 @@ verify.sh
Chat-only claims do not pass any gate. The agent must write evidence to disk.
## Ticket lifecycle commands
Do not edit `backlog/features.json` directly. Use the repository scripts:
```bash
# Create a pending ticket interactively.
python3 scripts/new_ticket.py
# Select exactly one pending ticket and promote it to in_progress.
python3 scripts/new_ticket.py --start F-048
# Repair the deprecated `review` gate key in imported/legacy tickets.
python3 scripts/new_ticket.py --normalize-gates
# After reviewer, security and QA approve, close and commit the ticket.
python3 scripts/close_feature.py F-048
```
`--start` refuses to run when another feature is already `in_progress`. `verify.sh` also rejects a runtime marked `running` when the matching backlog feature is still `pending`.
## What Engram is for
Engram is durable memory for reusable facts, not a replacement for stage artifacts.