Skip to content

feat(studio): development studio — issue tracking + agentic dev loop#101

Merged
gbrbks merged 17 commits into
feature/studio-mvpfrom
feature/development-studio
Jun 16, 2026
Merged

feat(studio): development studio — issue tracking + agentic dev loop#101
gbrbks merged 17 commits into
feature/studio-mvpfrom
feature/development-studio

Conversation

@csacsi

@csacsi csacsi commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds /archie-start-development-studio, /archie-issue, /archie-work — an issue-tracking system plus an autonomous development loop, adapted from the BedtimeApp wds-5 model and tightly integrated with Archie's enforcement layer (blueprint drives planning, pre-validate.sh hooks + rules.json enforce implementation).
  • New zero-dependency engine archie/standalone/studio.py (hybrid design): deterministic mechanics — scaffold, ID allocation, status-folder moves, derived INDEX.md, idempotent AGENTS.md pointer patch. The reasoning/loop lives in workflow/*/SKILL.md command bodies.
  • .archie/issues/ layout: status folders (planned/in-progress/in-review/done/blocked), _TEMPLATE.md, generated INDEX.md, WORKFLOW.md, epics/, evidence/. AGENTS.md gets only a lean marked pointer to WORKFLOW.md.
  • Registered 3 commands in manifest_data.py + workflow/ SKILL.md bodies (byte-mirrored to npm assets); studio.py wired into the installer script list and _STANDALONE_SCRIPTS (Codex auto-approval + source install).

Design & plan

  • Spec: docs/superpowers/specs/2026-06-15-archie-development-studio-design.md
  • Plan: docs/superpowers/plans/2026-06-15-archie-development-studio.md

Test plan

  • python -m pytest tests/test_studio.py — 25 passed (frontmatter parsing, ID allocation across folders, derived INDEX, idempotent init, AGENTS.md marker replacement, status move + validation, frontmatter-anchored status rewrite, Ralph-priority next, CLI smoke)
  • Full suite: python -m pytest tests/ — 1036 passed, 1 skipped
  • python3 scripts/verify_sync.py — PASSED (36 scripts, workflow + assets in sync)
  • Manual CLI dry run: init → new → move → next → INDEX + idempotent re-init

🤖 Generated with Claude Code

csacsi and others added 17 commits June 15, 2026 07:39
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…aude/commands ignore convention

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…l + source install)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
archie Ready Ready Preview, Comment Jun 15, 2026 8:00am
archie-viewer Ready Ready Preview, Comment Jun 15, 2026 8:00am

@gbrbks gbrbks merged commit 5e66a53 into feature/studio-mvp Jun 16, 2026
3 checks passed
@gbrbks gbrbks deleted the feature/development-studio branch June 16, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants