Skip to content

docs(skill): sync vendored skill pack to v3.4.0 + pin dev container to CLI >= 3.2.0#57

Merged
xergioalex merged 1 commit into
mainfrom
chore/sync-skill-3.4.0
Jul 11, 2026
Merged

docs(skill): sync vendored skill pack to v3.4.0 + pin dev container to CLI >= 3.2.0#57
xergioalex merged 1 commit into
mainfrom
chore/sync-skill-3.4.0

Conversation

@xergioalex

Copy link
Copy Markdown
Member

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

  • Synced every skills/dailybot/**/SKILL.md to v3.4.0 — the pack now ships the new conversation sub-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.md documents the org-scoped form list default and the new --mine flag.
  • AGENTS.md — vendored-pack reference bumped to v3.4.0; /dailybot-conversation added to the slash-command list.
  • .agents/docs/skills_agents_catalog.md — added the dailybot-conversation row + quick-reference entry.
  • docker/local/cli/Dockerfile — dev-container CLI floor pinned to >=3.2.0 (the release that ships conversation 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 with diff -r); no vendored-only files exist.

⚠️ Merge WITHOUT a release — add [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-cli floor 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 (or gh pr merge --body "... [skip release]").

Risks

  • Docs + Dockerfile only — no Python/source changes, so no CLI runtime behavior change. CI (code_check.yml) still runs the full gate.

🤖 Generated with Claude Code

… 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>
@xergioalex xergioalex merged commit d09e458 into main Jul 11, 2026
4 checks passed
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