From d4ff742e42832e889a4a3b10f6e8820f0a738010 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 6 May 2026 06:38:24 -0500 Subject: fix(commands): drop leftover name: frontmatter from converted commands The conversion commit ran sed -i to strip the name: line, but the staged version from git mv was captured before the sed ran. Result: the commit shipped the original frontmatter, and the sed cleanup was sitting in the working tree. This commit lands the cleanup that should have been in aa69245. --- .claude/commands/arch-document.md | 1 - 1 file changed, 1 deletion(-) (limited to '.claude/commands/arch-document.md') diff --git a/.claude/commands/arch-document.md b/.claude/commands/arch-document.md index 24a3720..178e847 100644 --- a/.claude/commands/arch-document.md +++ b/.claude/commands/arch-document.md @@ -1,5 +1,4 @@ --- -name: arch-document description: Produce a complete arc42-structured architecture document from a project's architecture brief and ADRs. Generates all twelve arc42 sections (Introduction & Goals, Constraints, Context & Scope, Solution Strategy, Building Block View, Runtime View, Deployment View, Crosscutting Concepts, Architecture Decisions, Quality Requirements, Risks & Technical Debt, Glossary). Dispatches to the c4-analyze and c4-diagram skills for building-block, container, and context diagrams. Outputs one file per section under `docs/architecture/`. Use when formalizing an architecture that already has a brief + ADRs, preparing documentation for a review, onboarding new engineers, or satisfying a compliance requirement. Do NOT use for shaping a new architecture (use arch-design), recording individual decisions (use arch-decide), auditing code against an architecture (use arch-evaluate), or for simple systems where a brief alone suffices. Part of the architecture suite (arch-design / arch-decide / arch-document / arch-evaluate + c4-analyze / c4-diagram for notation-specific diagramming). --- -- cgit v1.2.3