chore: move Tier 1 + Tier 1B propose/plans to completed/#17
Merged
Conversation
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
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>
4 tasks
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>
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.
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
propose/TIER1-COMPLETION-PROPOSE.mdpropose/completed/propose/TIER1B-HTTP-ASYNC-EDGES-PROPOSE.mdpropose/completed/plans/PLAN-TIER1-COMPLETION.mdplans/completed/plans/PLAN-TIER1B-COMPLETION.mdplans/completed/plans/CURSOR-PROMPTS-TIER1.mdplans/completed/plans/CURSOR-PROMPTS-TIER1B.mdplans/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
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: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.plans/completed/PLAN-TIER1B-COMPLETION.md.plans/completed/CURSOR-PROMPTS-TIER1B.mdas the canonical reference template..cursor/rules/agent-workflow.mdc:PLAN-POST-TIER1B-FOLLOWUPS.md..cursor/rules/project-overview.mdc:build_ast_graph.pyfile-map row updated:pass6_match_edgesis now shipped (not 'PR-D3 will add').PLAN-POST-TIER1B-FOLLOWUPS.md; mentions where the Tier 1B reference templates now live.Verification
Tests
260 passed, 4 skipped— same as PR-D3's baseline. No code changes, docs-only.Out of scope