4 Commits

Author SHA1 Message Date
shahondin1624 cfeda88e10 feat: agents v2 — pipeline hardening with mandatory verification artifacts
Mirrors the updates in the claude-workers repo agents/ directory. Every agent
gets a version: 2 frontmatter field for traceability.

Key changes:
- plan-implementer enforces TDD (API → red tests → green → refactor) and
  produces VERIFICATION.md with exit codes for every gate from
  .claude/gates.yml. Removed escape-hatch phrases that let prior PRs ship
  with broken cargo test ("could not run", "unrelated to my implementation").
- acceptance-criteria-verifier runs all gates BEFORE per-criterion checks
  and cross-checks VERIFICATION.md against its own observation. Detects
  fraudulent implementation claims and escalates HARD_STOP_NO_RETRY.
  Removed PASS WITH WARNINGS verdict (binary now).
- code-reviewer blocks new broad lint suppressions, test-expectation
  tampering, and removed PASS WITH WARNINGS path that the orchestrator was
  treating as merge-allowed.
- issue-planner is generic (no language-specific examples), mandates
  Test List + Verification Plan + Out of Scope sections, plans land in
  .plans/.
- issue-selector blocks merges without VERIFICATION.md, runs post-merge
  sanity, refuses to continue on regressed main, forbids closing an issue
  without a Closes/Fixes/Resolves commit.

Memory paths normalized to ~/.claude/agent-memory/<agent>/ so the same
files work on both host and worker container (where $HOME differs).
2026-04-17 14:23:45 +02:00
shahondin1624 a06e21e315 Restructure repo for Claude Code user-level deployment
Move agent files into agents/<name>/AGENT.md convention, add install.sh
symlink script with --uninstall support, and add placeholder directories
for skills and output-styles.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 18:30:35 +01:00
shahondin1624 506457ad87 Enhance user-story-drafter agent with Gitea integration
Add Gitea MCP tools for repo discovery, duplicate detection, label/milestone
management, and issue creation. Expand workflow from 4 steps to 7: repo context
setup, duplicate checking, optional codebase exploration, and issue creation
with explicit user approval. Update template with Related Issues section and
add error handling with graceful degradation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 15:40:51 +01:00
shahondin1624 ab9ea1b654 Initial commit: add custom Claude Code agents
Add five custom agents:
- acceptance-criteria-verifier
- code-reviewer
- issue-planner
- issue-selector
- plan-implementer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 14:50:32 +01:00