diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 03a625c..31633da 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,13 +6,13 @@ }, "metadata": { "description": "Claude Code plugin suite: brewcode for infinite task execution and brewdoc for documentation tools", - "version": "3.4.12" + "version": "3.4.13" }, "plugins": [ { "name": "brewcode", "description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management", - "version": "3.4.12", + "version": "3.4.13", "category": "productivity", "keywords": [ "brewcode", @@ -46,7 +46,7 @@ { "name": "brewdoc", "description": "Brewdoc - Claude Code documentation tools: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization, md-to-pdf conversion", - "version": "3.4.12", + "version": "3.4.13", "category": "productivity", "keywords": [ "brewdoc", diff --git a/.gitignore b/.gitignore index 9e7389c..1a0de75 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ web/docs/.astro/ # Environment secrets .env -!**/.env.example \ No newline at end of file +!**/.env.example +logs/ \ No newline at end of file diff --git a/brewcode/.claude-plugin/plugin.json b/brewcode/.claude-plugin/plugin.json index d709b3a..74bc2da 100644 --- a/brewcode/.claude-plugin/plugin.json +++ b/brewcode/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "brewcode", - "version": "3.4.12", + "version": "3.4.13", "description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management", "author": { "name": "Maksim Kochetkov", diff --git a/brewcode/package.json b/brewcode/package.json index 35aa0ab..54d8e2f 100644 --- a/brewcode/package.json +++ b/brewcode/package.json @@ -1,6 +1,6 @@ { "name": "claude-plugin-brewcode", - "version": "3.4.12", + "version": "3.4.13", "description": "Infinite task execution with automatic handoff for Claude Code", "keywords": [ "claude-code", @@ -36,6 +36,6 @@ }, "claude-plugin": { "name": "brewcode", - "version": "3.4.12" + "version": "3.4.13" } } diff --git a/brewdoc/.claude-plugin/plugin.json b/brewdoc/.claude-plugin/plugin.json index 38e6f77..6ecfea5 100644 --- a/brewdoc/.claude-plugin/plugin.json +++ b/brewdoc/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "brewdoc", - "version": "3.4.12", + "version": "3.4.13", "description": "Brewdoc - Claude Code documentation tools: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization", "author": { "name": "Maksim Kochetkov", diff --git a/publish-page-fixed.png b/publish-page-fixed.png new file mode 100644 index 0000000..b2a5506 Binary files /dev/null and b/publish-page-fixed.png differ diff --git a/publish-page-full.png b/publish-page-full.png new file mode 100644 index 0000000..cc3da2c Binary files /dev/null and b/publish-page-full.png differ