@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dboio/cli",
3
- "version": "0.20.5",
3
+ "version": "0.20.6",
4
4
  "description": "CLI for the DBO.io framework",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbo",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "DBO.io CLI integration for Claude Code",
5
5
  "author": {
6
6
  "name": "DBO.io"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "track",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Changelog and Track API logging for Claude Code — automatically logs changes to changelog.md and the remote Track task_log on every session",
5
5
  "author": {
6
6
  "name": "DBO.io"
@@ -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.`,