refactor: simplify project structure and add automated setup logic#2
Merged
Conversation
…mmy test for coverage reporting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Auto Describe
🚀 Summary
This is a major usability release for Heimsense. Adds a complete CLI interface, interactive first-run setup wizard, automatic Claude Code configuration sync, and a full simplified user-focused rewrite of the project README. All existing runtime behaviour remains fully backwards compatible.
🔑 Key Changes
✅ Implemented CLI subcommands:
setup,run,sync,version,help✅ Added interactive setup wizard with automatic Claude Code configuration
✅ Full rewrite of README for clarity and onboarding flow
✅ Upgraded Go runtime from 1.22.0 → 1.25.0
✅ Added build artifacts and temporary files to gitignore
📋 Detailed Breakdown
Application Core
runwill automatically launch setup wizard if no config existssetupcommand completes configuration then automatically starts the serversynccommand propagates manual.envedits to Claude Code user settingsgolang.org/x/termdependency for safe interactive terminal inputGitignore
serverbinary*.rdbredis dump patternsDocumentation
Dependencies
golang.org/x/term v0.41.0and transitive sys dependencygo.sumchecksum file🧠 Notes
All changes are exclusively user facing. This release contains zero changes to the proxy translation logic, API endpoints, or runtime behaviour.
✅ No breaking changes. All existing environment variables, API contracts, and runtime behaviour are 100% preserved. Existing deployments will continue working unchanged.