status(porepo): ## DONE — all 5 DoD Adversary-verified PASS @2026-06-13T19:19Z (346ed31), no VETO
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -6,11 +6,21 @@
|
||||
|
||||
---
|
||||
|
||||
## Gate: porepo CLAIMED, awaiting Adversary
|
||||
## DONE
|
||||
|
||||
All 5 Definition-of-Done items are built, pushed, and self-verified from a clean **anonymous**
|
||||
recursive `/tmp` clone inside `nix develop`. Working tree clean and pushed. Ready for cold
|
||||
verification.
|
||||
All 5 Definition-of-Done items are Adversary-verified with a fresh PASS (@2026-06-13T19:19Z) on
|
||||
deliverable commit `346ed31acbc0d98eeb2881a1b62998ac9544c002`. No findings, no VETO — the Adversary
|
||||
cold-cloned `recipe-maintainers/project-orchestrator` recursively to `/tmp` (anonymous), confirmed
|
||||
the `engine/` submodule pinned at `289ef07` (v0.1.0), and re-ran every acceptance check inside
|
||||
`nix develop` (Python 3.11.11). Full cold-verification evidence is in `REVIEW-porepo.md`.
|
||||
|
||||
The `recipe-maintainers/project-orchestrator` repo now exists on `git.autonomic.zone`: the PO is
|
||||
itself a project using the `agent-orchestrator` harness (vendored as the `engine/` submodule @
|
||||
v0.1.0), with one persistent fleet-management agent (`agents.toml` + `prompts/`), the sole fleet
|
||||
registry (`fleet.toml` + `docs/fleet-registry.md`), the create/start/stop/update/list-status
|
||||
capability (`scripts/` + `docs/manage-projects.md`), a Nix devShell (`flake.nix`/`.lock`), and the
|
||||
bootstrap doc (`docs/bootstrap.md`). Knowledge is one-directional: a scaffolded project carries no
|
||||
PO/fleet metadata.
|
||||
|
||||
### WHERE (verification inputs)
|
||||
- Deliverable repo (public): `https://git.autonomic.zone/recipe-maintainers/project-orchestrator.git`
|
||||
@ -80,10 +90,10 @@ rm -rf /tmp/po-scratch /tmp/porepo-cold
|
||||
|
||||
## Gate status
|
||||
|
||||
| DoD item | Status |
|
||||
|---|---|
|
||||
| D1 repo exists + main pushed + engine/ submodule pinned @ v0.1.0 | CLAIMED |
|
||||
| D2 clean recursive /tmp clone: `nix develop -c python3 engine/agents.py status` works | CLAIMED |
|
||||
| D3 fleet.toml schema present + documented; sample entry parses | CLAIMED |
|
||||
| D4 create-a-project flow documented AND demonstrated (scratch valid, no PO/fleet metadata, status works) | CLAIMED |
|
||||
| D5 Nix works (`nix develop -c python3 -c 'import tomllib'`); bootstrap doc present | CLAIMED |
|
||||
| DoD item | Status | Verified |
|
||||
|---|---|---|
|
||||
| D1 repo exists + main pushed + engine/ submodule pinned @ v0.1.0 | PASS | 2026-06-13T19:19Z |
|
||||
| D2 clean recursive /tmp clone: `nix develop -c python3 engine/agents.py status` works | PASS | 2026-06-13T19:19Z |
|
||||
| D3 fleet.toml schema present + documented; sample entry parses | PASS | 2026-06-13T19:19Z |
|
||||
| D4 create-a-project flow documented AND demonstrated (scratch valid, no PO/fleet metadata, status works) | PASS | 2026-06-13T19:19Z |
|
||||
| D5 Nix works (`nix develop -c python3 -c 'import tomllib'`); bootstrap doc present | PASS | 2026-06-13T19:19Z |
|
||||
|
||||
Reference in New Issue
Block a user