Skip to content

Commit 7625371

Browse files
committed
docs: add missing guide links to docs/README.md
- Add 'Browse all guides' link to guides/README.md index - Add DEVELOPMENT_QUICK_START, ERROR_HANDLING_STANDARD, FRAGMENT_COMMAND_ACCESS (all referenced in AGENTS.md but missing from the guides section)
1 parent d7b8a65 commit 7625371

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ Fragments are modular components of the profile, loaded in dependency-aware orde
3838

3939
Comprehensive guides for developers working on or contributing to the profile.
4040

41+
- **Guide Index**: [Browse all guides](guides/README.md) - Full categorized guide index
4142
- **Development Guide**: [DEVELOPMENT.md](guides/DEVELOPMENT.md) - Developer guide and advanced testing
43+
- **Quick Start**: [DEVELOPMENT_QUICK_START.md](guides/DEVELOPMENT_QUICK_START.md) - Fast profile loading and common dev commands
44+
- **Error Handling Standard**: [ERROR_HANDLING_STANDARD.md](guides/ERROR_HANDLING_STANDARD.md) - Error handling, logging, and color coding standards
45+
- **Fragment Command Access**: [FRAGMENT_COMMAND_ACCESS.md](guides/FRAGMENT_COMMAND_ACCESS.md) - How to access fragment-defined commands
4246
- **Type Safety Guide**: [TYPE_SAFETY.md](guides/TYPE_SAFETY.md) - Improving type safety with enums, classes, and validation
4347
- **Type Safety Implementation**: [TYPE_SAFETY_IMPLEMENTATION_SUMMARY.md](guides/TYPE_SAFETY_IMPLEMENTATION_SUMMARY.md) - Summary of implemented type safety improvements
4448
- **Type Safety Migration Status**: [TYPE_SAFETY_MIGRATION_STATUS.md](guides/TYPE_SAFETY_MIGRATION_STATUS.md) - Current migration status from constants to enums

0 commit comments

Comments
 (0)