moltblock 0.11.3 → 0.11.5

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.
Files changed (53) hide show
  1. package/LICENSE +0 -0
  2. package/config/code_entity_graph.json +0 -0
  3. package/dist/agents.d.ts +0 -0
  4. package/dist/agents.js +0 -0
  5. package/dist/cli.d.ts +0 -0
  6. package/dist/cli.js +0 -0
  7. package/dist/code-verifier.d.ts +0 -0
  8. package/dist/code-verifier.js +0 -0
  9. package/dist/composite-verifier.d.ts +0 -0
  10. package/dist/composite-verifier.js +0 -0
  11. package/dist/config.d.ts +0 -0
  12. package/dist/config.js +0 -0
  13. package/dist/domain-prompts.d.ts +0 -0
  14. package/dist/domain-prompts.js +0 -0
  15. package/dist/entity-base.d.ts +0 -0
  16. package/dist/entity-base.js +0 -0
  17. package/dist/entity.d.ts +0 -0
  18. package/dist/entity.js +0 -0
  19. package/dist/gateway.d.ts +0 -0
  20. package/dist/gateway.js +0 -0
  21. package/dist/governance.d.ts +0 -0
  22. package/dist/governance.js +0 -0
  23. package/dist/graph-runner.d.ts +0 -0
  24. package/dist/graph-runner.js +0 -0
  25. package/dist/graph-schema.d.ts +0 -0
  26. package/dist/graph-schema.js +0 -0
  27. package/dist/handoff.d.ts +0 -0
  28. package/dist/handoff.js +0 -0
  29. package/dist/improvement.d.ts +0 -0
  30. package/dist/improvement.js +0 -0
  31. package/dist/index.d.ts +1 -1
  32. package/dist/index.js +1 -1
  33. package/dist/memory.d.ts +0 -0
  34. package/dist/memory.js +0 -0
  35. package/dist/persistence.d.ts +0 -0
  36. package/dist/persistence.js +0 -0
  37. package/dist/policy-verifier.d.ts +0 -0
  38. package/dist/policy-verifier.js +0 -0
  39. package/dist/risk.d.ts +0 -0
  40. package/dist/risk.js +0 -0
  41. package/dist/signing.d.ts +0 -0
  42. package/dist/signing.js +0 -0
  43. package/dist/types.d.ts +0 -0
  44. package/dist/types.js +0 -0
  45. package/dist/validation.d.ts +0 -0
  46. package/dist/validation.js +0 -0
  47. package/dist/verifier-interface.d.ts +0 -0
  48. package/dist/verifier-interface.js +0 -0
  49. package/dist/verifier.d.ts +0 -0
  50. package/dist/verifier.js +0 -0
  51. package/package.json +2 -2
  52. package/readme.md +0 -0
  53. package/skill/SKILL.md +8 -6
package/LICENSE CHANGED
File without changes
File without changes
package/dist/agents.d.ts CHANGED
File without changes
package/dist/agents.js CHANGED
File without changes
package/dist/cli.d.ts CHANGED
File without changes
package/dist/cli.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/config.d.ts CHANGED
File without changes
package/dist/config.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/entity.d.ts CHANGED
File without changes
package/dist/entity.js CHANGED
File without changes
package/dist/gateway.d.ts CHANGED
File without changes
package/dist/gateway.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/handoff.d.ts CHANGED
File without changes
package/dist/handoff.js CHANGED
File without changes
File without changes
File without changes
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Moltblock — framework for evolving composite intelligences (Entities).
3
3
  */
4
- export declare const VERSION = "0.11.3";
4
+ export declare const VERSION = "0.11.5";
5
5
  export type { ModelBinding, BindingEntry, AgentConfig, MoltblockConfig, ChatMessage, VerifiedMemoryEntry, CheckpointEntry, OutcomeEntry, InboxEntry, StrategySuggestion, ReceivedArtifact, GovernanceConfig, } from "./types.js";
6
6
  export { WorkingMemory } from "./memory.js";
7
7
  export { signArtifact, verifyArtifact, artifactHash } from "./signing.js";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Moltblock — framework for evolving composite intelligences (Entities).
3
3
  */
4
- export const VERSION = "0.11.3";
4
+ export const VERSION = "0.11.5";
5
5
  // Memory
6
6
  export { WorkingMemory } from "./memory.js";
7
7
  // Signing
package/dist/memory.d.ts CHANGED
File without changes
package/dist/memory.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/risk.d.ts CHANGED
File without changes
package/dist/risk.js CHANGED
File without changes
package/dist/signing.d.ts CHANGED
File without changes
package/dist/signing.js CHANGED
File without changes
package/dist/types.d.ts CHANGED
File without changes
package/dist/types.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/verifier.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moltblock",
3
- "version": "0.11.3",
3
+ "version": "0.11.5",
4
4
  "description": "Framework for building evolving composite AI intelligences (Entities)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "https://github.com/moltblock/moltblock"
41
+ "url": "git+https://github.com/moltblock/moltblock.git"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=22.0.0"
package/readme.md CHANGED
File without changes
package/skill/SKILL.md CHANGED
@@ -1,7 +1,9 @@
1
1
  ---
2
2
  name: moltblock - Trust Layer for AI Agents
3
3
  description: Verification gating for AI-generated artifacts. Policy checks to catch dangerous patterns before execution.
4
- version: 0.11.2
4
+ version: 0.11.5
5
+ homepage: https://github.com/moltblock/moltblock
6
+ repository: https://github.com/moltblock/moltblock
5
7
  metadata:
6
8
  openclaw:
7
9
  requires:
@@ -19,7 +21,7 @@ metadata:
19
21
  homepage: https://github.com/moltblock/moltblock
20
22
  install:
21
23
  - kind: node
22
- package: moltblock@0.11.3
24
+ package: moltblock@0.11.5
23
25
  bins: [moltblock]
24
26
  ---
25
27
 
@@ -51,7 +53,7 @@ Verify a task before execution.
51
53
  ### Usage
52
54
 
53
55
  ```bash
54
- npx moltblock@0.11.3 "<task description>" --provider <provider> --json
56
+ npx moltblock@0.11.5 "<task description>" --provider <provider> --json
55
57
  ```
56
58
 
57
59
  ### Parameters
@@ -75,7 +77,7 @@ Moltblock auto-detects the LLM provider from whichever API key is set. If no key
75
77
 
76
78
  ```bash
77
79
  # Verify a task
78
- npx moltblock@0.11.3 "implement a function that validates email addresses" --json
80
+ npx moltblock@0.11.5 "implement a function that validates email addresses" --json
79
81
  ```
80
82
 
81
83
  ### Output (JSON mode)
@@ -96,13 +98,13 @@ npx moltblock@0.11.3 "implement a function that validates email addresses" --jso
96
98
  Use directly with npx (recommended, no install needed):
97
99
 
98
100
  ```bash
99
- npx moltblock@0.11.3 "your task" --json
101
+ npx moltblock@0.11.5 "your task" --json
100
102
  ```
101
103
 
102
104
  Or install globally:
103
105
 
104
106
  ```bash
105
- npm install -g moltblock@0.11.3
107
+ npm install -g moltblock@0.11.5
106
108
  ```
107
109
 
108
110
  ## Configuration