Skip to content

Add thinktank init command for guided first-run onboarding#151

Merged
that-github-user merged 1 commit into
mainfrom
issue-137-init-command
Mar 29, 2026
Merged

Add thinktank init command for guided first-run onboarding#151
that-github-user merged 1 commit into
mainfrom
issue-137-init-command

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • thinktank init guides first-time setup
  • Checks: Claude Code CLI, git repo, test command detection
  • Detects: package.json → npm test, Makefile → make test, Cargo.toml → cargo test
  • Sets defaults (attempts: 5)
  • Shows suggested first run command

Change type

  • New feature

Related issue

Closes #137

How to test

npm test  # 249 tests pass
thinktank init  # shows guided setup

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with Claude Code

Checks: Claude Code CLI installed, git repo, detects test command
(package.json, Makefile, Cargo.toml). Sets up defaults. Shows
suggested first run command.

Closes #137

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user merged commit e433595 into main Mar 29, 2026
4 checks passed
@that-github-user that-github-user deleted the issue-137-init-command branch March 29, 2026 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add thinktank init command for guided first-run onboarding

1 participant