Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ARCHITECT_SESSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ service programme:
| Evidence | Classification | Reconciled meaning |
| --- | --- | --- |
| PR #128 merge `1726f774cb42894d3d3386e80adee9444c7a7914` | `MERGED_CANONICAL` | Forge's deterministic, identity-bound, scoped liveness/readiness evaluation now treats the exact timeout boundary as stale and fail-closed. |
| Draft Finalization PR #129 | `PENDING_PR` | The separate, non-empty Finalization delivery reconciles the aggregate-health handoff and rolling current-state navigation without changing runtime semantics. |
| Finalization PR #129 merge `49596812cefb41250fab184f35dc2c28571e05e0` | `MERGED_CANONICAL` | The separate, non-empty Finalization delivery reconciles the aggregate-health handoff and rolling current-state navigation without changing runtime semantics. |
| Candidate `dcf1e7a14f54e9c0eac0e0f0f95550b561232987` validation and distinct Quality/Security review receipts | `FORENSIC` | Candidate-bound execution evidence covers 16 focused health regressions and the 667-test canonical suite; Engineering Platform Prompt History remains immutable and does not become Forge architecture authority. |
| `FORGE_AGGREGATE_HEALTH_V1` HTTP/CLI, installed-service and full FH qualification nodes | `MERGED_CANONICAL` | Still documented as `PLANNED`; the library evaluator alone does not complete or activate them. |
| Security review observation about same-zone daylight-saving-fold arithmetic | `FORENSIC` | Non-blocking follow-up evidence. Normalize collector timestamps to UTC and add a fold regression before installed health relies on local-zone timestamps; this observation grants no new work authority. |
Expand Down
5 changes: 3 additions & 2 deletions BOOTSTRAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Start health work with
[`forge/runtime/health.py`](forge/runtime/health.py), its
[`focused regressions`](tests/test_runtime_health.py), and the
[`aggregate-health contract`](docs/architecture/FORGE_AGGREGATE_HEALTH_V1.md).
The separate, non-empty draft Finalization PR #129 reconciles this rolling
checkpoint without changing runtime semantics.
The separate, non-empty Finalization PR #129 is merged at
`49596812cefb41250fab184f35dc2c28571e05e0`; this rolling checkpoint is
reconciled to that protected delivery without changing runtime semantics.

This delivery is the local evaluation boundary only. It does not complete the
planned HTTP/CLI routes, installed Forge Server, OpenAPI/Postman drift gates, or
Expand Down
5 changes: 3 additions & 2 deletions HANDOFF.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ an observation at the exact timeout boundary is stale rather than fresh. The
exact reviewed candidate `dcf1e7a14f54e9c0eac0e0f0f95550b561232987`
passed all 16 focused health regressions and the 667-test canonical validation,
with distinct passing Quality and Security reviews. The separate, non-empty
draft Finalization PR #129 records this mission-related handoff without
changing runtime or execution semantics.
Finalization PR #129 is merged at
`49596812cefb41250fab184f35dc2c28571e05e0`; its documentation delivery records
this mission-related handoff without changing runtime or execution semantics.

The delivery covers scoped liveness/readiness aggregation, required/optional/
disabled applicability, fail-closed freshness, identity and check-scope
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ Implementation PR #128 is merged at
`1726f774cb42894d3d3386e80adee9444c7a7914`; its exact candidate
`dcf1e7a14f54e9c0eac0e0f0f95550b561232987` also makes an observation stale
when its age exactly equals its timeout, with focused coverage for both
liveness and readiness. The separate, non-empty draft Finalization PR #129
liveness and readiness. The separate, non-empty Finalization PR #129 is merged
at `49596812cefb41250fab184f35dc2c28571e05e0`; its documentation delivery
records the bounded handoff and reconciles current-state navigation without
extending the evaluator's scope.

Expand Down
Loading