Commit 3d0bc10
committed
docs: clarify migration prompt as planning template and add agentic coding context to ADR-003
migration-prompt.ja.md was written as if the agent should execute it
directly, but each derived project has unique schemas, extensions, and
data volumes. Reframe the purpose section to position the document as a
planning template: analyze first (Phase 1), then produce a
project-specific plan, then execute.
ADR-003 context was missing the primary motivation for choosing fast
tooling — the kit recommends running lint + format on every file write
as a post-write hook for AI coding agents (README "Agentic coding"),
which requires sub-second execution.1 parent 568dba0 commit 3d0bc10
2 files changed
Lines changed: 9 additions & 3 deletions
File tree
- .serverless-full-stack-webapp-starter-kit/docs/v3.0.0
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments