Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

History / Dev Buddy Configuration

Revisions

  • docs: update wiki for v0.6.0 refactor

    @Z-M-Huang Z-M-Huang committed May 4, 2026
  • Update wiki for Dev Buddy v0.5.5: runner tail, mechanical failure context, priority-ordered dispatch - Configuration: unit file description now documents the runner tail (status, attempts, review feedback, latest build attempt). - Stage Skills: new section explaining the fenced <!-- RUNNER_TAIL_START --> region with a concrete example, and the priority-ordered dispatch prompt (static plan -> PRIOR MECHANICAL FAILURE -> PRIOR REVIEW FEEDBACK -> instruction). - Known Limitations: three new entries on mechanical failure context — it may echo secrets verbatim, it does not survive process restart, and the head+tail excerpt window may miss middle-of-stream failures. - English and Simplified Chinese variants updated in lockstep.

    @Z-M-Huang Z-M-Huang committed Apr 15, 2026
  • Update wiki for Dev Buddy v0.5.4: unit-review stage, single-unit model, 9-layer enforcement - Add unit-review optional stage to config schema, stages table, and allowed-tools table - Add unit-reviewer role prompt to system prompts reference - Update mermaid diagram: single-unit build-loop-runner with unit-review branch, per-unit retry semantics - Update enforcement stack from 8 to 9 layers (per-unit semantic review) - Update script enforcement boundaries for single-unit executor model - Update inner loop description to 8-step per-unit flow - Update stage counts from 6 to 7 (6 pipeline + 1 optional) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @Z-M-Huang Z-M-Huang committed Apr 14, 2026
  • Update wiki for v0.5.0: mechanical build loop, enriched diagrams, checkpoint auto-advance - Enriched mermaid diagrams with script enforcement boundaries and data flow - Inner build loop now mechanical via build-loop-runner.ts (not orchestrator LLM) - Fixed stale user_checkpoint docs (approveStatus only, no rejectStatus) - Updated stage gate enforcement section (hooks removed in v0.5.0, SM enforces) - Parallel toggle hidden for singleton stages in web portal docs - Build loop ownership described in configuration docs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @Z-M-Huang Z-M-Huang committed Apr 11, 2026
  • Update docs for v0.4.5: dispatch gate, preconditions, plan path migration, ZH refresh - Hooks-Reference: document dispatch-gate.ts, uat-completion-gate.ts, precondition checks - Hook count: 1 → 3 for Dev Buddy across all pages - Plan path: ~/.claude/plans/ → .vcp/plan/ (project-local) across all pages - Stage-Skills: add ## Code Review section to plan template, 3 hooks in enforcement - Home.zh.md: full rewrite from legacy v0.3.x commands to Ralph-era 10 skills - Hooks-Reference.zh.md: add complete Dev Buddy hooks section (was missing entirely) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @Z-M-Huang Z-M-Huang committed Apr 6, 2026
  • Update wiki for v0.4.0: Ralph loop architecture Replace v0.3.x pipeline documentation with Ralph loop architecture across 10 English wiki pages: - Stage Skills: Ralph loop (2 nested loops), enforcement stack, plan file layout, status transitions, --allowed-tools - Configuration: v5 schema, 6 Ralph stage types, inline executors, max_build_attempts/max_outer_iterations, v4 migration path - Quick Start: Ralph loop intro, new skills table, single entry point - Home: 10 skills, new stage/prompt names, updated quick start - System Prompts: 6 new role prompts, stage definitions with tools - How Config Works: Ralph loop settings, removed phased_reviews/ review_gate/rca_review_gate - AI Provider Presets: v5 executor format, --allowed-tools section - Chatroom: updated comparison table, tool enforcement note - Hooks Reference: new ralph-stage-gate.ts hook section - Known Limitations: 4 new Dev Buddy limitations Chinese translations not updated — separate follow-up needed.

    @Z-M-Huang Z-M-Huang committed Mar 28, 2026
  • Update wiki for v0.3.8: pipeline runner, deprecated aliases, stage improvements

    @Z-M-Huang Z-M-Huang committed Mar 28, 2026
  • Update wiki for single plan file architecture, TDD-first and pessimistic-first design

    @Z-M-Huang Z-M-Huang committed Mar 23, 2026
  • Update wiki for v0.3.4: stage/role separation architecture Update all references from "System Prompts + Presets = Executors" to "Stage Definitions + Role Prompts + Presets = Executors". Stage definitions provide output format and process rules; role prompts provide persona and expertise. Covers Home, Quick Start, Configuration, Stage Skills, System Prompts Reference, Contributing, Web Portal Guide, and How Config Works.

    @Z-M-Huang Z-M-Huang committed Mar 16, 2026
  • Update wiki for v0.3.2: executor architecture, remove orchestrator/hooks refs, add mcp-doc - Remove deleted pages: Agents-Reference, Bug-Fix-Pipeline, Feature-Pipeline, Phased-Reviews, Hooks-Reference (dev-buddy), Running-Your-First-Pipeline - Add new pages: Stage-Skills, System-Prompts-Reference, MCP-Doc-Quick-Start, MCP-Doc-Skills-Reference (EN + ZH) - Update Hooks-Reference: note Dev Buddy hooks removed in v0.3.2 - Update How-Configuration-Works: add executor model, orchestrator → stage skill - Update Contributing: agents/ → system-prompts/built-in/, remove hooks dir - Update FAQ, Troubleshooting: orchestrator reset → rm -rf .vcp/task/ - Update First-Time-Setup: remove guidance-hook/review-validator refs - Update Home, Getting-Started: add mcp-doc install, clarify Bun for VCP only - Update Web-Portal-Guide: expand chatroom section - Update Sidebar, Configuration, Quick-Start, Presets pages

    @Z-M-Huang Z-M-Huang committed Mar 15, 2026
  • Add Chatroom wiki page, update skill counts and version to v0.3.0 New Dev-Buddy-Chatroom.md (EN+ZH) documenting the multi-model deliberation skill. Updated sidebar, home, quick-start, configuration, roadmap, and contributing pages with chatroom references, skill count 5->6, and version milestones through v0.3.0.

    @Z-M-Huang Z-M-Huang committed Mar 7, 2026
  • Update wiki for phased-reviewer agent, batch reviews, and pipeline driver decomposition - Update agent count 7→8 across Home, Roadmap, Contributing, Agents Reference (EN+ZH) - Add phased-reviewer section to Chinese Agents Reference (mirrors English) - Add phased reviews subsection to Feature and Bug-Fix Pipeline pages (ZH) - Add phased_reviews, max_phased_iterations, review_interval to Configuration (ZH) - Add review_interval section to Configuration (EN) - Add phased-reviewer validation details to Hooks Reference (EN+ZH) - Fix batch review wording: "per step" → "per review batch" where applicable - Add Phased Reviews link to Home wiki contents (EN+ZH) - Add phased artifacts (impl-steps/, phased-reviews/) to pipeline output tables (ZH) - Update Contributing scripts description for pipeline driver 7 modules (EN+ZH)

    @Z-M-Huang Z-M-Huang committed Mar 7, 2026
  • Add phased reviews documentation, update agents and configuration pages for v0.2.14 - Add Dev-Buddy-Phased-Reviews.md (EN) and Dev-Buddy-Phased-Reviews.zh.md (ZH) - Add phased-reviewer agent to Agents Reference - Document phased_reviews and max_phased_iterations in Configuration - Add phased review mentions to Feature Pipeline and Bug Fix Pipeline - Add sidebar links for phased reviews (EN + ZH) - Update Home pages

    @Z-M-Huang Z-M-Huang committed Mar 4, 2026
  • Update wiki to reflect v0.2.10+ changes (EN + ZH) Update all 16 wiki pages (8 English, 8 Chinese) to match current codebase: - Multi-file output directories (user-story/, plan/) replace single JSON files - Versioned file naming ({type}-{provider}-{model}-{N}-v{V}.json) - Parallel review group documentation added - Version bumped to v0.2.10 with new milestone row - Standards count updated to 41 across 12 scopes, skills to 5 - Added docs/ and types/ directories to repo structure tree

    @Z-M-Huang Z-M-Huang committed Mar 1, 2026
  • Remove stale session-manager references, update to api-task-runner Session manager was replaced by a per-invocation api-task-runner in v0.2.10. Update wiki docs to reflect the new architecture: - Replace session manager description with api-task-runner explanation - Remove Session Managers tab from configuration portal table - Remove "shut down session managers" from pipeline completion steps

    @Z-M-Huang Z-M-Huang committed Mar 1, 2026
  • Document in-form preset test feature for v0.2.8 Add "Testing Presets" section to Configuration (EN/ZH) and mention test-before-save in AI Provider Presets web portal section (EN/ZH).

    @Z-M-Huang Z-M-Huang committed Feb 28, 2026
  • Align wiki with v0.2.1 release and .vcp/ consolidation - Fix model regex to support uppercase and underscores (a-zA-Z0-9._-) - Add CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var prerequisite - Fix install commands to marketplace format in FAQ - Update Codex CLI instructions to be provider-agnostic - Update version references from v0.2.0 to v0.2.1 - Fix license from MIT to Apache 2.0 in Contributing - Add dev-buddy to repo structure, update standards count (30→32) - Update paths from .task/ to .vcp/task/ and .vcp.json to .vcp/config.json - Apply all fixes to both EN and ZH wiki pages

    @Z-M-Huang Z-M-Huang committed Feb 22, 2026
  • Restructure wiki for multi-plugin support with Dev Buddy docs Add 14 Dev Buddy wiki pages (7 EN + 7 ZH): Quick Start, Configuration, Feature Pipeline, Bug Fix Pipeline, AI Provider Presets, Agents Reference, and Hooks Reference. Restructure existing pages (Home, Getting Started, FAQ, Roadmap, Sidebar) for two-plugin framing. Update Roadmap to v0.2.0.

    @Z-M-Huang Z-M-Huang committed Feb 22, 2026