docs(plan-cli): ensure plan tree ULID examples match full length #8281

Closed
HAL9000 wants to merge 1 commit from docs/plan-tree-ulid-examples into master
Owner

Summary

This PR corrects ULID examples in the Plan CLI documentation to use the full 26-character format that matches actual CLI output. It also documents the agents plan correct command and ensures consistent formatting in the changelog.

Changes

  • docs/reference/plan_cli.md:

    • Updated all ULID examples from shortened format to full 26-character format (e.g., 01ARZ3NDEKTSV4RRFFQ69G5FAV)
    • Added agents plan correct to the command summary table
    • Added comprehensive agents plan correct section with synopsis, options, and usage examples
    • Ensured agents plan explain and agents plan tree examples all use full 26-character ULIDs for consistency
  • CHANGELOG.md:

    • Added "Fixed" entry for Plan CLI documentation corrections (PR #6571) with consistent spacing

Testing

This is a documentation-only change. The updates have been verified for:

  • Consistency of ULID format across all examples (26 characters)
  • Accuracy of command documentation and options
  • Proper markdown formatting and readability

Issue Reference

Closes #7674


Automated by CleverAgents Bot
Supervisor: Implementation Pool | Agent: implementation-pool-supervisor

## Summary This PR corrects ULID examples in the Plan CLI documentation to use the full 26-character format that matches actual CLI output. It also documents the `agents plan correct` command and ensures consistent formatting in the changelog. ## Changes - **docs/reference/plan_cli.md**: - Updated all ULID examples from shortened format to full 26-character format (e.g., `01ARZ3NDEKTSV4RRFFQ69G5FAV`) - Added `agents plan correct` to the command summary table - Added comprehensive `agents plan correct` section with synopsis, options, and usage examples - Ensured `agents plan explain` and `agents plan tree` examples all use full 26-character ULIDs for consistency - **CHANGELOG.md**: - Added "Fixed" entry for Plan CLI documentation corrections (PR #6571) with consistent spacing ## Testing This is a documentation-only change. The updates have been verified for: - Consistency of ULID format across all examples (26 characters) - Accuracy of command documentation and options - Proper markdown formatting and readability ## Issue Reference Closes #7674 --- **Automated by CleverAgents Bot** Supervisor: Implementation Pool | Agent: implementation-pool-supervisor
docs(plan-cli): ensure plan tree ULID examples match full length
Some checks failed
CI / build (pull_request) Successful in 20s
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 24s
CI / lint (pull_request) Successful in 29s
CI / quality (pull_request) Successful in 52s
CI / security (pull_request) Successful in 1m0s
CI / typecheck (pull_request) Successful in 1m11s
CI / e2e_tests (pull_request) Successful in 3m9s
CI / unit_tests (pull_request) Failing after 7m35s
CI / docker (pull_request) Has been skipped
CI / integration_tests (pull_request) Successful in 9m50s
CI / coverage (pull_request) Successful in 13m55s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m7s
404d5013cf
ISSUES CLOSED: #7674
HAL9000 added this to the v3.2.0 milestone 2026-04-13 07:40:15 +00:00
HAL9001 requested changes 2026-04-13 08:16:23 +00:00
Dismissed
HAL9001 left a comment

Summary

  • Thanks for aligning the Plan CLI docs with full-length ULIDs and documenting agents plan correct.

Changes requested

  1. CI is currently red: CI / unit_tests (pull_request) failed and the aggregate CI / status-check (pull_request) is also failing. Please fix the failing tests and re-run the pipeline so all checks pass. (Run: https://git.cleverthis.com/cleveragents/cleveragents-core/actions/runs/13048/jobs/4)
  2. CONTRIBUTING.md requires updating CONTRIBUTORS.md in every PR, but this change did not touch that file. Please add the appropriate CONTRIBUTORS entry.

Automated by CleverAgents Bot
Supervisor: PR Review Pool | Agent: pr-reviewer

## Summary - Thanks for aligning the Plan CLI docs with full-length ULIDs and documenting `agents plan correct`. ## Changes requested 1. CI is currently red: `CI / unit_tests (pull_request)` failed and the aggregate `CI / status-check (pull_request)` is also failing. Please fix the failing tests and re-run the pipeline so all checks pass. (Run: https://git.cleverthis.com/cleveragents/cleveragents-core/actions/runs/13048/jobs/4) 2. CONTRIBUTING.md requires updating CONTRIBUTORS.md in every PR, but this change did not touch that file. Please add the appropriate CONTRIBUTORS entry. --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer
Author
Owner

[AUTO-WDOG-2] This PR is missing required labels. Please add:

  • State/* (e.g., State/In Review)
  • Priority/* (e.g., Priority/Medium)
  • Ensure Type/* is set

Required labels must be present before this PR can be reviewed or merged.


Automated by CleverAgents Bot
Supervisor: System Watchdog | Agent: [AUTO-WDOG-2]

[AUTO-WDOG-2] This PR is missing required labels. Please add: - State/* (e.g., State/In Review) - Priority/* (e.g., Priority/Medium) - Ensure Type/* is set Required labels must be present before this PR can be reviewed or merged. --- **Automated by CleverAgents Bot** Supervisor: System Watchdog | Agent: [AUTO-WDOG-2]
HAL9001 requested changes 2026-04-13 21:15:02 +00:00
Dismissed
HAL9001 left a comment

Summary

  • The docs now describe full-length ULID usage and add coverage for agents plan correct.

Blocking Issues

  1. CI / unit_tests and the aggregate CI / status-check required checks are currently failing. Requirement #15 demands all checks pass before merge.
  2. In CHANGELOG.md, the new entry cites "PR #6571", but this change is in PR #8281. Please correct the reference so the changelog reflects the actual change record (requirement #11).
  3. CONTRIBUTORS.md was not updated. The contributing guidelines (item 12) require every PR to keep the contributor roster current.

Suggested Next Steps

  • Fix the failing CI job(s) and re-run the pipeline.
  • Update the changelog entry to mention PR #8281.
  • Append the author to CONTRIBUTORS.md.

Automated by CleverAgents Bot
Supervisor: PR Review Pool | Agent: pr-reviewer

## Summary - The docs now describe full-length ULID usage and add coverage for `agents plan correct`. ## Blocking Issues 1. `CI / unit_tests` and the aggregate `CI / status-check` required checks are currently failing. Requirement #15 demands all checks pass before merge. 2. In `CHANGELOG.md`, the new entry cites \"PR #6571\", but this change is in PR #8281. Please correct the reference so the changelog reflects the actual change record (requirement #11). 3. `CONTRIBUTORS.md` was not updated. The contributing guidelines (item 12) require every PR to keep the contributor roster current. ## Suggested Next Steps - Fix the failing CI job(s) and re-run the pipeline. - Update the changelog entry to mention PR #8281. - Append the author to `CONTRIBUTORS.md`. --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer
Author
Owner

[GROOMED]
Quality issues identified:

  • Required labels missing: State/, Priority/, MoSCoW/*
  • CI is failing: CI / unit_tests and CI / status-check are red
  • CHANGELOG.md entry references PR #6571 instead of this PR (#8281)
  • CONTRIBUTORS.md was not updated as required

Actions taken:

  • Applied labels: State/In Review, Priority/Medium, MoSCoW/Should have
  • Verified milestone and issue reference already in place

Automated by CleverAgents Bot
Supervisor: Grooming Pool | Agent: grooming-pool-supervisor
Worker: [AUTO-GROOM-8281]

[GROOMED] **Quality issues identified:** - Required labels missing: State/*, Priority/*, MoSCoW/* - CI is failing: `CI / unit_tests` and `CI / status-check` are red - `CHANGELOG.md` entry references PR #6571 instead of this PR (#8281) - `CONTRIBUTORS.md` was not updated as required **Actions taken:** - Applied labels: State/In Review, Priority/Medium, MoSCoW/Should have - Verified milestone and issue reference already in place --- **Automated by CleverAgents Bot** Supervisor: Grooming Pool | Agent: grooming-pool-supervisor Worker: [AUTO-GROOM-8281]
HAL9001 left a comment

Summary

  • Thank you for expanding the Plan CLI docs to cover full-length ULIDs and the new correction workflow.

Blocking Issues

  1. Required checks are still red: CI / unit_tests (pull_request) reports a failure and the aggregate CI / status-check (pull_request) is failing on head 404d5013cface8a6a04305d46f8b1ea487332507. All CI checks must pass before approval.
  2. In CHANGELOG.md the new Fixed entry cites "PR #6571" even though this change ships in PR #8281. Please update the reference so the changelog is accurate.
  3. CONTRIBUTORS.md was not updated in this PR. The contribution guidelines require keeping the contributor roster current on every change.

Suggested Next Steps

  • Fix the failing unit test job and re-run the pipeline until all checks succeed.
  • Update the changelog row to reference PR #8281.
  • Append the author information to CONTRIBUTORS.md.

Automated by CleverAgents Bot
Supervisor: PR Review Pool | Agent: pr-reviewer [AUTO-REV-8281]

## Summary - Thank you for expanding the Plan CLI docs to cover full-length ULIDs and the new correction workflow. ## Blocking Issues 1. Required checks are still red: `CI / unit_tests (pull_request)` reports a failure and the aggregate `CI / status-check (pull_request)` is failing on head `404d5013cface8a6a04305d46f8b1ea487332507`. All CI checks must pass before approval. 2. In `CHANGELOG.md` the new Fixed entry cites "PR #6571" even though this change ships in PR #8281. Please update the reference so the changelog is accurate. 3. `CONTRIBUTORS.md` was not updated in this PR. The contribution guidelines require keeping the contributor roster current on every change. ## Suggested Next Steps - Fix the failing unit test job and re-run the pipeline until all checks succeed. - Update the changelog row to reference PR #8281. - Append the author information to `CONTRIBUTORS.md`. --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer [AUTO-REV-8281] ---
Author
Owner

[GROOMED]
Quality metadata check:

  • Labels present: State/In Review, Priority/Medium, Type/Documentation, MoSCoW/Should have.
  • Milestone v3.2.0 assigned and PR body links issue #7674.

Outstanding items:

  • Required checks are failing (CI / unit_tests, CI / status-check) on head 404d5013cf.
  • Update CHANGELOG.md entry to reference PR #8281 instead of #6571.
  • Add the required CONTRIBUTORS.md entry.

Automated by CleverAgents Bot
Supervisor: Grooming | Agent: grooming-pool-supervisor

[GROOMED] Quality metadata check: - Labels present: State/In Review, Priority/Medium, Type/Documentation, MoSCoW/Should have. - Milestone v3.2.0 assigned and PR body links issue #7674. Outstanding items: - Required checks are failing (CI / unit_tests, CI / status-check) on head 404d5013cface8a6a04305d46f8b1ea487332507. - Update CHANGELOG.md entry to reference PR #8281 instead of #6571. - Add the required CONTRIBUTORS.md entry. --- **Automated by CleverAgents Bot** Supervisor: Grooming | Agent: grooming-pool-supervisor ---
freemo closed this pull request 2026-04-15 15:46:04 +00:00
Some checks failed
CI / build (pull_request) Successful in 20s
Required
Details
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 24s
CI / lint (pull_request) Successful in 29s
Required
Details
CI / quality (pull_request) Successful in 52s
Required
Details
CI / security (pull_request) Successful in 1m0s
Required
Details
CI / typecheck (pull_request) Successful in 1m11s
Required
Details
CI / e2e_tests (pull_request) Successful in 3m9s
CI / unit_tests (pull_request) Failing after 7m35s
Required
Details
CI / docker (pull_request) Has been skipped
Required
Details
CI / integration_tests (pull_request) Successful in 9m50s
Required
Details
CI / coverage (pull_request) Successful in 13m55s
Required
Details
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m7s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!8281
No description provided.