docs: refresh after v1.1.0 internal/ui rollout#122
Merged
Conversation
CLAUDE.md ui block + deps note rewritten to match the shipped Writer / spinner / prompt stack; phase table promoted through #121 (commitlint relaxation). SPEC.md header / V2 / T18 / T19 / T21 closed out. README.md phase table flipped from "v1.0.0 dev line" to a full ✅ board for v1.1.0. CONTRIBUTING.md Go version 1.22 → 1.24, Charm stack added to deps note, stale "future DCO" section dropped. docs/installation.md Go version sync; docs/managers.md Phase 7 banner rewritten; docs/release-checklist.md intro reframed past the v1.0.0 bootstrap.
|
✔️ 5e2ae3b - Conventional commits check succeeded. |
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
Linked issues
Type of change
feat— new feature (MINOR bump)fix— bug fix (PATCH bump)refactor— no behavior changeperf— performance improvementdocs— documentation onlytest— tests onlychore— maintenance / dependency bumpci— CI/CD onlybuild— build system onlyChecklist
feat(scope): subject)make cilocally and it passesdocs/, inline godoc)Screenshots / output
Summary
Doc-only refresh after the v1.1.0
internal/uirollout (PRs #117/#118/#119, plus #120/#121). The previous doc-refresh pass (#116) was pre-v1.1.0 — the README still claimed "v1.0.0 dev line, Phase 7 in progress", the CLAUDE.mdinternal/ui/block still said "scaffold merged via #74 PR1; spinners/huh/full migration tracked by #105", CONTRIBUTING.md said Go 1.22+ and "future DCO before v1.0.0", SPEC.md had §V2 marked aspirational, etc. Seven files touched:README.md— Project status table rewritten (current release v1.1.0; all 8 phases ✅; release train callout). Go version 1.22 → 1.24.CLAUDE.md—internal/ui/directory diagram now reflects the shippedmode.go/theme.go/writer.go/spinner.go/prompt.goset; deps section listslipgloss/bubbletea/huh;ResolveInteractivereframed as shipped; phase table covers v1.1.0.SPEC.md— Header refreshed; §C constraint rewritten for full ui rollout; §V2 reads "complete"; §T rows T18/T19/T21 closed (x).CONTRIBUTING.md— Go 1.22 → 1.24; deps note adds the Charm stack; "future DCO" section dropped (v1.0.0 has shipped); "out of scope for v1" → "v1.x".docs/installation.md— Go 1.22 → 1.24 with CI pin reference.docs/managers.md— Phase 7 status banner rewritten.docs/release-checklist.md— Intro reframed past the v1.0.0 bootstrap.No code, no tests, no linter surface affected.
LEARN_GO_AND_NODEUP.mdandREVIEW_FINDINGS.mdwere deliberately left untouched — they're AI-generated reading guides flagged as such in their own headers, and updating them without re-scanning the fullinternal/tree would risk introducing more drift than it fixes.Linked issues