Skip to content

chore: move Tier 1 + Tier 1B propose/plans to completed/#17

Merged
HumanBean17 merged 1 commit into
masterfrom
chore/move-tier1b-to-completed
May 5, 2026
Merged

chore: move Tier 1 + Tier 1B propose/plans to completed/#17
HumanBean17 merged 1 commit into
masterfrom
chore/move-tier1b-to-completed

Conversation

@HumanBean17
Copy link
Copy Markdown
Owner

What

Move the six Tier 1 + Tier 1B planning files into the existing completed/ folders now that PR-D3 has landed and Tier 1B is fully shipped.

Files moved

From To
propose/TIER1-COMPLETION-PROPOSE.md propose/completed/
propose/TIER1B-HTTP-ASYNC-EDGES-PROPOSE.md propose/completed/
plans/PLAN-TIER1-COMPLETION.md plans/completed/
plans/PLAN-TIER1B-COMPLETION.md plans/completed/
plans/CURSOR-PROMPTS-TIER1.md plans/completed/
plans/CURSOR-PROMPTS-TIER1B.md plans/completed/

The CURSOR-PROMPTS files are kept (rather than deleted) as reference templates for future per-PR Cursor delegation work.

What changed inside the moved files

  1. Status headers updated from 'active / ready to implement' to 'completed — shipped via PR-A1 → PR-C' (Tier 1) or 'PR-D1 → PR-D3' (Tier 1B), with the merge month.
  2. Relative paths rewritten to account for the extra completed/ nesting:
    • ../reports/X../../reports/X
    • ../propose/TIER<N>-...-PROPOSE.md../../propose/completed/TIER<N>-...-PROPOSE.md (sibling that also moved)
    • ../plans/PLAN-TIER<N>-...-md../../plans/completed/PLAN-TIER<N>-...-md (sibling that also moved)
    • completed/X (relative-to-propose-or-plans) → X (since we ARE in completed/ now)

