moltblock 0.11.4 → 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 +6 -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.4";
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.4";
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.4",
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,7 @@
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.4
4
+ version: 0.11.5
5
5
  homepage: https://github.com/moltblock/moltblock
6
6
  repository: https://github.com/moltblock/moltblock
7
7
  metadata:
@@ -21,7 +21,7 @@ metadata:
21
21
  homepage: https://github.com/moltblock/moltblock
22
22
  install:
23
23
  - kind: node
24
- package: moltblock@0.11.4
24
+ package: moltblock@0.11.5
25
25
  bins: [moltblock]
26
26
  ---
27
27
 
@@ -53,7 +53,7 @@ Verify a task before execution.
53
53
  ### Usage
54
54
 
55
55
  ```bash
56
- npx moltblock@0.11.4 "<task description>" --provider <provider> --json
56
+ npx moltblock@0.11.5 "<task description>" --provider <provider> --json
57
57
  ```
58
58
 
59
59
  ### Parameters
@@ -77,7 +77,7 @@ Moltblock auto-detects the LLM provider from whichever API key is set. If no key
77
77
 
78
78
  ```bash
79
79
  # Verify a task
80
- npx moltblock@0.11.4 "implement a function that validates email addresses" --json
80
+ npx moltblock@0.11.5 "implement a function that validates email addresses" --json
81
81
  ```
82
82
 
83
83
  ### Output (JSON mode)
@@ -98,13 +98,13 @@ npx moltblock@0.11.4 "implement a function that validates email addresses" --jso
98
98
  Use directly with npx (recommended, no install needed):
99
99
 
100
100
  ```bash
101
- npx moltblock@0.11.4 "your task" --json
101
+ npx moltblock@0.11.5 "your task" --json
102
102
  ```
103
103
 
104
104
  Or install globally:
105
105
 
106
106
  ```bash
107
- npm install -g moltblock@0.11.4
107
+ npm install -g moltblock@0.11.5
108
108
  ```
109
109
 
110
110
  ## Configuration