chore: pre-article polish — visuals, changelog, and install fix#106
Merged
nvandessel merged 1 commit intomainfrom Feb 17, 2026
Merged
chore: pre-article polish — visuals, changelog, and install fix#106nvandessel merged 1 commit intomainfrom
nvandessel merged 1 commit intomainfrom
Conversation
- Add v0.3.0 section to CHANGELOG.md with curated release notes - Add graph screenshot, learning loop diagram, and release badge to README - Reframe Project Status to emphasize stability and self-dogfooding - Fix go.mod: relax Go 1.25.7 → 1.25 so go install works for most users - Update SECURITY.md supported versions to cover 0.2.x and 0.3.x - Update CLI_REFERENCE.md version from 0.2.0-dev to 0.3.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Greptile SummaryPre-publication polish addressing version documentation gaps and installation compatibility. The changes add missing v0.3.0 changelog entry, relax the Go version constraint to fix Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| go.mod | Relaxed Go version from 1.25.7 to 1.25 to fix go install compatibility for users on 1.25.0-1.25.6 |
| CHANGELOG.md | Added missing v0.3.0 section with features/fixes and corrected comparison links |
| README.md | Added release badge, ASCII learning loop diagram, graph visualization screenshot, and reframed project status to emphasize stability |
| SECURITY.md | Updated supported versions to 0.2.x/0.3.x (was 0.1.x) |
| docs/CLI_REFERENCE.md | Updated version from 0.2.0-dev to 0.3.0 |
Last reviewed commit: 22ae204
5 tasks
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.
Summary
Pre-publication polish for the upcoming article. Addresses findings from a 6-agent parallel audit.
go 1.25.7→go 1.25sogo installworks for users on 1.25.0-1.25.6Also performed GitHub cleanup (separate from this PR):
Test plan
go build ./cmd/flooppassesgo test ./...— all 29 packages pass🤖 Generated with Claude Code