From f5577980bc98577f7674d02d107bdc5c5ccfca8f Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 20 Mar 2026 16:21:22 -0700 Subject: [PATCH] docs: add bin/ directory to project structure in CLAUDE.md --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 9a7edc28..50c03298 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -75,6 +75,7 @@ gstack/ ├── investigate/ # /investigate skill (systematic root-cause debugging) ├── retro/ # Retrospective skill ├── document-release/ # /document-release skill (post-ship doc updates) +├── bin/ # CLI utilities (gstack-repo-mode, gstack-slug, gstack-config, etc.) ├── setup # One-time setup: build binary + symlink skills ├── SKILL.md # Generated from SKILL.md.tmpl (don't edit directly) ├── SKILL.md.tmpl # Template: edit this, run gen:skill-docs