Skip to content

chore: bump TOOL_VERSION to 0.3.0 and fix stale module README#13

Open
bipinhcs11 wants to merge 1 commit into
mainfrom
chore/bump-tool-version-0.3.0
Open

chore: bump TOOL_VERSION to 0.3.0 and fix stale module README#13
bipinhcs11 wants to merge 1 commit into
mainfrom
chore/bump-tool-version-0.3.0

Conversation

@bipinhcs11
Copy link
Copy Markdown
Owner

What

  • Bumps TOOL_VERSION in crawler.py from "0.2.0" to "0.3.0".
  • Fixes two stale references in tools/skill_generator/README.md:
    • JSON schema example showed "schema_version": 1; the actual constant (SCHEMA_VERSION) is 2.
    • Prose still said 0.2.0 with a "bump is planned" footnote — that footnote was written before the host-agent refactor PRs merged; it is now resolved.

Why

skill-gen --version reported skill-gen 0.2.0 even though the top-level README, AGENT.md, and the project roadmap all describe the current state as v0.3. The tools README also had an internal contradiction: the JSON example already showed "tool_version": "0.3.0" while the prose two paragraphs later said the bump was "planned but not yet applied".

After this PR, skill-gen --version prints skill-gen 0.3.0, the JSON example matches the live schema version constant, and the "planned" footnote is gone.

Changes

File Change
tools/skill_generator/crawler.py TOOL_VERSION = "0.2.0""0.3.0" (1 line)
tools/skill_generator/README.md "schema_version": 12 in JSON example; prose updated to 0.3.0; stale "bump planned" footnote removed

Test impact

No logic changes. All 172 tests pass unchanged.

Follow-ups noted (not in this PR)

https://claude.ai/code/session_01UgE2R62u5X7pgTyk8a4Pu7


Generated by Claude Code

The top-level README already describes the project as v0.3, but
TOOL_VERSION in crawler.py was still "0.2.0", so `skill-gen --version`
reported the wrong string. Also fixes two stale spots in the tools
module README: the JSON schema example showed "schema_version": 1
(the actual constant is 2), and the prose still said 0.2.0 with a
"bump is planned" footnote that is now resolved.

No logic changes; all 172 tests pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

2 participants