docs(spec): align project delete output and plan tree ULID display with implementation #7899

Closed
HAL9000 wants to merge 2 commits from spec/project-delete-deleted-at-field into master

2 Commits

Author SHA1 Message Date
HAL9000 cc12e9916c docs(spec): update plan tree to show full 26-char ULIDs for child plans
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 31s
CI / quality (pull_request) Successful in 53s
CI / security (pull_request) Successful in 1m20s
CI / helm (pull_request) Successful in 22s
CI / push-validation (pull_request) Successful in 25s
CI / build (pull_request) Successful in 41s
CI / typecheck (pull_request) Successful in 3m57s
CI / integration_tests (pull_request) Successful in 6m19s
CI / e2e_tests (pull_request) Successful in 7m38s
CI / unit_tests (pull_request) Successful in 9m24s
CI / docker (pull_request) Successful in 2m21s
CI / coverage (pull_request) Successful in 12m23s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m3s
PR #6571 (merged) updated agents plan tree to display full 26-character
ULIDs for all child plan IDs instead of truncated 8-char prefixes. This
enables copy-paste usability for plan correct and plan tree commands.

Updated the spec to:
- Show full 26-char ULIDs in tree body for subplan_spawn entries
- Show full 26-char ULIDs in Child Plans table
- Show full 26-char ULIDs in JSON/YAML output plan_id fields
- Add a note documenting the full ULID display behavior and per-type
  ordinal labels in the Decision IDs panel

Closes #7898
2026-04-12 07:32:23 +00:00
HAL9000 faf1999485 docs(spec): align project delete JSON/YAML output with implementation
CI / lint (pull_request) Waiting to run
CI / typecheck (pull_request) Waiting to run
CI / security (pull_request) Waiting to run
CI / quality (pull_request) Waiting to run
CI / unit_tests (pull_request) Waiting to run
CI / integration_tests (pull_request) Waiting to run
CI / e2e_tests (pull_request) Waiting to run
CI / coverage (pull_request) Blocked by required conditions
CI / benchmark-regression (pull_request) Blocked by required conditions
CI / benchmark-publish (pull_request) Waiting to run
CI / build (pull_request) Waiting to run
CI / docker (pull_request) Blocked by required conditions
CI / helm (pull_request) Waiting to run
CI / push-validation (pull_request) Waiting to run
CI / status-check (pull_request) Blocked by required conditions
The implementation (PR #6639, merged 2026-04-10) produces a simpler
output for agents project delete than what the spec described:

  {"deleted": "local/docs", "success": true, "deleted_at": "..."}

The spec previously showed a rich deletion_summary/index_cleanup/backups
structure that does not match the actual implementation. Updated to
reflect the actual output including the deleted_at timestamp field.

Closes #7872
2026-04-12 06:50:41 +00:00