mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
ea944a32fe
- New /brewdoc:docsync skill: user-run generator installs project-local hooks (track/watch/gate) + config; tracks stale docs by last_updated date; modes init/status/sync/reread/frontmatter/uninstall; confirm-before-sync gate - Removed auto-sync skill, bd-auto-sync-processor agent, auto-sync:* frontmatter tags (~44 files), and skill-creator template injection - Docs updated at all levels (README, MDX, navigation, guide catalog, CLAUDE.md)
39 lines
639 B
Plaintext
39 lines
639 B
Plaintext
.idea/
|
|
runtime/dist/
|
|
runtime/node_modules/
|
|
package-lock.json
|
|
!web/docs/package-lock.json
|
|
|
|
# User-specific files (not tracked)
|
|
user/
|
|
.claude/memory/
|
|
|
|
# Astro docs site
|
|
web/docs/node_modules/
|
|
web/docs/dist/
|
|
web/docs/.astro/
|
|
|
|
# Environment secrets
|
|
.env
|
|
!**/.env.example
|
|
.secrets/
|
|
logs/
|
|
|
|
# Data exports and test artifacts
|
|
data/
|
|
*.png
|
|
!web/docs/public/og/*.png
|
|
!web/docs/public/glm-image-badge.png
|
|
d2c-output/
|
|
.playwright-mcp/
|
|
brewtools/skills/think-short/tests/e2e/results/
|
|
|
|
# Codex-native plugin source is tracked in this repository.
|
|
!.codex/
|
|
!.codex/**
|
|
!**/.codex/
|
|
!**/.codex/**
|
|
!.agents/
|
|
!.agents/plugins/
|
|
!.agents/plugins/marketplace.json
|