deepbom 1.98.0 → 1.99.1

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/README.md CHANGED
@@ -7,10 +7,10 @@ For a local Codex or Claude Code project, preview and install the bundled Agent
7
7
  Skill without operating an analysis server:
8
8
 
9
9
  ```console
10
- npx -y deepbom@1.98.0 integrate codex
11
- npx -y deepbom@1.98.0 integrate codex --apply
12
- npx -y deepbom@1.98.0 integrate claude-code
13
- npx -y deepbom@1.98.0 integrate claude-code --apply
10
+ npx -y deepbom@1.99.1 integrate codex
11
+ npx -y deepbom@1.99.1 integrate codex --apply
12
+ npx -y deepbom@1.99.1 integrate claude-code
13
+ npx -y deepbom@1.99.1 integrate claude-code --apply
14
14
  ```
15
15
 
16
16
  ```console
@@ -28,10 +28,10 @@ npx deepbom explore model.tflite --target-profile target-profile.json
28
28
  npx deepbom audit model.pte --executorch-build deepbom.executorch-build.json --compact
29
29
  npx deepbom capabilities --format agent-json
30
30
  npx deepbom capabilities --format agent-text
31
- npx -y deepbom@1.98.0 mcp
31
+ npx -y deepbom@1.99.1 mcp
32
32
  ```
33
33
 
34
- Claude Desktop can install the version-matched `deepbom-1.98.0.mcpb` asset
34
+ Claude Desktop can install the version-matched `deepbom-1.99.1.mcpb` asset
35
35
  from the corresponding GitHub Release as a local desktop extension.
36
36
 
37
37
  ChatGPT developer-mode users can connect `https://deepbom.org/mcp` for one
@@ -41,6 +41,14 @@ model bytes. Public ChatGPT discovery requires separate OpenAI review. Use the
41
41
  local package for confidential or large files, directories, shards, sidecars,
42
42
  complete exports, and repeat automation.
43
43
 
44
+ On a Claude host that supports remote MCP Apps, private testers can add the
45
+ separate `https://deepbom.org/mcp/claude` connector. It requires an explicit
46
+ file selection inside the app and does not automatically access Claude
47
+ attachments. The selected bytes stay in the browser sandbox; only a bounded
48
+ result is returned to the conversation. Public Claude discovery remains
49
+ subject to Anthropic review. Use the local package or MCPB when model-derived
50
+ facts must not leave the computer.
51
+
44
52
  The default output is a bounded human-readable summary. Use `--json` or
45
53
  `--compact` for the complete analysis document, `--format envelope` for the
46
54
  canonical cross-format contract, `--format cyclonedx` for CycloneDX 1.7, or