Commit 87abeb9
committed
docs: add migration guide policy to DESIGN_PRINCIPLES.md
Migration guides (e.g., docs/migration/v3-migration-prompt.md) serve as
meta-prompts for AI coding agents, not step-by-step user instructions.
The agent reads the guide, compares it against the user's codebase,
and builds a project-specific migration plan.
Add the migration guide section after ADR, covering:
- Purpose and intended consumer (AI agents)
- File placement convention (docs/migration/)
- Rule to include a link in BREAKING CHANGE: commit footer so
release-please surfaces it in GitHub Release notes1 parent a463b5c commit 87abeb9
File tree
1 file changed
+16
-0
lines changed- .serverless-full-stack-webapp-starter-kit/design
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments