diff --git a/CLAUDE.md b/CLAUDE.md index 22811a3..dfa3f71 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -103,39 +103,67 @@ The shader compilation system automatically discovers `.hlsl` files in `engine/* - Shader development: Add HLSL files to module `shaders/` directories, run `cookShaders.py` - Asset pipeline: Assets go in `projects/content/` and use `.cook` extensions for processed assets -## Bug Tracking with git-bug +## Issue Tracking with git-bug -This project uses git-bug for distributed bug tracking. Bug data is stored directly in the git repository. +This project uses git-bug for distributed issue tracking. Bug data is stored directly in the git repository. While named "git-bug", it can track all types of development work including bugs, features, tasks, and documentation. ### Common Commands -- `git bug bug` - List all bugs -- `git bug bug new -t "title" -m "message"` - Create a new bug with title and message -- `git bug bug show ` - Display bug details -- `git bug bug comment ` - Add a comment to a bug -- `git bug bug status ` - Display bug status -- `git bug bug label new