Commit 023e438
committed
docs: trim implementation details and design rationale from create guide
Two inline review findings from @fengmk2 on PR #1398:
- Bundled subdirectory section was leaking implementation details
(tarball download mechanics, SHA-512 integrity verification, cache
path under $VP_HOME, NPM_CONFIG_REGISTRY handling). Users just need
to know that `./...` paths resolve against the @org/create package
root and that the directory is copied verbatim. The rest belongs in
the RFC.
- Non-interactive inspection section explained the design rationale
for keeping the output machine-parseable ("so scripts and AI agents
can recover the list without a separate `--list` flag"). That's an
RFC-level decision; users just need to see the shape of the output.1 parent 9cb8102 commit 023e438
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments