feat: Spec Studio — dual-format spec authoring (Guided/Markdown/YAML/Read), BYOK AI draft, lifecycle, versioning - #33
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…e re-verified Records the 14-slice Spec Studio build (ss-parser through ss-criteria) in docs/ADAPTIVE_SPEC_PROGRESS.md alongside the existing Adaptive Orchestration ledger: what shipped, refuted/repaired counts per slice, what's parked (reject/request-changes persistence, real-time co-editing still design-only), and a full whole-repo gate re-verification (ruff, ruff-format, mypy, full pytest on real pgvector — 3980 passed/0 failed — bandit, gitleaks, web lint/build/test/typecheck, and an isolated upgrade+downgrade check of the new spec_version migration). Updates docs/spec-studio/DESIGN.md's status/§2.2 table to reflect the dual-format round-trip + editor as built, leaving only real-time co-editing (§4, Yjs) as the remaining design-only item. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
added 3 commits
July 9, 2026 09:31
…re vuln fixtures) + helm-kind chart deps - chunking._HEADING_RE: greedy capture, strip ATX hashes in code (no lazy+trailing overlap) - saml._safe_next: reject backslash/CRLF/tab so /\\host can't become //host - codeql: paths-ignore tests/security/fixtures (deliberate planted-vuln samples) - helm-kind e2e: helm repo add bitnami + helm dependency build before install
[ \t]+(.+) still overlapped (. matches tab/space) → backtracking. Anchoring the capture at \S (non-whitespace) makes the separator and capture disjoint: verified linear (200k-tab input matches in ~2.6ms).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The full Spec Studio: author a spec once, edit it four ways, and drive it through the SDD lifecycle.
spec.md⇄manifest.yamlround-trip over the canonicalSpecManifest(parse_spec_md/render_spec_md+load/dump_manifest), kept in sync on save from either format.spec.md, live structure/traceability), YAML (schema-validatedmanifest.yaml), Read (clean prose + approval gate).POST /spec/draftstreams a spec from a one-sentence goal using your model, seeded with the project constitution.GET /projects/{id}/specs,GET/PUT /spec/specs/{id}/markdown+/manifest,GET /spec/constitution/{id}, plus web client methods; migration0032for spec versions.Gate (green): ruff/format clean, mypy 0 (493 files), pytest 3,980 passed / 53 skipped, bandit + gitleaks clean; web lint 0 errors / build (20 routes) / 673 web tests / typecheck clean.
Parked follow-ups (documented in
docs/ADAPTIVE_SPEC_PROGRESS.md): Reject/Request-changes need backend persistence (onlyapproveexists today); real-time co-editing is design-only (Yjs chosen) — the next chunk.🤖 Generated with Claude Code