diff --git a/RESOURCES.md b/RESOURCES.md new file mode 100644 index 0000000..aae9292 --- /dev/null +++ b/RESOURCES.md @@ -0,0 +1,5 @@ +# RESOURCES + +## Overview + + diff --git a/evidence/engagement/.gitkeep b/evidence/engagement/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/evidence/evolution/.gitkeep b/evidence/evolution/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/evidence/holdout/.gitkeep b/evidence/holdout/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/evidence/red-team/.gitkeep b/evidence/red-team/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/evidence/user-test/.gitkeep b/evidence/user-test/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/knowledge/.gitkeep b/knowledge/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/knowledge/planner-memory.md b/knowledge/planner-memory.md index 10414e3..e05d5c5 100644 --- a/knowledge/planner-memory.md +++ b/knowledge/planner-memory.md @@ -1,28 +1,32 @@ - + # Planner Memory -Last updated: 2026-04-08 +Last updated: 2026-04-11 ## Run history - Run 1 (2026-04-05): First planning run. Established prerequisite tree from VISION.md. -- Run 2 (2026-04-08): Foundation milestone completed. All 5 blockers resolved. Triaged 4 predictor predictions (all actioned). Filed #425 (ops repo migration) and #426 (website observability). Focus shifted to Adoption milestone. +- Run 2 (2026-04-08): Foundation milestone completed. Triaged 4 predictor predictions. Filed #425, #426. Focus shifted to Adoption. +- Run 3 (2026-04-11): Infrastructure maturity work (#641-#652, #663, #669, #671, #682). Prerequisite tree updated with Foundation+ objective. +- Run 4 (2026-04-11): Foundation+ DONE (#647 closed). Adoption architect DONE (#689, #690 closed). Ops repo migration DONE (#688 closed — vault/evidence/sprints dirs exist). Filed #697 (example project). 0 predictions to triage. ## Current constraint focus -1. **Ops repo migration** (#425) — existing deployments missing evidence/, sprints/, portfolio.md, RESOURCES.md, vault subdirs. Blocks evidence collection for all agents. Priority+backlog. -2. **Website observability** (#426) — disinto.ai has no analytics/measurement. Blocks Adoption landing page and Ship engagement measurement. Vision-level (design decisions needed). -3. **Example project** — none exists. Blocked on bootstrap verification after #425. -4. **Deploy profiles** — not started. Vision-level design needed for per-artifact-type deployment. -5. **Assumptions register** — not started. Ship (Fold 2) prerequisite. +1. **Dev-poll deadlock** (#693) — in-progress bug, blocks dev agent reliability in same-container deployments. Being worked by dev-qwen. +2. **Website observability** (#426) — vision. disinto.ai has no analytics. Blocks Adoption landing page AND Ship engagement measurement. Two downstream objectives. +3. **Example project** (#697) — vision. Now unblocked by #688. Needs architect decomposition. Key Adoption deliverable and onboarding asset. +4. **Deploy profiles** — not started. Vision-level design needed. Blocks Ship milestone. +5. **Assumptions register** — not started. Blocks Ship milestone. ## Patterns observed -- Foundation milestone completed in ~10 days (2026-03-28 to 2026-04-08). High bug fix velocity once dev-agent pipeline was reliable. -- Predictor-planner loop working: predictor filed 4 accurate predictions, planner actioned all 4. The adversarial feedback catches stale state and planner drift effectively. -- Predictor correctly identified planner filing Fold 2/3 vision issues (#418, #419) while Foundation was incomplete — planner must verify milestone completion before advancing. -- Ops repo structural debt: setup_ops_repo() creates dirs for new repos but doesn't migrate existing ones. Pattern will recur with future schema changes. -- No observables exist — all 4 addressables (website, repo, skill, github org) lack measurement. This is the fundamental gap between Adoption and Ship. +- Foundation milestone completed in ~10 days (2026-03-28 to 2026-04-08). Foundation+ completed in ~3 days (2026-04-08 to 2026-04-11). Infrastructure maturity accelerating. +- Predictor-planner loop working: 7 predictions triaged across runs 2-3, all actioned. No new predictions in run 4. +- Architect lifecycle now complete: #689 (close parent vision) and #690 (signature bug) both fixed. Architect can now decompose vision issues into sprints autonomously. +- Ops repo structural debt resolved: #688 closed, migrate_ops_repo() auto-triggers on startup. All canonical dirs present (vault/pending|approved|fired|rejected, evidence/*, sprints/). +- No observables exist — all addressables (website, repo, skill, github org) lack measurement. This remains the fundamental gap between Adoption and Ship. +- Graph healthy: 207 nodes, 240 edges, no cycles, no bottlenecks. Orphans are benign (closed issues, unused formulas/labels). ## Strategic direction -- Foundation DONE. Adoption is now the active milestone. -- #425 is the single blocking issue — once ops repo dirs exist, evidence collection unblocks and bootstrap is complete. -- After #425: focus on example project (demonstrates full lifecycle) and website observability (#426). +- Foundation and Foundation+ both DONE. Adoption is the active milestone. +- Three Adoption objectives DONE (Forgejo+CI, architect lifecycle, bootstrap infrastructure). Three remain: landing page (#426), example project (#697), bootstrap verification. +- #693 (dev-poll deadlock) is the only active bug — if resolved, dev pipeline is fully reliable. +- #697 and #426 are both vision-level — architect should decompose them into sprint issues. - Do NOT file Ship/Learn issues until Adoption objectives show progress. Predictor will check. -- Graph report is healthy: 165 nodes, 137 edges, no cycles, no bottlenecks. 7 orphans are benign (closed issues, unused formulas/labels). +- RESOURCES.md and portfolio.md are empty placeholders — low priority but should be populated as addressables/observables materialize. diff --git a/portfolio.md b/portfolio.md new file mode 100644 index 0000000..7158d78 --- /dev/null +++ b/portfolio.md @@ -0,0 +1,5 @@ +# Portfolio + +## Overview + + diff --git a/prerequisites.md b/prerequisites.md index d61ecf6..2306122 100644 --- a/prerequisites.md +++ b/prerequisites.md @@ -1,5 +1,5 @@ # Prerequisite Tree - + ## Objective: Foundation — Core agent loop (dev → CI → review → merge) - [x] dev-agent picks up backlog issues (dev/dev-agent.sh exists) @@ -18,7 +18,7 @@ Status: DONE ## Objective: Foundation — Planner gap analysis against vision - [x] Planner formula exists (run-planner.toml v4) - [x] planner-run.sh cron wrapper exists -- [x] Planning runs established and maintaining prerequisite tree (run 1: 2026-04-05, run 2: 2026-04-08) +- [x] Planning runs established (runs 1–5) Status: DONE ## Objective: Foundation — Multi-project support @@ -29,24 +29,36 @@ Status: DONE ## Objective: Foundation — Knowledge graph for structural defect detection - [x] networkx package installed in agents container (#220 — closed) - [x] build-graph.py exists in lib/ -- [x] Graph report generating successfully (165 nodes, 137 edges as of 2026-04-08) +- [x] Graph report generating successfully (215 nodes, 306 edges as of 2026-04-12) Status: DONE ## Objective: Foundation — Predictor-planner adversarial feedback loop - [x] Predictor formula exists (run-predictor.toml) - [x] Planner prediction triage step defined - [x] Prediction workflow labels created on Forgejo (#225 — closed) -- [x] Predictor filing predictions (4 predictions triaged in run 2) +- [x] Predictor filing predictions (7 predictions triaged across runs 2-3) Status: DONE ## --- FOUNDATION MILESTONE: DONE --- +## Objective: Foundation+ — Infrastructure maturity +- [x] CLAUDE_CONFIG_DIR rollout (#641-#646 — all closed) +- [x] Credential handling cleanup (#669, #671 — closed) +- [x] Agent profile/journal fixes (#651, #652, #663 — closed) +- [x] Cron intervals configured (#682 — closed) +- [x] Remove external flock (#647 — closed) +Status: DONE + +## --- FOUNDATION+ MILESTONE: DONE --- + ## Objective: Adoption — One-command bootstrap (disinto init → disinto up) - [x] disinto init re-run stability (#158 — closed) - [x] disinto init repo creation API endpoint (#164 — closed) - [x] Prediction labels created during init (#225 — closed) -- [ ] Ops repo migration for existing deployments (#425 — backlog+priority) -Status: BLOCKED — #425 ops repo missing dirs on existing deployments +- [x] Ops repo migration code merged (#425 — closed) +- [x] Ops repo migration auto-triggers on agent startup (#688 — closed) +- [ ] End-to-end bootstrap verification with example project (#697 — vision) +Status: READY — migration works, needs end-to-end verification ## Objective: Adoption — Built-in Forgejo + Woodpecker CI - [x] Docker compose with Forgejo + Woodpecker @@ -60,9 +72,39 @@ Status: DONE Status: BLOCKED — no evidence process connected to website ## Objective: Adoption — Example project demonstrating full lifecycle -- [ ] No example project exists -- [ ] Requires verified bootstrap (#425) -Status: BLOCKED — depends on bootstrap completion and ops repo migration +- [x] Bootstrap path unblocked (#688 — closed) +- [ ] Example project design and implementation (#697 — vision) +Status: BLOCKED — #697 needs architect decomposition + +## Objective: Adoption — Architect lifecycle completeness +- [x] Architect closes parent vision issues when sprint sub-issues complete (#689 — closed) +- [x] Architect-run.sh signature bug fixed (#690 — closed) +- [x] Architect-run.sh malformed URL fixed (#717 — closed) +- [x] Architect-run.sh empty pitch fixed (#716 — closed) +- [ ] Architect review detection: ignores formal APPROVED reviews (#718 — in-progress) +Status: READY — #718 being fixed by dev-bot, architect functional but has edge case + +## Objective: Adoption — Dev agent pipeline reliability +- [x] Dev-poll deadlock in same-container case (#693 — closed) +- [x] WOODPECKER_REPO_ID agent container fix (#599 — closed) +- [x] Profile journal digestion hang (#702 — closed) +Status: DONE + +## Objective: Adoption — Claude chat interface (#623 sprint) +- [x] Caddy subpath routing skeleton + Forgejo/Woodpecker host reconfig (#704 — closed) +- [ ] disinto-chat container scaffold, no auth (#705 — in-progress by dev-qwen) +- [ ] disinto-chat sandbox hardening (#706 — backlog) +- [ ] Claude identity isolation for disinto-chat (#707 — backlog) +- [ ] Forgejo OAuth gate for disinto-chat (#708 — backlog) +- [ ] Caddy Remote-User forwarding + chat-side validation (#709 — backlog) +- [ ] disinto-chat conversation history persistence (#710 — backlog) +- [ ] disinto-chat cost caps + rate limiting (#711 — backlog) +- [ ] disinto-chat escalation tools (#712 — backlog) +- [ ] Per-project subdomain fallback path, contingency (#713 — backlog) +Status: IN PROGRESS — 1/10 done, #705 active. Architect-decomposed sprint from #623. + +## --- ADOPTION MILESTONE: IN PROGRESS --- +## 5 objectives DONE, 1 READY, 2 BLOCKED, 2 IN PROGRESS ## Objective: Ship (Fold 2) — Deploy profiles per artifact type - [ ] No deploy profiles defined @@ -72,8 +114,9 @@ Status: BLOCKED — not started, needs design (vision-level) ## Objective: Ship (Fold 2) — Vault-gated fold transitions - [x] Vault redesign complete (#73-#77 — all closed) - [x] Vault PR workflow documented (docs/VAULT.md) -- [ ] Vault directories complete in ops repo (#425 — approved/fired/rejected missing) -Status: BLOCKED — #425 ops repo dirs needed for vault workflow +- [x] Vault directories complete in ops repo (#688 — closed) +- [ ] Fold transition logic not implemented +Status: BLOCKED — needs design for fold gate mechanics ## Objective: Ship (Fold 2) — Engagement measurement baked into deploy pipelines - [ ] No engagement measurement exists diff --git a/sprints/.gitkeep b/sprints/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vault/approved/.gitkeep b/vault/approved/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vault/fired/.gitkeep b/vault/fired/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vault/pending/.gitkeep b/vault/pending/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vault/rejected/.gitkeep b/vault/rejected/.gitkeep new file mode 100644 index 0000000..e69de29