Cross-references updated

  • AGENTS.md:
    • Active proposes list trimmed (TIER1B-... removed).
    • Active plans now lists PLAN-POST-TIER1B-FOLLOWUPS.md (introduced by PR plan: post-Tier-1B follow-ups (PR-E1 + PR-E2) #16) instead of the Tier 1B plan.
    • Tier 1 + Tier 1B added under 'Completed' grouping.
    • Brownfield exception pointer at hard rule §6 now points to plans/completed/PLAN-TIER1B-COMPLETION.md.
    • 'Per-PR Cursor task contract' section now references plans/completed/CURSOR-PROMPTS-TIER1B.md as the canonical reference template.
  • .cursor/rules/agent-workflow.mdc:
    • 'Currently-active per-PR plan' paragraph rewritten to point at PLAN-POST-TIER1B-FOLLOWUPS.md.
    • Brownfield exception pointer updated to the completed path.
  • .cursor/rules/project-overview.mdc:
    • Active propose list refreshed.
    • build_ast_graph.py file-map row updated: pass6_match_edges is now shipped (not 'PR-D3 will add').
    • Active plan note points at PLAN-POST-TIER1B-FOLLOWUPS.md; mentions where the Tier 1B reference templates now live.

Verification

# Zero dangling references to the old paths anywhere in the repo:
grep -rnE 'plans/PLAN-TIER1[B]?-COMPLETION\.md|plans/CURSOR-PROMPTS-TIER1[B]?\.md|propose/TIER1-COMPLETION-PROPOSE\.md|propose/TIER1B-HTTP-ASYNC-EDGES-PROPOSE\.md' \
  --include='*.md' --include='*.mdc' --include='*.py' \
  | grep -v 'plans/completed/\|propose/completed/'
# (no output)

Tests

260 passed, 4 skipped — same as PR-D3's baseline. No code changes, docs-only.

Out of scope

  • Deferred follow-ups from PR-D1/D2/D3 reviews (PR-E1 + PR-E2) — those live in PR #16.

Tier 1 (B2a + B4 + B5) shipped via PR-A1..PR-C; Tier 1B (B2b + B6)
shipped via PR-D1..PR-D3 (merged 2026-05). Move their proposes,
plans, and per-PR Cursor prompts into the existing completed/ folders
so the active list reflects only in-flight work.

Files moved:
- propose/TIER1-COMPLETION-PROPOSE.md            -> propose/completed/
- propose/TIER1B-HTTP-ASYNC-EDGES-PROPOSE.md     -> propose/completed/
- plans/PLAN-TIER1-COMPLETION.md                 -> plans/completed/
- plans/PLAN-TIER1B-COMPLETION.md                -> plans/completed/
- plans/CURSOR-PROMPTS-TIER1.md                  -> plans/completed/
- plans/CURSOR-PROMPTS-TIER1B.md                 -> plans/completed/

Each moved file has its status header updated to 'completed' with the
PR sequence it shipped through. Relative paths inside each file have
been rewritten to account for the extra completed/ nesting (../X
becomes ../../X for refs to reports/, sibling propose/, and sibling
plans/; ../propose/TIERN-... becomes ../../propose/completed/TIERN-...).

Cross-references updated:
- AGENTS.md: active proposes/plans list refreshed; Tier1B brownfield
  exception pointer updated to plans/completed/PLAN-TIER1B-COMPLETION.md;
  per-PR contract section now points at completed/ as the canonical
  reference template.
- .cursor/rules/agent-workflow.mdc: 'currently-active per-PR plan'
  paragraph rewritten; brownfield exception pointer updated.
- .cursor/rules/project-overview.mdc: active propose list refreshed;
  build_ast_graph.py file-map row mentions pass6 as shipped (not
  'PR-D3 will add'); active plan now PLAN-POST-TIER1B-FOLLOWUPS.md.

Tests: 260 passed, 4 skipped (no code changes; docs-only).
@HumanBean17 HumanBean17 merged commit 4032b63 into master May 5, 2026
@HumanBean17 HumanBean17 deleted the chore/move-tier1b-to-completed branch May 10, 2026 21:18
HumanBean17 added a commit that referenced this pull request May 24, 2026
…lls/

- Rewrite architecture: agent-skills/ + compile pipeline → skills/ at
  project root. All hosts read from skills/ directly. No compile.py,
  no compile-skills CLI subcommand, no AUTOGENERATED banner.
- Developer workflow skills stay in .agents/skills/ (not skills/).
- Add hints_structured awareness (new principle #10, decision #17).
- Collapse 5-PR → 4-PR migration (no compile step PR).
- Move propose to propose/active/ per new folder structure.
- Delete docs/skills/ (java-codebase-explore.md, .zip) and
  scripts/build-explore-skill.sh.
- Update README, AGENTS.md, test.yml, tests/README, automation README
  to reference skills/ instead of docs/skills/ and reports/.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
HumanBean17 added a commit that referenced this pull request May 24, 2026
… docs/skills/

Rewrites the propose doc (revision 5) to use skills/ at project root
instead of agent-skills/ + compile pipeline. All hosts read from skills/
directly. No compile step.

- Move propose to propose/active/ per new folder structure
- Delete docs/skills/ (java-codebase-explore.md, .zip) and
  scripts/build-explore-skill.sh
- Add hints_structured awareness (principle #10, decision #17)
- Collapse 5-PR → 4-PR migration (no compile step PR)
- Update README, AGENTS.md, test.yml, tests/README, automation README

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
HumanBean17 added a commit that referenced this pull request May 24, 2026
… docs/skills/

- Rewrite propose doc (revision 5): skills/ at project root instead of
  agent-skills/ + compile pipeline. No compile step, no multi-host copy.
- Move propose from propose/ root to propose/active/ per new folder structure.
- Delete docs/skills/ (java-codebase-explore.md, .zip) and
  scripts/build-explore-skill.sh.
- Add hints_structured awareness (principle #10, decision #17).
- Collapse 5-PR → 4-PR migration.
- Update README, AGENTS.md, test.yml, tests/README, automation README.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
HumanBean17 added a commit that referenced this pull request May 24, 2026
… docs/skills/ (#224)

- Rewrite propose doc (revision 5): skills/ at project root instead of
  agent-skills/ + compile pipeline. No compile step, no multi-host copy.
- Move propose from propose/ root to propose/active/ per new folder structure.
- Delete docs/skills/ (java-codebase-explore.md, .zip) and
  scripts/build-explore-skill.sh.
- Add hints_structured awareness (principle #10, decision #17).
- Collapse 5-PR → 4-PR migration.
- Update README, AGENTS.md, test.yml, tests/README, automation README.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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