Skip to content

chore: pre-article polish — visuals, changelog, and install fix#106

Merged
nvandessel merged 1 commit intomainfrom
chore/pre-article-polish
Feb 17, 2026
Merged

chore: pre-article polish — visuals, changelog, and install fix#106
nvandessel merged 1 commit intomainfrom
chore/pre-article-polish

Conversation

@nvandessel
Copy link
Copy Markdown
Owner

Summary

Pre-publication polish for the upcoming article. Addresses findings from a 6-agent parallel audit.

  • README: Add graph screenshot, learning loop ASCII diagram, release badge, reframe Project Status from "early alpha" to emphasizing stability and self-dogfooding
  • CHANGELOG: Add v0.3.0 section (was missing entirely — jumped from Unreleased to 0.2.0), fix comparison links
  • go.mod: Relax go 1.25.7go 1.25 so go install works for users on 1.25.0-1.25.6
  • SECURITY.md: Update supported versions from 0.1.x to 0.2.x/0.3.x
  • CLI_REFERENCE.md: Update version from 0.2.0-dev to 0.3.0

Also performed GitHub cleanup (separate from this PR):

Test plan

  • go build ./cmd/floop passes
  • go test ./... — all 29 packages pass
  • Verify README renders correctly on GitHub (graph image, badges, ASCII diagram)

🤖 Generated with Claude Code

- 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>
@nvandessel nvandessel merged commit 8d20abc into main Feb 17, 2026
7 checks passed
@nvandessel nvandessel deleted the chore/pre-article-polish branch February 17, 2026 02:21
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Feb 17, 2026

Greptile Summary

Pre-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 go install for patch versions, update security support matrix, and enhance README with visual aids (graph screenshot, ASCII diagram) and improved project status messaging that emphasizes stability and real-world usage.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • All changes are documentation and metadata updates with no code modifications. The go.mod change is a standard relaxation that increases compatibility. All changes align with the stated pre-publication polish goal.
  • No files require special attention

Important Files Changed

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

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

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.

1 participant