@dboio/cli 0.20.5 → 0.20.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/commands/clone.js
CHANGED
|
@@ -4620,6 +4620,10 @@ async function _generateRootFileStub(filename, appJson) {
|
|
|
4620
4620
|
``,
|
|
4621
4621
|
`Always run \`dbo\` commands from the project root (the directory containing this CLAUDE.md file).`,
|
|
4622
4622
|
``,
|
|
4623
|
+
`### Asset Management`,
|
|
4624
|
+
``,
|
|
4625
|
+
`Never manipulate DBO asset files directly (no manual metadata creation, no raw file deletion). Use the CLI commands (\`dbo adopt\`, \`dbo rm\`, \`dbo push\`, etc.) — see \`.claude/plugins/dbo/docs/dbo-cli-readme.md\` for full reference.`,
|
|
4626
|
+
``,
|
|
4623
4627
|
`## DBO API Submissions`,
|
|
4624
4628
|
``,
|
|
4625
4629
|
`- To create new records, use the REST API (\`/api/input/submit\`) directly — the CLI has no \`add\` command.`,
|