docs(skill): sync vendored skill pack to v3.4.0 + pin dev container to CLI >= 3.2.0#57
Merged
Merged
Conversation
… to CLI >= 3.2.0 ## Summary Dogfood-sync of the in-repo vendored Dailybot agent skill pack at .agents/skills/dailybot/ to the newly published DailybotHQ/agent-skill v3.4.0 release, plus the matching doc/version references. ## Change Log - Synced every skills/dailybot/**/SKILL.md to v3.4.0 (frontmatter version bump), and added the new `conversation` sub-skill (open/reuse a Slack group DM with the bot + named teammates, then optionally post a report — `conversation open`). - forms/SKILL.md now documents the org-scoped `form list` default + `--mine`. - AGENTS.md: bumped the vendored-pack reference to v3.4.0 and added `/dailybot-conversation` to the slash-command list. - skills_agents_catalog.md: added the `dailybot-conversation` row + quick-ref entry. - docker/local/cli/Dockerfile: pinned the dev-container CLI floor to `>=3.2.0` (the release that ships `conversation open` + `form list --mine`, which the synced pack references). ## Release This is a dogfood-sync PR — it should be merged WITHOUT cutting a release. Per AGENTS.md § 15.a, add `[skip release]` to the squash-merge commit body in the GitHub dialog so the CLI does not auto-bump past the skill pack's CLI floor. ## Risks - Docs + Dockerfile only; no Python/source changes, so no runtime behavior change. 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.
Dogfood-sync of the in-repo vendored Dailybot agent skill pack (
.agents/skills/dailybot/) to the newly published DailybotHQ/agent-skill v3.4.0 release.What changed
skills/dailybot/**/SKILL.mdto v3.4.0 — the pack now ships the newconversationsub-skill (open/reuse a Slack group DM with the bot + named teammates, then optionally post a report in one call —conversation open -u … -m …; Slack only, org-admin only, idempotent).forms/SKILL.mddocuments the org-scopedform listdefault and the new--mineflag.AGENTS.md— vendored-pack reference bumped to v3.4.0;/dailybot-conversationadded to the slash-command list..agents/docs/skills_agents_catalog.md— added thedailybot-conversationrow + quick-reference entry.docker/local/cli/Dockerfile— dev-container CLI floor pinned to>=3.2.0(the release that shipsconversation open+form list --mine, which the synced pack references).The vendored tree is now byte-identical to upstream
skills/dailybot/at v3.4.0 (verified withdiff -r); no vendored-only files exist.[skip release]Per AGENTS.md § 15.a, this is the one narrow case where auto-releasing is harmful: a skill-pack sync PR must not cut a CLI release, or the CLI would advance past the pack's
dailybot-clifloor and the freshly synced pack would go stale immediately (infinite resync loop). When merging, type[skip release]on its own line in the squash-merge commit body in the GitHub dialog (orgh pr merge --body "... [skip release]").Risks
code_check.yml) still runs the full gate.🤖 Generated with Claude Code