style: apply formatting fixes and yaml standardization
- Auto-formatting applied by prettier and yaml-format tools - Standardized YAML code blocks to use 'yaml' instead of 'yml' - Fixed quote escaping in YAML strings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -68,7 +68,7 @@ The epic numbering starts at 1 and increments for each epic found.
|
||||
|
||||
### Before (PRD):
|
||||
|
||||
````markdown
|
||||
`````markdown
|
||||
# Product Requirements Document
|
||||
|
||||
## 1. Executive Summary
|
||||
@@ -136,4 +136,8 @@ Content...
|
||||
## Technical Stack Tools
|
||||
Content...
|
||||
````
|
||||
````
|
||||
`````
|
||||
|
||||
```text
|
||||
|
||||
```
|
||||
|
||||
@@ -56,7 +56,7 @@ You are now operating as a Documentation Indexer. Your goal is to ensure all doc
|
||||
|
||||
The index should be organized as follows:
|
||||
|
||||
````markdown
|
||||
`````markdown
|
||||
# Documentation Index
|
||||
|
||||
## Root Documents
|
||||
@@ -100,6 +100,8 @@ Each entry should follow this format:
|
||||
|
||||
Brief description of the document's purpose and contents.
|
||||
````
|
||||
`````
|
||||
|
||||
````
|
||||
|
||||
### Rules of Operation
|
||||
@@ -178,3 +180,4 @@ Please provide:
|
||||
5. Whether to include hidden files/folders (starting with `.`)
|
||||
|
||||
Would you like to proceed with documentation indexing? Please provide the required input above.
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user