Merge _configs/ into config/ for single configuration directory. Update all path references. Changes: - Move _configs/* to config/ - Update .gitignore for new patterns - No code references to _configs/ found Impact: -1 root directory (layout_conventions.md compliance)
28 lines
679 B
Markdown
28 lines
679 B
Markdown
# Guideline Updates Tracking
|
|
|
|
This directory tracks custom guideline modifications and updates for your project.
|
|
|
|
## Structure
|
|
|
|
- **TRACKING.md** - Log of all guideline changes
|
|
- **custom/** - Your project-specific guideline extensions
|
|
- **updates/** - Pending or completed guideline updates
|
|
|
|
## Workflow
|
|
|
|
1. Review guidelines in `.claude/guidelines/<language>/`
|
|
2. Make local copies or extensions in `custom/`
|
|
3. Document changes in `TRACKING.md`
|
|
4. Use `/update-guidelines` command to manage versions
|
|
|
|
## Languages Installed
|
|
|
|
$langs_list
|
|
|
|
## Quick Links
|
|
|
|
- Guidelines: `.claude/guidelines/`
|
|
- Skills: `.claude/skills/`
|
|
- Commands: `.claude/commands/`
|
|
- Hooks: `.claude/hooks/`
|