docs: Update CLAUDE.md with wiki workflow references

- Link to Development Workflow wiki page
- Clarify documentation update procedures

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
John McCardle 2025-12-02 09:22:15 -05:00
parent 5b637a48a7
commit b1b3773680
1 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
2. **Always Check Gitea First** 2. **Always Check Gitea First**
- Before starting work: Check open issues for related tasks or blockers - Before starting work: Check open issues for related tasks or blockers
- Before implementing: Read relevant wiki pages per the [Development Workflow](https://gamedev.ffwf.net/gitea/john/McRogueFace/wiki/Development-Workflow) consultation table
- When using `/roadmap` command: Query Gitea for up-to-date issue status - When using `/roadmap` command: Query Gitea for up-to-date issue status
- When researching a feature: Search Gitea wiki and issues before grepping codebase - When researching a feature: Search Gitea wiki and issues before grepping codebase
- When encountering a bug: Check if an issue already exists - When encountering a bug: Check if an issue already exists
@ -29,9 +30,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4. **Document as You Go** 4. **Document as You Go**
- When work on one issue interacts with another system: Add notes to related issues - When work on one issue interacts with another system: Add notes to related issues
- When discovering undocumented behavior: Create task to document it - When discovering undocumented behavior: Note it for wiki update
- When documentation misleads you: Create task to correct or expand it - When documentation misleads you: Note it for wiki correction
- When implementing a feature: Update the Gitea wiki if appropriate - After committing code changes: Update relevant wiki pages (with user permission)
- Follow the [Development Workflow](https://gamedev.ffwf.net/gitea/john/McRogueFace/wiki/Development-Workflow) for wiki update procedures
5. **Cross-Reference Everything** 5. **Cross-Reference Everything**
- Commit messages should reference issue numbers (e.g., "Fixes #104", "Addresses #125") - Commit messages should reference issue numbers (e.g., "Fixes #104", "Addresses #125")