feat: upgrade Dailybot skill to 3.10.3 and refresh addon docs - #42
Merged
Conversation
Upgrade the tracked Dailybot agent skill install from 3.4.0 to 3.10.3 and align all addon documentation and marketing content across the site. - Install Dailybot skill 3.10.3 into .agents/skills/dailybot (adds the env sub-skill, shared/dashboard-urls.md, shared/env-json.md; CLI baseline raised to >= 3.7.0) - Refresh the Dailybot kit page, spec addons, and init/kit endpoints: 14 capabilities (adds per-repo API keys / .dailybot/env.json), CLI >= 3.7.0, latest published CLI 3.7.3, forms org-scope + --owner, and Bearer-first auth with 401/403 auto-retry - Sync all changes across the 17 active languages - Sync the installed deepworkplan skill copy's Dailybot addon refs to 3.10.3 / CLI >= 3.7.0 / 14 sub-skills Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Install the released deepworkplan skill v2.16.1 (merged PR #29 in DailybotHQ/deepworkplan-skill) into this repo's tracked skill copy. The release carries the Dailybot addon docs aligned to agent-skill 3.10.3 / CLI >= 3.7.0 / 14 sub-skills; installing it bumps the skill version fields 2.16.0 -> 2.16.1 across the pack. Co-Authored-By: Claude Opus 4.8 (1M context) <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
Upgrades the tracked Dailybot agent skill from 3.4.0 → 3.10.3 and aligns all Dailybot addon documentation and marketing content across the site (17 languages).
What changed upstream (3.4.0 → 3.10.3)
>= 3.1.2→>= 3.7.0(single floor for the whole pack; latest published CLI 3.7.3)dailybot-env— per-repo API keys via an opt-in, gitignored.dailybot/env.json(dailybot env add/use/show/list/remove/off/on)listnow org-scoped by default with--mine/--owner, plus pagination/search/date filtersshared/env-json.md; kudos wall-of-fame payloadThis PR
.agents/skills/dailybot/(addsenv/,shared/dashboard-urls.md,shared/env-json.md)kit/dailybot.md,spec/addons.md,pages/init.md,pages/kit.md— 13 → 14 capabilities (adds per-repo API keys), CLI>= 3.7.0, publish3.7.3, forms org-scope +--owner, Bearer-first authdeepworkplanskill copy's Dailybot addon refs to 3.10.3 / CLI>= 3.7.0/ 14 sub-skills (paired with the deepworkplan-skill PR)Validation
pnpm run i18n:check✅pnpm run md:check✅pnpm run biome:check✅pnpm run astro:check✅ (0 errors)pnpm run build✅ (1352 pages)🤖 Generated with Claude Code