Commit Graph

44 Commits

Author SHA1 Message Date
kochetkov-ma 7f5b5d8eca v6.2.0: agents rewritten for CC 2.1.269 + Claude 5 prompting; PQ pass; memory-sync prompting-guide 2026-09-12 20:22:56 +01:00
kochetkov-ma 765ccc1e7c v6.0.0: audit re-verification, 4 fix waves, agent compaction, full docs pass 2026-08-16 15:18:22 +01:00
kochetkov-ma 225e1ad63f v5.7.0: post-compaction role/plan/task recall hooks + agent-router content_version staleness 2026-08-15 09:26:24 +01:00
kochetkov-ma 9ca3c628dd v5.1.0: unified artifact metadata + version-based staleness across all 10 setups 2026-08-09 08:18:53 +01:00
kochetkov-ma ff20dae5bc v4.8.0: authoring stack verified against CC 2.1.223 - agent discovery walk-up rule, 31 hook events, skill spec corrections 2026-08-06 15:26:26 +01:00
kochetkov-ma b0261422c2 v4.7.0: brewtools:agent-router (experimental) + hook timeout units are seconds 2026-08-05 21:32:11 +01:00
kochetkov-ma e5749a7e4a v4.5.1: manager branch rule + widest fan-out and ~20 min unit sizing 2026-08-02 20:27:54 +01:00
kochetkov-ma 822e822718 refactor(brewcode): remove grepai skill, agent, hooks and all references 2026-08-02 17:51:22 +01:00
kochetkov-ma 86190135f9 v4.3.0: subagent resource limits — agent-deadline skill, calibrated maxTurns, verified frontmatter contract 2026-08-02 14:50:35 +01:00
kochetkov-ma 5eb1948c89 v4.2.4: forced-eval ROLE — expert-first delegation, drop 'heavy' hint 2026-07-30 17:47:48 +01:00
kochetkov-ma ea944a32fe v4.1.0: add /brewdoc:docsync doc-staleness tracker, remove auto-sync
- 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)
2026-07-19 13:16:50 +01:00
kochetkov-ma 1b0b5863f8 v4.0.4: strengthen Manager mode — bake role+STEP 0 into plan block, recompact prompts, add [ROLE] to forced-eval 2026-07-05 11:41:00 +01:00
kochetkov-ma 3055aaf33b v4.0.0: strip injection hooks, native ${CLAUDE_PLUGIN_ROOT}, grepai self-install; remove dead mode system + brewtools debate/skill-toggle/agent-toggle; add superreview 2026-06-30 20:04:35 +01:00
kochetkov-ma a6c1b14965 v3.19.5: remove dead lock/task code from hooks; clean all stale refs 2026-06-29 20:19:30 +01:00
kochetkov-ma f6f93ea30e v3.19.4: remove knowledge system + report templates + stale hook refs 2026-06-29 20:09:24 +01:00
kochetkov-ma 25b852b346 v3.19.3: purge all plan/start refs from setup, agents, docs 2026-06-29 19:49:38 +01:00
kochetkov-ma 955762c9c8 v3.19.1: restore skills/agents/hooks/templates stripped in v3.19.0 -- only plan+start stay removed (11 skills) 2026-06-29 19:25:28 +01:00
kochetkov-ma 0a77b5bc3c v3.19.0: strip task execution system -- keep spec+grepai only
- remove orphaned skills/agents skill (README commits to two skills)
- spec skill: drop /brewcode:setup + /brewcode:plan deps, hand SPEC to developer agent
- grepai skill/docs: drop /brewcode:setup prereq, update injection points to PreToolUse:Bash
- utils.mjs: drop dead knowledge/agents.system config + isSystemAgent
- delete stale docs flow.md/hooks.md/commands.md; rewrite file-tree.md + grepai.md
2026-06-29 18:53:40 +01:00
kochetkov-ma eca8b5a402 v3.18.3: grepai-reminder hook retargeted Glob|Grep -> Bash (native Grep/Glob removed on macOS CC; gates on search-command regex) 2026-06-27 13:47:35 +01:00
kochetkov-ma 18f0357ef6 v3.17.0: hook modernization for CC 2.1.195 -- permission_mode awareness, 10K additionalContext bounding, post-task failure-detection hardening 2026-06-27 10:57:42 +01:00
kochetkov-ma 61c16e9efb v3.12.2: fix forced-eval UserPromptSubmit channel (updatedInput ignored -> additionalContext), soften default to light hint, correct hook-creator agent channel guidance 2026-06-14 07:40:04 +01:00
kochetkov-ma c571eb6a20 checkpoint: CC 2.1.144-2.1.173 content sync + audit fixes (pre text-optimize) 2026-06-11 19:22:15 +01:00
kochetkov-ma 43a74718fa v3.9.0: effort propagation + think-short auto-light + plugin-update phases 2b/5b + /goal + mcpServers + docs 2026-05-12 12:27:45 +01:00
kochetkov-ma 03747b0f87 v3.8.0: skillOverrides migration + grepai alwaysLoad + teardown --full + hooks.json exec form 2026-05-12 12:11:27 +01:00
kochetkov-ma ed9c78074d v3.7.8: unified logging across 4 plugins -> .claude/logs/{plugin}.log, single config (brewcode.config.json) + BREWCODE_LOG_LEVEL env override 2026-04-23 13:43:47 +01:00
kochetkov-ma f828078272 v3.4.70: brewdoc BD_PLUGIN_DATA inject + project-relative skill outputs
- brewdoc/hooks/pre-task.mjs now injects BD_PLUGIN_DATA (parity with
  brewcode/brewtools/brewui).
