docs(changelog): Auto-regenerate platform changelogs#14
Closed
github-actions[bot] wants to merge 1 commit into
Closed
docs(changelog): Auto-regenerate platform changelogs#14github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
2f2671a to
4940d2f
Compare
4940d2f to
1018f49
Compare
0009831 to
a87871d
Compare
a87871d to
20f4b53
Compare
Owner
|
Closing: This PR is stale and the docs-update.yml workflow that creates it is being removed. Since v0.84.0, |
kryptobaseddev
added a commit
that referenced
this pull request
Feb 12, 2026
… (T4334) - mintlify-deploy.yml: Named "Deploy" but only did shallow validation (JSON syntax, file existence, frontmatter check). Actual deployment handled by Mintlify's GitHub App. Validation too minimal to justify CI minutes on every docs/ push. - docs-update.yml: Safety net for changelog generation outside release flow, but redundant since v0.84.0 when `cleo release ship` began generating platform changelogs directly (Step 2.5). Created recurring stale PRs (PRs #7-#14) from docs/auto-changelog-update branch. Also closed PR #14 and deleted the docs/auto-changelog-update branch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kryptobaseddev
added a commit
that referenced
this pull request
Apr 11, 2026
P1 — Broken Options & Commands (9 fixes): - stats: remove Number() conversion so named period aliases work (#7) - archive-stats: forward period param to engine (#8) - reorder: remove 4 non-functional options, keep only --position (#9) - context check/list: fix misleading help text (#10) - detect-drift: fix hardcoded src/ paths for monorepo layout (#11) - dash: remove 5 non-functional opts, wire --blocked-limit (#12) - labels show: route to tasks.list with label filter (#13) - release changelog: remove vestigial subcommand that always failed (#14) - pull: return success:false when fetch fails (#15) P2 — Consolidation (7 fixes): - Deprecate phases, commands, validate with warnings (#16-18) - Mark 5 protocol wrappers as aliases in help text (#19) - Document token vs otel data source distinction (#20) - Document backup create as alias for backup add (#21) - Remove agents.ts no-op stub from registration (#22) P3 — Help Text (5 fixes): - Add enum values for status/priority/type/field/stage (#23) - Document session requirements on add/bug/complete (#24) - Clarify find query is required unless --id used (#25) - Add output schema hints to current/start/stop/show (#26) - Differentiate briefing vs plan vs dash use cases (#27) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
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.
Automated Changelog Update
This PR was automatically generated because CHANGELOG.md changed
outside the cleo release ship flow.
Since v0.84.0, cleo release ship generates platform changelogs
automatically. This workflow is a safety net for manual edits.
Auto-generated by Update Documentation workflow