@@ -7,15 +7,83 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2026-01-25
11+
12+ ### Added
13+ - ML framework detection (40+ frameworks: TensorFlow, PyTorch, JAX, Transformers, etc.)
14+ - Command prioritization system (Build > Test > Lint > Format > Run)
15+ - Project type inference (app, library, cli, api, ml, docs, monorepo)
16+ - README semantic extraction (prerequisites, key commands, model specs)
17+ - Context.Context propagation for graceful cancellation (SIGINT/SIGTERM)
18+ - Structured logging with slog (debug output with ` --verbose ` )
19+ - Cargo.toml support for Rust projects
20+ - Python pyproject.toml parsing
21+ - Tree-sitter integration for multi-language AST parsing
22+ - AST-based Go pattern detection
23+ - go-git library integration
24+ - Project-specific tool detection and skill generation
25+
26+ ### Changed
27+ - Replaced custom string helpers with Go stdlib (` strings ` , ` slices ` )
28+ - Optimized file walking with godirwalk
29+ - Improved architecture detection for Go projects
30+
31+ ### Fixed
32+ - Eliminated endpoint false positives
33+ - Reduced false positives in pattern detection
34+ - Improved README parsing (skip code blocks, handle HTML)
35+ - Prioritize main binary in entry point detection
36+ - Monorepo support for package.json commands detection
37+
38+ ## [ 0.2.2] - 2026-01-21
39+
40+ ### Added
41+ - CLI tool detector
42+ - Configuration file detector
43+ - Development setup detector
44+ - Enhanced CLAUDE.md sections with detailed documentation
45+ - Tests for new detectors
46+
47+ ## [ 0.2.1] - 2026-01-21
48+
1049### Added
11- - Initial project setup
12- - CLI skeleton with Cobra
13- - Basic command structure (init, scan, sync, version)
50+ - Self-upgrade command (` argus upgrade ` )
51+
52+ ## [ 0.2.0] - 2026-01-21
53+
54+ ### Added
55+ - Claude Code config generation (settings.json, agents, hooks)
56+ - MCP config generation
57+ - Context-aware generation
58+ - Architecture diagram generation
59+ - Git convention detection (commit messages, branch naming)
60+ - Deep code pattern analysis
61+ - Monorepo/workspace detection
62+ - README parsing and enhanced folder descriptions
63+ - Build/test command detection
64+ - Multi-framework endpoint detection
65+ - Codecov configuration
66+ - Pre-commit hook and Makefile automation
67+
68+ ### Changed
69+ - Improved structure tree output
70+ - Enhanced coding guidelines section
71+
72+ ### Fixed
73+ - Preserve existing content without markers on first scan
74+ - Filter invalid package names in architecture detection
75+ - Lint errors resolved
1476
15- ## [ 0.1.0] - TBD
77+ ## [ 0.1.0] - 2026-01-20
1678
1779### Added
18- - First release
19- - Basic codebase scanning
20- - Tech stack detection
80+ - Initial release
81+ - CLI with Cobra (init, scan, sync, watch, version commands)
82+ - Tech stack detection (languages, frameworks, tools)
83+ - Project structure analysis
2184- CLAUDE.md generation
85+ - Cursor rules generation (.cursorrules)
86+ - GitHub Copilot instructions generation (.github/copilot-instructions.md)
87+ - Continue.dev config generation (.continue/)
88+ - Incremental watch mode
89+ - Parallel detector execution
0 commit comments