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-decide.md | 1 - 1 file changed, 1 deletion(-) (limited to '.claude/commands/arch-decide.md') diff --git a/.claude/commands/arch-decide.md b/.claude/commands/arch-decide.md index b0078fb..b0b35b8 100644 --- a/.claude/commands/arch-decide.md +++ b/.claude/commands/arch-decide.md @@ -1,5 +1,4 @@ --- -name: arch-decide description: Create, update, and manage Architecture Decision Records (ADRs) that capture significant technical decisions — context, options, chosen approach, consequences. Five template variants (MADR, Nygard, Y-statement, lightweight, RFC). Covers ADR lifecycle (proposed → accepted → deprecated / superseded), review process, and adr-tools automation. Use when documenting an architectural choice, reviewing past decisions, or establishing a decision process. 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