mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
style: apply prettier and yaml formatting
Auto-formatting applied by prettier and yaml-format tools. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
@@ -88,7 +88,8 @@ Documents within the `another-folder/` directory:
|
||||
### [Nested Document](./another-folder/document.md)
|
||||
|
||||
Description of nested document.
|
||||
```text
|
||||
|
||||
````text
|
||||
|
||||
### Index Entry Format
|
||||
|
||||
@@ -98,7 +99,8 @@ Each entry should follow this format:
|
||||
### [Document Title](relative/path/to/file.md)
|
||||
|
||||
Brief description of the document's purpose and contents.
|
||||
```
|
||||
````
|
||||
````
|
||||
|
||||
### Rules of Operation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user