Skip to content

Commit e168a74

Browse files
author
DavidQ
committed
Organize project instructions with grouping headers for readability - PR_26126_061-project-instructions-organization
1 parent 818fb4d commit e168a74

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

docs/dev/PROJECT_INSTRUCTIONS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ You are working in a docs-first repo workflow.
55
Workflow:
66
PLAN_PR → BUILD_PR → APPLY_PR
77

8+
# WORKFLOW & EXECUTION
9+
810
## PR NAMING STANDARD
911

1012
PR names MUST follow:
@@ -104,6 +106,8 @@ Example:
104106

105107
`Normalize palette contract to manifest SSoT and remove tool-level schema drift - PR_26124_001-palette-baseline`
106108

109+
# TESTING & VALIDATION
110+
107111
## PLAYWRIGHT VALIDATION REQUIREMENT
108112

109113
Every PR must include a clear Playwright section.
@@ -305,6 +309,8 @@ Every PR must document:
305309
- whether full samples test was skipped or run
306310
- reason for decision
307311

312+
# RUNTIME & BEHAVIOR CONTRACTS
313+
308314
## WORKSPACE V2 CURRENT CONTRACT
309315

310316
Workspace manifest is the runtime contract.
@@ -362,6 +368,8 @@ Rules:
362368
- Do not claim sample launch works until sample JSON has been updated to schema.
363369
- Sample validation will happen after tool completion.
364370

371+
# TOOL & ARCHITECTURE RULES
372+
365373
## TOOL COMPLETION RULES
366374

367375
During tool completion:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
PR_26126_061-project-instructions-organization
2+
3+
Purpose:
4+
Improve PROJECT_INSTRUCTIONS.md readability by inserting grouping headers only.
5+
6+
Grouping headers added:
7+
- WORKFLOW & EXECUTION
8+
- TESTING & VALIDATION
9+
- RUNTIME & BEHAVIOR CONTRACTS
10+
- TOOL & ARCHITECTURE RULES
11+
12+
Validation notes:
13+
- docs/dev/PROJECT_INSTRUCTIONS.md was the only target document edited.
14+
- Existing rule text was not modified, reordered, or deleted.
15+
- Diff is insertion-only: 8 inserted lines, 0 deleted lines.
16+
- No roadmap, code, samples, schema, package, test, or start_of_day files were modified.
17+
- Playwright impacted: No.
18+
- No Playwright impact. This PR is docs/workflow only.
19+
20+
Manual test notes:
21+
- Open docs/dev/PROJECT_INSTRUCTIONS.md.
22+
- Confirm the four grouping headers improve readability.
23+
- Confirm all pre-existing rule sections remain in the same order.

0 commit comments

Comments
 (0)