What
Tracking issue for the v1.0 production-ready release. The full plan is in docs/plans/v1.0-production-ready.md (landing via #395).
Why this exists
Convergio v0.3.31 is a working local-first daemon with hash-chained audit, gate pipeline, fleet orchestration, and a CLI/MCP surface. But four of the five constitutional principles are not fully enforced (P3 a11y is planned, P2 prompt-injection is partial), Thor is shape-only (does not run the real test pipeline), and there is no end-to-end vertical accelerator that proves the long-tail thesis.
This issue is the entry point for any agent (Copilot CLI, Claude Code, Codex, or human) that wants to pick up a v1.0 workstream.
The 12 workstreams
Bloccanti v1.0 — without these, "v1.0" is a marketing claim, not a constitutional one:
Important:
Nice-to-have + launch demo:
Total: ~70-95 single-agent days, ~13 weeks with 3 parallel agents (recommended).
How to pick this up
- Read
docs/plans/v1.0-production-ready.md end-to-end. Each workstream has: evidence in code, files to touch, Definition of Done, estimate, dependencies.
- Read
AGENTS.md (cross-vendor rules) and CONSTITUTION.md (non-negotiables) — especially § Definition of Done.
- Pick a workstream that has no open dependencies.
- Open a worktree under
.claude/worktrees/<branch>/ — never work in the main checkout.
- Claim a workspace lease via
POST /v1/workspace/leases before touching files.
- Open a draft PR with
## Problem / Why / What changed / Validation / Impact (template-enforced).
- Self-validate with the full pipeline:
cargo fmt --check, RUSTFLAGS=-Dwarnings cargo clippy --workspace, cargo test --workspace.
- Reference this issue in the PR (
Tracks: #<this-issue>).
Non-goals
The plan is explicit about what v1.0 does not include — see § 4 of the plan. tl;dr no hosted service, no RBAC, no GUI, no marketplace. Don't add those.
License decision
The plan flags one strategic decision the founder needs to make before W12: stay on Convergio Community License v1.3 (source-available, non-OSI) or pivot to Apache 2.0 / MIT for adoption. This question affects the contributor agreement and should be answered before broad agent fan-out.
cc @Roberdan
What
Tracking issue for the v1.0 production-ready release. The full plan is in
docs/plans/v1.0-production-ready.md(landing via #395).Why this exists
Convergio v0.3.31 is a working local-first daemon with hash-chained audit, gate pipeline, fleet orchestration, and a CLI/MCP surface. But four of the five constitutional principles are not fully enforced (P3 a11y is
planned, P2 prompt-injection ispartial), Thor is shape-only (does not run the real test pipeline), and there is no end-to-end vertical accelerator that proves the long-tail thesis.This issue is the entry point for any agent (Copilot CLI, Claude Code, Codex, or human) that wants to pick up a v1.0 workstream.
The 12 workstreams
Bloccanti v1.0 — without these, "v1.0" is a marketing claim, not a constitutional one:
A11yGatephase 1 (shipped in PR feat(durability): a11y gate phase 1 — built-in accessibility checks (W1) #399) — 4-5dPromptInjectionGate(shipped in PR feat(durability): add PromptInjectionGate (W2) #398 by Roberdan/feat/prompt-injection-gate) (baseline pattern set) — 3-4dPlanCoherenceGate+PlanOutcomeGate(shipped in PR feat(durability): add plan_objectives + plan_coherence_gate (w4, adr-0055) #403) — 5-7dImportant:
/cvg-attachhooks +cvg status --agents(shipped in PR feat(cli): add cvg status --agents (w5, adr-0054) #402) — 6-9dvertical-accelerator-v1) (shipped in PR feat(cli): cvg plan-templates list/show/render (W6, ADR-0056) #409) — 4-6dai-openairunner adapter (shipped in PR feat(runner): add openai vendor adapter (w7, adr-0053) #401) — 3-4dcvg dispatch(shipped in PR feat(executor): emit dispatch.choice audit row on every spawn (w8, adr-0062) #412) — 5-7dNice-to-have + launch demo:
A11yGatephase 2 (a11y.axecapability) — 5-7dconvergio-eduvertical accelerator end-to-end demo — 10-15dTotal: ~70-95 single-agent days, ~13 weeks with 3 parallel agents (recommended).
How to pick this up
docs/plans/v1.0-production-ready.mdend-to-end. Each workstream has: evidence in code, files to touch, Definition of Done, estimate, dependencies.AGENTS.md(cross-vendor rules) andCONSTITUTION.md(non-negotiables) — especially § Definition of Done..claude/worktrees/<branch>/— never work in the main checkout.POST /v1/workspace/leasesbefore touching files.## Problem / Why / What changed / Validation / Impact(template-enforced).cargo fmt --check,RUSTFLAGS=-Dwarnings cargo clippy --workspace,cargo test --workspace.Tracks: #<this-issue>).Non-goals
The plan is explicit about what v1.0 does not include — see § 4 of the plan. tl;dr no hosted service, no RBAC, no GUI, no marketplace. Don't add those.
License decision
The plan flags one strategic decision the founder needs to make before W12: stay on Convergio Community License v1.3 (source-available, non-OSI) or pivot to Apache 2.0 / MIT for adoption. This question affects the contributor agreement and should be answered before broad agent fan-out.
cc @Roberdan