docs(readme,skills): 3.7.0 as the documented baseline + sync vendored skill pack to v3.10.2 - #70
Merged
Merged
Conversation
All install/pin examples (pip, install.sh, install.ps1, version output) now reference 3.7.0 — the release that completed the env.json per-repo auth story and the pack baseline going forward. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
## Summary Sync .agents/skills/dailybot/ to the newly published agent-skill v3.10.2 and update every in-repo reference to it. ## Change Log - Vendored pack 3.9.0 -> 3.10.2: adds the env sub-skill (.dailybot/env.json per-repo auth), the wire-preference + guard carve-out documentation, and the single 3.7.0 CLI baseline across all sub-skills - AGENTS.md: pack version, sub-skill enumeration (+env), floor 3.1.2 -> 3.7.0 - skills_agents_catalog.md: fourteen sub-skills @ v3.10.2, dailybot-env row, dropped stale per-row CLI floors (1.13.0/1.15.0/1.17.0/2.0.0/3.2.0) superseded by the single pack baseline Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
.dailybot_example/env.json is repo-root example content, not docker/ local-dev tooling, so internal hostnames give way to localhost. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
With CLI 3.7.0 live on PyPI and the agent-skill pack released at v3.10.2 (single 3.7.0 baseline for every sub-skill), this PR aligns this repo's documentation and vendored assets with the new floor.
Change Log
README version examples → 3.7.0 — every install/pin example (pip exact + floor, install.sh
DAILYBOT_VERSION/--version, install.ps1$env:DAILYBOT_VERSION, and thedailybot --versionsample output) now references3.7.0instead of3.0.0.Vendored skill pack sync 3.9.0 → 3.10.2 (
.agents/skills/dailybot/) — brings in:envsub-skill (.dailybot/env.jsonper-repo auth:env add/use/show/list/remove/off/on),dailybot-cli >= 3.7.0baseline across all fourteen sub-skills.Reference updates —
AGENTS.md(pack version v3.10.2,envin the sub-skill enumeration, floor3.1.2→3.7.0,/dailybot-envslash command) and.agents/docs/skills_agents_catalog.md(fourteen sub-skills @ v3.10.2, newdailybot-envrow, dropped stale per-row CLI floors superseded by the single baseline).Local-dev + example hygiene —
docker/local/cli/Dockerfileinstalls>=3.7.0; new.dailybot_example/env.jsonreference example (hostnames genericized tolocalhostper AGENTS.md rule 11.a).Release note
This PR intentionally does not carry
[skip release]: it bundles README/docs changes beyond a pure skill-pack sync, so it should cut a normal PATCH per the policy in AGENTS.md § 15.a.Verification
grepfor3.0.0/3.1.2/v3.9.0across README, docs/, AGENTS.md, catalog → zero hits.🤖 Generated with Claude Code