mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
47bdf6b0e9
Injects brevity directives into main conversation (SessionStart) and sub-agent prompts (PreToolUse:Task). 3 profiles (light/medium/aggressive), NL parsing (RU+EN), blacklist (debate/docs-writer/architect by default), atomic state writes with O_NOFOLLOW. Disabled by default. Files: - brewtools/skills/think-short/ — new skill (SKILL.md, helpers, profiles, 10 e2e scenarios) - brewtools/hooks/session-start.mjs, pre-task.mjs — think-short injection - brewtools/.claude-plugin/plugin.json — config.think_short defaults - web/docs/src/content/docs/brewtools/skills/think-short.mdx — MDX page - web/docs/src/utils/navigation.ts — nav entry - brewdoc/skills/guide/references/topic-skills-catalog.md — catalog sync (brewtools 8→11) - README.md, brewtools/README.md, RELEASE-NOTES.md — updates
29 lines
460 B
Plaintext
29 lines
460 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
|
|
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/
|