Skip to content

Add Claude Code agents and CLAUDE.md#5

Merged
TsekNet merged 1 commit intomainfrom
claude-agents
Mar 25, 2026
Merged

Add Claude Code agents and CLAUDE.md#5
TsekNet merged 1 commit intomainfrom
claude-agents

Conversation

@TsekNet
Copy link
Copy Markdown
Owner

@TsekNet TsekNet commented Mar 25, 2026

Summary

  • Add CLAUDE.md with project conventions, build commands, proto/gRPC rules
  • Add 4 specialized agents in .claude/agents/:
    • platform-reviewer: cross-platform parity (Windows/macOS/Linux)
    • proto-guardian: gRPC backward compatibility
    • security-auditor: command injection, auth, state machine review
    • integration-tester: runs testdata fixtures against local binary

Design decisions

  • Agents reference docs/ instead of duplicating content
  • All agents use model: opus
  • No agent memory (reviewers are stateless, no cross-session context needed)
  • No implementation agent (default session + CLAUDE.md + docs is sufficient)

Test plan

  • Verify agents are visible via /agents in Claude Code
  • Run platform-reviewer against a platform-specific diff
  • Run integration-tester to validate testdata fixtures

Ref #4

@TsekNet TsekNet merged commit 94371bf into main Mar 25, 2026
1 of 2 checks passed
@TsekNet TsekNet deleted the claude-agents branch March 25, 2026 20:17
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.

1 participant