- /brewdoc:my-claude, /brewdoc:guide, /brewdoc:auto-sync now write to
  .claude/brewdoc/ and .claude/auto-sync/ inside the project instead
  of ~/.claude/brewdoc/ and ~/.claude/auto-sync/. Reason: harness
  protected-path policy blocks Write to ~/.claude/* in every mode
  (incl. bypassPermissions), and the hook layer runs after the check.
- brewcode/hooks/permission-guard.sh: project-local whitelist extended
  to .claude/brewdoc/ and .claude/auto-sync/ (both Bash helper and
  Edit/Write/MultiEdit case).
- Legacy read-only fallback preserved: my-claude merges
  ~/.claude/brewdoc/INDEX.jsonl into the new project INDEX once.
- Docs site mirrors updated. RELEASE-NOTES v3.4.70 appended.
2026-04-11 13:15:10 +01:00
kochetkov-ma ba66ec55bc v3.4.36: fix team agents hanging on trace-ops.sh loop
hooks.json matcher "Task" -> "Task|Agent" for pre/post-task hooks.
Agent template: trace-ops.sh calls now optional (1 attempt, skip on failure).
BC_PLUGIN_ROOT clarified as prompt text, not shell env var.
2026-04-06 11:43:58 +01:00
kochetkov-ma 4b2c53f8f8 v3.4.29: enhanced skill-creator flow
Unified create/up into 7-phase pipeline (Discovery, User Interaction,
Create/Improve, Validate, Review, E2E Testing, Summary). Added testing
depth selection, review orchestration (Simple/Quorum with DoubleCheck),
unit test generation, README templates, and permission-guard for
.claude/teams/ and .claude/memory/.
2026-04-06 08:59:32 +01:00
kochetkov-ma d5d30a9146 fix: jq fail-closed guard, HTTP 24h cache, forced-eval dedup 2026-04-05 18:56:15 +01:00
kochetkov-ma a37064f24d v3.4.20: add brewdoc:guide — interactive teaching skill 2026-04-03 07:56:18 +01:00
kochetkov-ma 554c722056 v3.4.18: fix version check and config merge
- parseVersion: fallback to plugin.json when path has no version
- setup.sh: merge config instead of overwriting (preserves user settings)
- version check logs use [version] prefix
2026-04-02 17:53:27 +01:00
kochetkov-ma b3fe7aa269 v3.4.15: teams session-scoped trace system (trace.jsonl replaces 3 MD files) 2026-04-02 11:34:15 +01:00
kochetkov-ma 5a6a0510c0 v3.4.14: brewtools plugin, teams skill, mode switcher, hook-creator v2.1.89+
brewtools (new plugin):
- text-optimize, text-human, secrets-scan skills + text-optimizer agent
- BT_PLUGIN_ROOT injection via session-start hook

brewcode:
- /brewcode:teams — dynamic agent team creation/management
- Mode Switcher system (modes/, getActiveMode(), hooks injection)
- plan: Dynamic Agent Resolution from .claude/teams/ roster
- skills: Step 2.5 mode-switcher detection
- skill-creator: Mode Switcher pattern docs
- hook-creator: v2.1.89+ (PermissionDenied event, defer, 26 events)
- removed: text-optimize, text-human, secrets-scan → brewtools
- convention P5: fallback when brewtools not installed
2026-04-02 08:22:13 +01:00
kochetkov-ma ffda2b66e1 v3.4.9: sync creator agents with reference docs, permission-guard Bash support
- hook-creator: 25 events, version history, lifecycle diagrams, channel matrix
- agent-creator: 5 new fields, 10 bugs, version history, debugging section
- skill-creator: 10 bugs, effort max, CLAUDE_SKILL_DIR fix, limitations
- permission-guard: Bash tool matcher, network blocklist, .claude/tmp/ + /tmp/
2026-03-31 12:38:48 +01:00
kochetkov-ma b36969bbdb feat: add DELEGATE manager reminder to forced-eval hook 2026-03-30 19:50:21 +01:00
kochetkov-ma 057f9d1cf4 fix: permission-guard restricts to project .claude/ only, skips global ~/.claude/ 2026-03-30 19:48:17 +01:00
kochetkov-ma f11f1127f3 v3.4.8: permission-guard hook for .claude directory write protection bypass 2026-03-30 19:28:50 +01:00
kochetkov-ma 8fad780235 v3.4.4: silent remote version check failure 2026-03-06 14:23:37 +00:00
kochetkov-ma e9f7e18c08 v3.4.3: version from cache path, debug logs for version checks 2026-03-06 08:45:15 +00:00
kochetkov-ma 83c88e26db v3.4.2: claude code version check, UI notifications, parallel checks 2026-03-05 19:29:10 +00:00
kochetkov-ma 85dd89dd8a v3.4.0: version check on session start, migrate skills to ${CLAUDE_SKILL_DIR}, grepai index.gob check 2026-03-05 19:11:27 +00:00
kochetkov-ma 43953b56d7 v3.1.0 2026-02-28 20:01:40 +00:00
kochetkov-ma ad9fa73653 add security verification and update README 2026-02-20 14:45:34 +00:00
kochetkov-ma b33e0162fa v2.15.4 2026-02-19 08:35:05 +00:00