From d6b8cbc5db355ae54a7dc2b579c745529da55131 Mon Sep 17 00:00:00 2001 From: tschier Date: Sat, 3 Jan 2026 17:09:39 +1000 Subject: [PATCH] Update year and improve markdown formatting in plan.md (#64) Updated the current year from 2025 to 2026 in the plan documentation and improved markdown formatting for code examples. --- plugins/compound-engineering/commands/workflows/plan.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/compound-engineering/commands/workflows/plan.md b/plugins/compound-engineering/commands/workflows/plan.md index 5aee2fc..695fee6 100644 --- a/plugins/compound-engineering/commands/workflows/plan.md +++ b/plugins/compound-engineering/commands/workflows/plan.md @@ -8,7 +8,7 @@ argument-hint: "[feature description, bug report, or improvement idea]" ## Introduction -**Note: The current year is 2025.** Use this when dating plans and searching for recent documentation. +**Note: The current year is 2026.** Use this when dating plans and searching for recent documentation. Transform feature descriptions, bug reports, or improvement ideas into well-structured markdown files issues that follow project conventions and best practices. This command provides flexible detail levels to match your needs. @@ -120,6 +120,7 @@ end - Related issue: #[issue_number] - Documentation: [relevant_docs_url] +```` #### 📋 MORE (Standard Issue) @@ -322,9 +323,9 @@ Apply best practices for clarity and actionability, making the issue easy to sca **Code & Examples:** -```markdown +````markdown # Good example with syntax highlighting and line references -``` + ```ruby # app/services/user_service.rb:42 @@ -334,7 +335,6 @@ def process_user(user) end ``` -```` # Collapsible error logs @@ -344,6 +344,7 @@ end `Error details here...` +```` **AI-Era Considerations:**