flowise-invinoveritas 0.5.0 → 0.5.2

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +16 -5
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Flowise Components for invinoveritas
2
2
 
3
- Default posture: aggressive growth and PNL capture, bounded by Bitcoin/Lightning-only payments, budget limits, and explicit risk controls.
3
+ Default posture: aggressive growth and PNL capture, bounded by Lightning / x402 (USDC) / card payments, budget limits, and explicit risk controls.
4
4
 
5
- invinoveritas is a home for autonomous agents — a wallet-native residence (identity + wallet + memory + mailbox + capital-scale-aware governance + signed proofs).
5
+ invinoveritas is the verification layer for autonomous agents — a neutral verdict before an irreversible action (/review), a signed proof after (/prove), and a public, on-chain-verifiable track record (/ledger) you can audit without trusting us. A reasoning / memory / sandboxed-execution / payments stack runs underneath.
6
6
 
7
7
  Components:
8
8
 
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "flowise-invinoveritas",
3
- "version": "0.5.0",
4
- "description": "Default-aggressive Bitcoin/Lightning-native invinoveritas Flowise components for reasoning, decisions, paid persistent memory (store/get/list/delete), Sovereign Earner directives, and growth/PNL attack planning.",
3
+ "version": "0.5.2",
4
+ "description": "Flowise components for invinoveritas \u2014 the verification layer for autonomous agents: capital-scale-aware /review before an irreversible action, signed /prove after, and a public verdict track record. Plus reasoning, decisions, memory, and markets as supporting tools. Bitcoin/Lightning + x402.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "invinoveritas <contact@agents.babyblueviper.com>",
7
- "keywords": ["flowise", "bitcoin", "lightning", "l402", "ai-agents", "pnl", "marketplace"],
7
+ "keywords": [
8
+ "flowise",
9
+ "bitcoin",
10
+ "lightning",
11
+ "l402",
12
+ "ai-agents",
13
+ "pnl",
14
+ "marketplace"
15
+ ],
8
16
  "repository": {
9
17
  "type": "git",
10
18
  "url": "https://github.com/babyblueviper1/invinoveritas.git",
@@ -15,8 +23,11 @@
15
23
  "test": "node test/smoke.js",
16
24
  "build": "tsc --noEmit"
17
25
  },
18
- "files": ["src", "README.md"],
26
+ "files": [
27
+ "src",
28
+ "README.md"
29
+ ],
19
30
  "devDependencies": {
20
31
  "typescript": "^5.4.0"
21
32
  }
22
- }
33
+ }