Skip to content

v5.0.3

Choose a tag to compare

@LaiTszKin LaiTszKin released this 06 Jun 14:09
· 37 commits to main since this release

Added

  • codegraph integration across skills: init-project-html, update-project-html, and design now run apltk codegraph survey as a prerequisite before architecture work. commit and version-release run apltk codegraph sync to keep the code graph index in sync after code changes.
  • References section in deliverable templates: All planner deliverables (SPEC.md, DESIGN.md, CHECKLIST.md, PROMPT.md, REPORT.md, FIX.md) now include a References section populated with important project context files, reducing LLM search overhead.
  • Branch-aware version release: version-release now detects non-default branches and follows a merge workflow.
  • maintain-project-constraints: Generated CLAUDE.md/AGENTS.md now include apltk codegraph CLI commands and require codegraph investigation before starting work.
  • Worker prompt specificity: plan and qa skill worker prompts now require exact file paths, function/line ranges, and specific change descriptions to reduce worker drift.
  • Worktree cleanup rule: plan and qa PROMPT.md/FIX.md templates include an ALWAYS rule to clean up temporary worktrees after each batch.