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)
22 lines
1.0 KiB
JSON
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."]
|
|
}
|
|
}
|