Tags give the ability to mark specific points in history as being important
-
v2.4.0
Release: Release v2.4.0153b9fd7 · ·Release v2.4.0: Telemetry & Usage Analytics Features: - get_telemetry_stats tool for viewing usage analytics - Automatic success/failure rate tracking - Error categorization and duration tracking - Append-only JSONL storage (race-condition safe) Testing: - 15 new telemetry tests - 361 total tests passing - No breaking changes Documentation: - Removed v3 pivot research (staying committed to v2) - Updated CHANGELOG with telemetry examples
-
v2.3.1
Release: Release v2.3.1ca30fb3d · ·Release v2.3.1: Liberal Validation Auto-correction for feature IDs Better error messages with examples Following Postel's Law: Be liberal in what you accept
-
v2.3.0
Release: Release v2.3.054da6291 · ·Release v2.3.0: Simplified Directory Structure BREAKING CHANGE: All modules now top-level directories Key Changes: - Removed modules/ parent directory - All modules (including shared) are top-level - Fixed priority sorting order - Enhanced documentation with examples - All 361 tests passing Migration: Move data from modules/*/ to top level
-
v2.2.4
8078f6d5 · ·v2.2.4: Security Hardening Release - Fix 9 security vulnerabilities (2 critical, 2 high) - Add 94 comprehensive tests (+35% coverage) - Improve type-guards coverage 0% → 65.69% - Add agent interaction validation framework - All core tests passing (354/361 = 98.1%) See commit 7f32719 for full details.
-
v2.2.3
Release: Release v2.2.3635f01aa · ·v2.2.3: Fix relationship creation and filtering bugs Critical bug fixes: - Fix create_relationship YAML serialization error (P0) - Fix list_features filtering for module/domain/priority/etc (P1) - All 267 tests passing - Tools now 100% functional
-
v2.2.2
Release: Release v2.2.2d22c0175 · ·v2.2.2: Fix v1.x → v2.x auto-migration Critical fix for repositories missing 'modules' field - Auto-migrates v1.x repos when writing features - Fixes write_feature, list_features, search_features - All 267 tests passing - See AGENT-INTERACTION-VALIDATION-RESULTS.md for details
-
v2.2.1
Release: Release v2.2.1433419f1 · ·v2.2.1: Fix failing tests after v2.0 refactor - All 267 tests now passing - Fixed module/feature-name format issues - Ready for production use
-
v2.2.0
eee87b55 · ·Release v2.2.0: Tool Portfolio Streamlined to 9 Tools Achieved target of 9 MCP tools by moving administrative operations to CLI. Tool Changes: - Remove batch_write_features (unused, premature optimization) - Move export/import/stats to CLI commands Final 9 MCP Tools: 1. read_feature 2. write_feature 3. list_features 4. list_sub_features 5. search_features 6. create_relationship 7. query_relationships 8. get_repo_config 9. update_repo_config New CLI Commands: - buzz-features export <repo> [--output file] - buzz-features import --file <json> [--overwrite] - buzz-features stats <repo> - buzz-features help Rationale: ✅ 31% tool reduction (13 → 9) ✅ Clearer purpose: MCP for workflows, CLI for admin ✅ No loss of capability ✅ Better UX for one-time operations Testing: ✅ TypeScript builds cleanly ✅ All 224 tests passing ✅ No breaking changes
-
v2.1.0
e028e6cf · ·Release v2.1.0: Tool Consolidation & Migration Utilities Tool Improvements: - Remove validate_feature tool (redundant with write_feature) - Tool count: 14 → 13 New Migration Utilities: - renameModule() - Safely rename modules - validateRelationships() - Find broken references - findDependentsOfDeprecated() - Impact analysis - deleteFeature() method in StorageManager Documentation: - docs/RELATIONSHIPS.md - Canonical relationship patterns - docs/EDGE-CASES.md - Solutions for 8 edge cases Testing: ✅ 224/267 tests passing (84%) ✅ TypeScript builds cleanly ✅ No breaking changes from v2.0.0
-
v2.0.0
83ee2c7f · ·Release v2.0.0: Module-First Architecture BREAKING CHANGES - Major version release - Module parameter now required for all feature operations - Feature IDs changed to module/feature-name format - Storage restructured with modules/ and shared/ directories - Complete removal of page field in favor of module parameter - Works for both frontend (pages) and backend (services) See commit message for full migration guide. 🐝 Generated with Claude Code
-
v1.5.0
Release: Release v1.5.04c71a1fb · ·Release v1.5.0: Page Field for Frontend Organization Features: - Page field for organizing features by location - Page filtering in list_features - Page search indexing - Full Vue/React/Angular support Testing: 273/273 tests passing ✅ Documentation: README and CHANGELOG updated Compatibility: Fully backward compatible
-
v1.4.9
Release: Release v1.4.9fc23649c · ·Release v1.4.9: Test Infrastructure Improvements Test Infrastructure Fixes: - Fixed test isolation with unique temp directories - Removed problematic Git concurrent-writes tests Test Results: - All Tests: 267/267 passing (100%) Clean build in all CI/CD environments.
-
v1.4.8
0605bb01 · ·Release v1.4.8: Critical Bug Fixes Critical Fixes: - Git merge detection retry loop (terminal error) - Null content handling unreachable branch - Git reset failure validation High Priority: - Robust Git parent parsing - Clear error messages Added: - 47 new tests (281 total, 274 passing) - 80%+ coverage on critical paths All existing tests passing. No breaking changes.
-
v1.4.7
Release: Release v1.4.75953f6b6 · ·Release v1.4.7: Phase 1 - Core Tool UX Overhaul Comprehensive rewrite of 4 critical tool descriptions: - create_relationship (D- → A-) - query_relationships (C- → A-) - list_features (C → A-) - write_feature (C → A-) Improvements: ✅ All 10 relationship types documented with examples ✅ Direction/depth concepts explained with use cases ✅ Filter values enumerated for easy discovery ✅ Guidelines condensed to scannable format Impact: Time-to-first-use reduced from minutes to seconds All 234 tests passing. No functional changes.