AI Toolbox v1.0.0
Changes
fix: release archive - zip not available on ubuntu-latest
feat: add release pipeline (semantic versioning + automated releases)
fix: add Verification section to context-flush.md
feat: add token cost optimization (4 features)
feat: harden secret scanning with 4 improvements
feat: improve secret scanning in verify-commit.sh
feat: add client-independent secret scanning to verify-commit.sh
fix: address third review findings (5 valid issues)
fix: address second review findings
fix: address review findings (3 valid issues)
fix: documentation audit P0/P1 findings
fix: integration tests - don't fail on platform-specific hook skips
fix: address comprehensive audit findings (Critical + High + Medium)
docs: comprehensive documentation update
ci: make hook tests non-fatal in CI (platform-specific)
fix: make hook tests non-fatal in integration suite
ci: make hook tests non-fatal temporarily for debugging
fix: move TMPDIR_HOOKS initialization to top of test-hooks.sh
feat: comprehensive test suite to 100% coverage
feat: comprehensive test suite — hooks, integration, CI
feat: add OpenCode CLI integration
feat: add OpenAI Codex CLI integration
fix: resolve 3 critical security findings from deep audit
fix: resolve all remaining markdown review issues
fix: resolve all markdown review issues (15 fixes across 15 files)
fix: resolve all 8 critical issues from comprehensive shell/PS review
fix: resolve 4 critical/high security findings from full audit
fix: resolve critical code injection + 10 security suggestions
fix: remove accidentally committed test file from agent test run
fix: add Use PROACTIVELY pattern to 5 skills for auto-delegation
fix: boot command mismatch + templates validation note
feat: graceful fallback documentation + hook hardening
feat: add doctor.sh/ps1 health check scripts
refactor: restructure memory — ADR directory, memory index, read-only task mirror
feat: close donor gaps — Superpowers skills + Template Bridge workflow rules
feat: integrate Superpowers methodology and Template Bridge templates
feat: add parallel execution rules to prevent sequential anti-patterns
fix: prevent shell injection in .sh Qwen hooks + update docs
feat: bootstrap auto-configures Qwen Code hooks
fix: rename qwen-hooks-unix.json to .jsonc to pass CI JSON validation
feat: add Linux/macOS Qwen hook scripts (.sh versions)
feat: 4 new Qwen-native hook scripts for full automation
feat: add Qwen Code native hook integration
chore: make shellcheck informational-only (non-failing)
fix: broaden shellcheck exclusions for style-preference rules
fix: remove remaining emojis from sync-task.sh and hook-stop.sh
fix: resolve all shellcheck issues across .sh scripts
fix: relax shellcheck exclusions and add verbose error output
feat: improve CI with concurrency, timeout, shellcheck, and size limits
fix: sync-task.ps1 uses bd.exe directly, bypassing broken npm wrapper
fix: pwsh [ref] syntax for pwsh 7+ on Linux
fix: remove remaining emojis from .sh files and improve test diagnostics
feat: configure hooks for all AI clients
fix: replace emoji characters in PowerShell scripts with ASCII-safe text
chore: make script syntax check non-fatal (debug mode)
fix: add verbose diagnostics to test-scripts.sh
fix: simplify test-scripts.sh — remove set -e and shellcheck
fix: simplify validation to minimal python3 -c check
fix: align validation schema with actual client-capabilities.json structure
fix: rewrite validate-client-capabilities.sh to avoid heredoc syntax error
fix: make validate-client-capabilities.sh robust without set -e
fix: rewrite bootstrap parity check to use canonical file lists
fix: replace xxd dependency with portable alternatives in trailing-newline check
feat: expand CI with 4 new validation checks
fix: correct rtk and Beads installation instructions across all docs
fix: remove broken link to gitignored session-handover.md in GEMINI.md
fix: remove memory files from tracking, fix broken links in active-session.md, skip memory files in CI link check
docs: update memory files for next session — handover complete, CI task ready
fix: bootstrap now updates existing hooks when they contain outdated references
fix: move TDD enforcement from pre-commit to commit-msg hook
fix reviewer issues: awk stops at any H2 heading, heavy commands include docker compose build + npm/pnpm/yarn test, ready count uses python JSON parser, document tdd-skip limitation for interactive commits
ci: trigger new workflow run
fix: restore correct relative AGENT.md link in QWEN.md template
fix CI link checker: only check core files, use while-read to handle spaces in link text
fix: broken AGENT.md links in template files (../../../AGENT.md -> AGENT.md)
fix: update all remaining install.md references to INSTALL.md
fix review 8+9+10: document auto-hook install in README, remove double-scanning in sync-task.sh, add Spring detection for Java projects, rename install.md to INSTALL.md for naming consistency
fix review 6+7: portable stats tracking (python fallback), clarify SHOULD vs MUST in section 13
fix: verify-commit.sh remove set -e, add error handling to git rev-parse
fix: sync-task multi-agent count uses bd ready --json instead of wc -l
fix: sync-task skips bd list header row for workflow detection
remove accidental duplicate file
fix: precise heavy command regex — java -version, go version, docker ps no longer blocked
fix 5 review issues: hook-pre-command.ps1 exit 1 consistency, bootstrap.sh chmod always, sync-task.sh awk instead of sed, setup.ps1 direct bootstrap call, fix 4 broken mcp-guide.md links
fix 4 review issues: hook-stop.sh git-repo fallback, CI link path resolution via realpath, architecture.md workflow order (REVIEW before VERIFY), correct AGENT.md section numbering (15 sections)
fix: gitignore .claude/ local config, remove accidentally committed file
fix 3 critical review issues: bash hook uses .sh not .ps1, TDD-skip reads COMMIT_EDITMSG not git log, CI guards client-capabilities.json
add feedback section to Habr article: ask for integration ideas, CI/CD ADR, orchestration improvements
expand Habr article install section: add manual setup.sh/ps1 method with 7-step breakdown
fix Habr article: list all heavy commands detected by pre-command hook
rewrite Habr article: focus on dev experience, add Template Bridge, Superpowers, MCP, auto-hooks, orchestration
fix: CI — only check tier badges on existing router files, missing bootstrap-generated files are OK
fix: update Habr article — GUI hooks are auto-configured now, clarify that execution depends on agent implementation
fix: enforce TDD — verify-commit blocks code without tests, tdd-skip override for emergencies
fix: AGENT.md section numbering — eliminate duplicate §11, renumber 11.1→12, 11.2→13, 12→14, 13→15
fix final 5: remove EAP=Stop crashes, advisory hooks, bootstrap exit-code check
fix phase 5+6: CI expanded, .gitignore cleanup, README tree updated
fix phase 4: sync-task + hook-stop robustness
fix phase 3: Windows hooks use PowerShell, repair GUI client detection
fix phase 1+2: complete bootstrap rules, remove dead template code, honest docs
fix: minimal CI - just check files exist
fix: CI robustness — exclude .qwen/, add file presence checks, normalize paths
fix: medium-priority audit issues — hooks, .gitignore, portability
docs: update session handover — ensemble complete, CI fixed
fix: minimal CI file with LF line endings
fix: CI failure — .gitattributes forces LF line endings
fix: CI failure — rewrite CI file with clean line endings
fix: CI failure — removed all emojis from CI workflow file
fix: CI failure — Windows does not preserve executable bit on .sh files
fix: ensemble automation — 12 parallel fixes for complete automation
fix: active-session.md now created by bootstrap (was missing on fresh clone)
feat: complete ensemble automation — 3 fixes for seamless integration
feat: finalize ensemble automation — 5 fixes for seamless integration
feat: automatic tool activation — zero manual configuration needed
feat: one-command setup script with client selection
docs: final polish — FAQ, setup guides, architecture, quickstart, security
feat: production readiness — CI, templates, CONTRIBUTING, CHANGELOG
docs: add German and Russian translations for 4 key examples
docs: rewrite all examples in English — 4 common daily scenarios
feat: daily pitfalls example + final cleanup
fix: audit round 8 — cosmetic final fixes
feat: status reporting — agent progress visibility
fix: audit round 7 — bootstrap.ps1 ADR backtick escape
fix: audit round 6 — final broken links, .gitignore, README tree
fix: audit round 5 — ensemble integration issues
feat: Phase 5 — Documentation & Examples ensemble
feat: Phase 4 — Unified Workflow ensemble
feat: Phase 3 — MCP full integration for all 8 clients
feat: Phase 2 — Template Bridge fully integrated
feat: Phase 1 — Superpowers skills fully encoded
fix: audit round 4 — duplicate runbook block + gradle regex
fix: audit round 3 — 12 remaining issues
fix: audit round 2 — 10 remaining issues
fix: audit findings — broken links, contradictions, missing steps
feat: full tool integration — rtk, Beads, Superpowers, Template Bridge
feat: expanded verify-commit + bug-fix workflow
docs: add MCP setup prompt (EN/DE/RU) to prompts/
docs: add MCP quick-start section to README
feat: MCP configuration, guide, and usage rules
feat: multi-agent workflow, examples, and qwen-code rules expansion
chore: remove dead code from bootstrap.ps1
fix: N1 stack-rules section order + N2 QWEN/CONVENTIONS guards
fix: final audit fixes — content parity, config guards
fix: review round 3 — content drift, guards, gitignore, install.md
fix: production readiness — bootstrap guards, content drift, git-hook safety
fix: 7 bootstrap/repo consistency issues from review round 2
fix: track QWEN.md and CONVENTIONS.md in git (remove from .gitignore)
fix: resolve 9 medium/low review issues (docs consistency + bootstrap guards)
fix: bootstrap/gitignore 5 critical issues
feat: 3-tier orchestration system + Qwen Code + Aider integration
fix: backticks in .clinerules, ADR seed Rejected alternatives, README tree
fix: escape quotes in .claude.json hooks
fix: sync root rule files and harden powershell hooks path resolution
chore: final infrastructure hardening and documentation polish
docs: fix typos, terminology, and agent consistency in AGENT.md and README.md
fix: date expansion in bootstrap.sh and update install.md with latest claude template
feat: make .claude.json platform-agnostic and synchronize high-fidelity memory seeds
feat: synchronize repository files with bootstrap templates and fix documentation
docs: align install.md, AGENT.md, and sync-task fallback format
feat(bootstrap): High-Fidelity Seed content and universal routing
fix(hooks): robust root resolution and ADR regex alignment
docs: sync README tree and start workflow with AGENT.md
docs: reference issue-template.md in AGENT.md and README
fix(adr): synchronize ADR template and memory file format
refactor(agent): move client-specific extensions to specialized rule files
refactor(rules): link AGENT.md to specialized rules and populate defaults in bootstrap
fix(sync): preserve manual tasks if Beads is not installed
feat(universal): optimize router files with inlined rules and client-specific templates
fix(hooks): standardize pre-command hook to use arguments instead of shell internals
fix(gitignore): synchronize .gitignore with install.md and add common build artifacts
fix(hooks): refactor pre-commit to check ADRs instead of ignored handover notes and fix initialization bloackade
fix(docs): fix GEMINI.md escaping issues and semantic errors in bootstrap scripts
docs: consolidate Boot Sequence into AGENT.md as Single Source of Truth
feat(antigravity): finalize workflows with turbo-automation and new /plan, /adr commands
docs: add agent-discovery phase to install.md and update README.md architecture
feat(antigravity): full native integration with workflows, skill manifest and enhanced GEMINI.md template
docs(prompts): restructure operational prompts into structured markdown templates with use cases
feat(prompts): replace old bootstrap prompts with targeted planning and execution prompts
feat(orchestration): finalize AI Toolbox workflow with auto-hooks and static sync-task
feat(orchestration): finalize AI Toolbox workflow with auto-hooks and static sync-task
Revise README for clarity and improved structure
Create issue template for consistent reporting
Add task template for project management
Add ADR template for architectural decisions
Add bootstrap-ru.txt with workflow guidelines
Add bootstrap-de.txt for project workflow guidelines
Add bootstrap instructions to bootstrap-en.txt
Add FAQ section to documentation
Add MCP Guide to documentation
Add Windows setup instructions to documentation
Add Linux setup documentation
Add hook-stop.ps1 script for session memory management
Create hook-pre-command.ps1 for command validation
Add bootstrap script for AI Toolbox structure
Add hook-stop.sh for session memory consolidation
Implement pre-command hook for command validation
Initialize AI Toolbox structure and files
Add safety rules for AI-assisted work
Add testing rules and verification guidelines
Add stack rules and guidelines for project dependencies
Create runbook.md
Add session handover documentation
Create architecture-decisions.md for project memory
Update integration-contracts.md
Update AGENT.md
Update README.md
Document universal AI workflow and execution rules
Enhance README with project details and structure
Create bootstrap.sh
Create integration-contracts.md
Create architecture-decisions.md
Create stack-rules.md
Remove AGENT.md file
Initial commit
Installation
Quick Start
git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh