Consolidate registry surfaces: shelved/ → z_vault/, drop phantom priority.md#39
Merged
Merged
Conversation
…ority.md - shelved/ (one file) merges into z_vault/ — both were "deferred prompts"; one lifecycle folder fewer. status.sh, ROUTING.md, README, AGENTS.md updated. - priority.md was listed in the registry docs but has never existed on disk; the phantom is removed. - The registry list in AGENTS.md now states each surface's single job (active/planned/complete/parked/queue/ideas), so skills stop guessing. Deliberately NOT merged: queue.md (ordered register_and_iterate input) and ideas.md (raw /intake inbox with scan/annotate machinery) have different semantics and real consumers — merging them would add churn, not remove a concept. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates PyAutoMind’s “registry surfaces” documentation and inventory tooling to reflect the intended consolidation of deferred prompts by merging the former shelved/ lifecycle surface into z_vault/, and removing the (nonexistent) priority.md from the documented registry list.
Changes:
- Remove
shelved/from lifecycle surface listings (status.sh,ROUTING.md,README.md,AGENTS.md) and add a vaulted prompt doc underz_vault/. - Drop
priority.mdfrom the documented registry surfaces and clarify the single “job” for each remaining registry file inAGENTS.md. - Update routing/docs language to reflect the new lifecycle folder set.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| z_vault/delaunay_jax_find_simplex_split.md | Adds a deferred (vaulted) prompt note documenting shelved PyAutoArray work. |
| scripts/status.sh | Updates lifecycle directory inventory list to exclude shelved/. |
| ROUTING.md | Removes shelved/ from the “not routed by work type” lifecycle folder list. |
| README.md | Updates repository layout tree and “not work-types” section to remove priority.md/shelved/. |
| AGENTS.md | Updates lifecycle folder description and refines the registry surface list to remove priority.md and clarify each surface’s role. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
191
to
193
| ├── planned.md ← issued tasks blocked from starting (created on demand) | ||
| ├── priority.md ← hand-curated priority hints | ||
|
|
||
| ├── queue.md ← processing queue for /register_and_iterate |
Comment on lines
220
to
+221
| ├── z_vault/ ← deferred prompts (z_ prefix sorts last in listings) | ||
| ├── shelved/ ← shelved prompts | ||
|
|
Comment on lines
+33
to
+37
| - **Registry** — root-level markdown files, each with one job: `active.md` | ||
| (in-flight tasks), `planned.md` (scoped, not started), `complete.md` | ||
| (shipped), `parked.md` (started but not in flight), `queue.md` (ordered | ||
| input for `register_and_iterate --queue`), `ideas.md` (raw inbox swept by | ||
| `/intake`). Mutate these only via the skills in `skills/` so commit |
Jammy2211
pushed a commit
that referenced
this pull request
Jul 10, 2026
… shipped at PR-open (#82/#39)
Jammy2211
pushed a commit
that referenced
this pull request
Jul 10, 2026
…complete; ep-statistics-audit audit-phase complete; new prompts ep_statistics_fix_batch + ep_walkthrough_mean_field_summary
Jammy2211
pushed a commit
that referenced
this pull request
Jul 11, 2026
…field STARRED comparison (#39) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018pUia6xzapBww82yopSZZG
Jammy2211
pushed a commit
that referenced
this pull request
Jul 11, 2026
… SW; regime-map finding (#39) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018pUia6xzapBww82yopSZZG
Jammy2211
pushed a commit
that referenced
this pull request
Jul 11, 2026
… closed (regime map: STARRED wins well-sampled, loses undersampled SW) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018pUia6xzapBww82yopSZZG
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.
Roadmap item 8, scoped by evidence: the audit suggested queue/priority/ideas → one backlog, but on inspection
priority.mdnever existed (doc phantom),ideas.mdis the/intakeinbox with dedicated scan/annotate machinery (_intake.py), andqueue.mdisregister_and_iterate --queue's ordered input — different jobs, real consumers, so they stay. What actually consolidates:shelved/→z_vault/(both deferred-prompt folders; one lifecycle dir fewer;status.sh/docs updated,status.shverified).priority.mdremoved from the docs.AGENTS.mdregistry list now names each surface's single job.🤖 Generated with Claude Code