Skip to content

Commit c267219

Browse files
unknownclaude
andcommitted
Update CHANGELOG with all v0.1 features
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ac5458a commit c267219

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Initial CLI with `thinktank run` and `thinktank list` commands
12-
- Parallel Claude Code agent execution in isolated git worktrees
13-
- Convergence analysis grouping agents by file-change fingerprint
14-
- Recommendation scoring based on test results + convergence + diff size
15-
- CI pipeline with GitHub Actions (Node 22/24)
11+
- `thinktank run` command — spawn N parallel Claude Code agents in isolated worktrees
12+
- `thinktank apply` command — apply recommended or selected agent's changes
13+
- `thinktank list` command — view last run's results
14+
- Convergence analysis with diff-content comparison (Jaccard similarity + union-find clustering)
15+
- Unified diff parser for structured change extraction
16+
- Recommendation scoring: test results > convergence > diff size
17+
- Test runner with command parsing, error detection (ENOENT, timeout), and pre-flight checks
18+
- CI pipeline with GitHub Actions (Node 22/24, build, lint, typecheck, test)
1619
- CodeQL security scanning
20+
- Biome for TypeScript linting and formatting
21+
- 31 unit tests across convergence, diff parsing, test runner, and apply command
22+
- YAML-based issue templates (bug report, feature request)
23+
- PR template, CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md
24+
- CLAUDE.md with project architecture and conventions
25+
- VS Code configuration with Biome formatter

0 commit comments

Comments
 (0)