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 .agent-loop/CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ authority; these records do not grant or withhold it.
| [WS-AUTH-001](initiatives/WS-AUTH-001-workstream-authorization-service/STATUS.md) | Active delivery initiative; project-policy authority and unified compilation authorization are merged through `12I` | POL-03B consumes 12I next; remaining AUTH activation chunks wait for their exact hidden owner behavior |
| [WS-CON-001](initiatives/WS-CON-001-contribution-compensation-boundary/STATUS.md) | Active delivery initiative; CP03B completes adapter-binding activation and CP04A-CP04B complete hidden ContributionPolicy behavior; shared lifecycle audit foundations are merged | Prepare CP05 policy activation, then complete guide-activation validation/persistence before task readiness |
| [WS-AUTH-003](initiatives/WS-AUTH-003-module-boundary-recovery/STATUS.md) | AUTH boundary foundation and first public-capability proof through POL-03A are merged | Repair each touched AUTH capability through `authorization.api` and shrink the canonical AUTH ledger |
| [WS-POL-003](initiatives/WS-POL-003-unified-project-guide-compilation/STATUS.md) | Active delivery initiative; hidden compilation custody and AUTH-12I activation are merged | Implement POL-03B authorized compilation persistence, then continue the reviewed dependency order |
| [WS-POL-003](initiatives/WS-POL-003-unified-project-guide-compilation/STATUS.md) | Active delivery initiative; `WS-POL-003-03B` authorized compilation persistence is complete | `WS-POL-003-04A` is the next eligible dependency; it remains unstarted |
| [WS-REV-001](initiatives/WS-REV-001-review-revision-lifecycle/STATUS.md) | Independent foundations through queue admission and reviewer-lease persistence are merged through `03A2`; schema/packet foundations may continue behind their own gates | Live admission/claim requires canonical 04E `allow_review`; ReviewLease copies the admitted Submission's immutable attempt policy version, and the first Review commit requires CON-03C/07 atomic contribution/award behavior |
| [WS-QUAL-002](initiatives/WS-QUAL-002-behavior-ownership-catalogue/STATUS.md) | Catalogue foundation `01` and local context evidence `02` are merged through PRs #297 and #303 | Populate subsystem ownership through `03A`-`03D` before completeness or changed-line-aware mutation work |
| [WS-XINT-002](initiatives/WS-XINT-002-art-auth-end-to-end/STATUS.md) | Guide and pre-submit materialization activation is merged | Continue only remaining ART and AUTH activation edges required by the artifact delivery path |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ transient work, and no chunk starts automatically.
| `WS-POL-003-02` | One `compile_project_guide` adapter method and fake-runtime proof. Merged PR #301. | 01 |
| `WS-POL-003-03A` | Hidden immutable attempt/compilation schema, validator, repository, crash fence, and deny-by-default authorization seams. | 02 |
| `WS-AUTH-001-12I` | Register and activate exact PM compilation request/recovery plus fixed-service compilation execute authority. | 03A exact resource/action manifest |
| `WS-POL-003-03B` | Consume 12I to make immutable compilation parent/result persistence usable; no policy projection or setup-service cutover. | 03A + AUTH-12I |
| `WS-POL-003-03B` | Complete authorized immutable compilation persistence; no policy projection or setup-service cutover. POL-04A is the next boundary. | 03A + AUTH-12I satisfied |
| `WS-POL-003-04A` | Hidden one-attempt setup orchestrator over the complete result, with all three legacy inference methods denied/unreachable in the candidate call graph. | 03B |
| `WS-AUTH-001-12B2` | Activate only setup-ledger mutation and its fixed-service adapter for the reviewed unified setup-service manifest. | 04A |
| `WS-POL-003-04B` | Live one-call setup cutover; persist complete result, sufficiency, and artifact-policy projections; remove every legacy inference call from live reachability. | 04A + AUTH-12B2 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

1. One logical structured model attempt is used per immutable source snapshot,
catalogue snapshot, and setup generation. A durable attempt row and provider
idempotency key serialize dispatch. Retry/recovery uses that exact key and
retrieves or reuses its accepted result; it never creates another call.
Invalid or unsafe output consumes the attempt and blocks that generation.
idempotency key serialize dispatch. The current provider boundary cannot
prove retrieval or same-key replay after an unknown outcome, so recovery
remains `provider_outcome_unresolved` and never redispatches. A future
provider capability may retrieve or reuse the accepted result only after it
proves exact same-key observation. Invalid or unsafe output consumes the
attempt and blocks that generation.
2. `ProjectGuideCompilation` is immutable provenance/proposal evidence, not a
canonical policy replacement.
3. Existing policy objects and Project Manager approval gates remain separate.
Expand All @@ -29,7 +32,7 @@
10. Representative task context is optional and bounded; its absence cannot
block project guide compilation.
11. Setup failures, capability gaps, timeouts, and retries create no
ContributionRecord, payment, award, or negative reputation evidence.
ContributionRecord, settlement, award, or negative reputation evidence.
12. No backward-compatibility aliases or dual model-inference paths survive
final cleanup.
13. Pre-submit has no standalone feedback/execution API. One canonical
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ before any is started, its contract must be expanded on then-current main with
explicit allowed/not-allowed paths, runnable verification commands, and named
reviewer tracks. They cannot authorize implementation in their current form.

`WS-POL-003-03A` merged through PR #307 at `5e459a8f`. It installs hidden
compilation custody and the first public AUTH-capability consumer proof.
AUTH-12I merged through PR #312 at `98eae13e`; POL-03B is now the next eligible
POL implementation boundary.
`WS-POL-003-03A` merged through PR #307 at `5e459a8f`, and AUTH-12I merged
through PR #312 at `98eae13e`. `WS-POL-003-03B` is complete. It installs the
hidden internal coordinator, migration 0008 request custody, SQL digest and
authorization trigger, explicit dispatch-versus-recovery receipts,
current-setup lineage checks, real-PostgreSQL concurrency and crash proof, and
semantic-lane registration. POL-04A is the next eligible dependency and has
not started. The open pull request remains transient until a human merges it;
protected main does not gain this behavior before that merge.

WS-POL-003-08 is planned only after the canonical WS-ARCH-001-04E manifest and
is not a prerequisite for WS-ARCH-001-03A.
Loading
Loading