stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -12,11 +12,11 @@ Manage trusted time anchors and staleness budgets for sealed environments, ensur
## Definition of Done
- Test vectors for time tokens committed alongside verification code.
- Drift calculations deterministic and configurable per tenant.
- Documentation updates for `docs/airgap/staleness-and-time.md` with examples.
- Documentation updates for `docs/modules/airgap/guides/staleness-and-time.md` with examples.
## Required Reading
- `docs/airgap/airgap-mode.md`
- `docs/airgap/staleness-and-time.md`
- `docs/modules/airgap/guides/airgap-mode.md`
- `docs/modules/airgap/guides/staleness-and-time.md`
- `docs/modules/platform/architecture-overview.md`
## Working Agreement
@@ -25,3 +25,4 @@ Manage trusted time anchors and staleness budgets for sealed environments, ensur
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.