Skip to content

docs: bump install snippet to 0.1.1#10

Merged
atom2ueki merged 2 commits into
mainfrom
docs/bump-readme-install-0.1.1
May 1, 2026
Merged

docs: bump install snippet to 0.1.1#10
atom2ueki merged 2 commits into
mainfrom
docs/bump-readme-install-0.1.1

Conversation

@atom2ueki
Copy link
Copy Markdown
Owner

One-line README change: from: "0.1.0"from: "0.1.1" in the install snippet so new adopters land on the version that ships the SwiftWebServer 0.3.1 memory fixes by default.

Existing from: "0.1.0" declarations already resolve up to 0.1.1 on swift package update (semver allows it within the same major), so this is purely a documented-floor update — no behavior change for existing consumers.

No other staleness found in this pass:

(Trivial docs change, no AI reviewer triggers — self-merge once CI lights up.)

atom2ueki added 2 commits May 2, 2026 00:35
Tracks the latest release tag so new adopters land on the version
that ships the SwiftWebServer 0.3.1 memory fixes by default.
Existing `from: "0.1.0"` declarations already resolve to 0.1.1
on swift package update; this is just for the documented floor.
Plugin manifest versions intentionally NOT bumped — they only change
when the plugin's capabilities change (new skills, commands, hooks,
MCP servers, behavior changes in existing components). A from:
version reference inside SKILL.md is content drift, not a capability
change. Bumping the manifest would prompt every installed user to
"update" a plugin that gives them nothing new — worse UX than
leaving them alone.
@atom2ueki
Copy link
Copy Markdown
Owner Author

@claude review this PR

@claude
Copy link
Copy Markdown

claude Bot commented May 1, 2026

Claude finished @atom2ueki's task in 38s —— View job


PR Review

  • Gather context
  • Read changed files
  • Review diff
  • Post feedback

Summary: This is a clean, two-file docs-only change bumping the Swift Package Manager minimum version floor from 0.1.0 to 0.1.1 in both install snippets.

Changes Reviewed

File Change
README.md:21 from: "0.1.0"from: "0.1.1"
skills/coding-plan-kit/SKILL.md:33 from: "0.1.0"from: "0.1.1"

Assessment

Correctness: Both snippets are updated consistently — no drift between the two docs. The version bump is accurate and aligns with the SwiftWebServer 0.3.1 dependency bump landed in #9.

Rationale: Pointing new adopters at 0.1.1 as the floor is the right call. The 0.1.1 release includes memory fixes from SwiftWebServer 0.3.1, so defaulting new installs there is strictly better. As noted in the PR description, existing from: "0.1.0" declarations are unaffected by this docs change (semver minor resolution handles it).

Minor observation: The PR title says "bump README install snippet" but SKILL.md was also updated. The title is slightly incomplete, though both updates are correct and necessary — keeping the two snippets in sync is good practice. Consider using docs: bump install snippet to 0.1.1 (without "README") to match the actual scope, but this is cosmetic only.

Verdict: ✅ LGTM — trivial docs update, no behavioral change, both install snippets correctly updated.

@atom2ueki atom2ueki changed the title docs: bump README install snippet to 0.1.1 docs: bump install snippet to 0.1.1 May 1, 2026
@atom2ueki atom2ueki merged commit aa95701 into main May 1, 2026
4 checks passed
@atom2ueki atom2ueki deleted the docs/bump-readme-install-0.1.1 branch May 1, 2026 16:44
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