Files
kochetkov-ma__claude-brewcode/.codex/plugins/brewcode/.codex-plugin/plugin.json
T
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

22 lines
1.0 KiB
JSON

{
"name": "brewcode",
"version": "4.0.6+codex.20260713192629",
"description": "Codex-native workflows for agents, conventions, project rules, reviews, and teams.",
"author": { "name": "Maksim Kochetkov", "email": "apmatypa88@gmail.com", "url": "https://github.com/kochetkov-ma" },
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
"license": "MIT",
"keywords": ["codex", "development", "rules", "agents", "review"],
"skills": "./skills/",
"interface": {
"displayName": "Brewcode",
"shortDescription": "Codex development workflows",
"longDescription": "Reusable Codex workflows for agent authoring, conventions, indexed project rules, team coordination, and deep reviews.",
"developerName": "Maksim Kochetkov",
"category": "Developer Tools",
"capabilities": ["Read", "Write", "Interactive"],
"websiteURL": "https://github.com/kochetkov-ma/claude-brewcode",
"defaultPrompt": ["Use Brewcode to prepare a verified implementation plan."]
}
}