@lucieri/daxiom 0.2.3 → 0.2.4

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/package.json +1 -1
  2. package/src/cli.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucieri/daxiom",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "DAXIOM SDK — Pattern database client with quality gates, tier management, and semantic search via RuVector PostgreSQL",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/src/cli.js CHANGED
@@ -398,7 +398,7 @@ if (cmd === 'hooks') {
398
398
  }
399
399
 
400
400
  default:
401
- console.log('daxiom — Self-Learning Second Brain SDK v0.2.3');
401
+ console.log('daxiom — Self-Learning Second Brain SDK v0.2.4');
402
402
  console.log('');
403
403
  console.log('Knowledge: search | store | coherence | quality-check | stats');
404
404
  console.log('Tiers: tiers | tier-check | tier-promote');