mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
e2690ee079
* improve: enhance architecture-modernizer agent based on automated review - Add required `model: sonnet` field (was missing, would fail component review) - Add `Glob` to tools list for consistency with sibling agents and to support file/module enumeration during service-boundary analysis - Add closing "Integration with Other Agents" hand-off section reciprocating legacy-modernizer's existing reference to this agent - Add concrete tool-usage guidance (Grep/Glob for module/coupling inventory, Bash for dependency-graph tooling, Write for ADRs/diagrams) - Strengthen the closing risk/rollback guidance with named techniques (contract tests, shadow traffic, feature flags, canary rollout, legacy decommissioning, shared-database coupling) - Add tactical DDD context-mapping detail to the Approach section - Tie Output bullets to concrete artifact formats (ADRs, Mermaid, OpenAPI/AsyncAPI) Automated review cycle Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KRgMrRbDvzACuMDfhSHKnE * fix: make ADR output location adapt to target repo convention Address Greptile review feedback on PR #874: hardcoding docs/architecture/ ignores a target repo's existing ADR convention (e.g. docs/adr/, docs/decisions/), creating a second decision-record hierarchy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KRgMrRbDvzACuMDfhSHKnE --------- Co-authored-by: Claude <noreply@anthropic.com>