trellis 2.1.2 → 2.1.3

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/dist/cli/index.js CHANGED
@@ -3670,7 +3670,7 @@ program2.command("init").description("Initialize a new TrellisVCS repository in
3670
3670
  process.stdout.write(`
3671
3671
  `);
3672
3672
  }
3673
- console.log(source_default.green("\u2713 Initialized TrellisVCS repository"));
3673
+ console.log(source_default.green("\u2713 Initialized Trellis repository"));
3674
3674
  console.log(` ${source_default.dim("Path:")} ${rootPath}`);
3675
3675
  console.log(` ${source_default.dim("Ops:")} ${result.opsCreated} initial operations recorded`);
3676
3676
  console.log(` ${source_default.dim("Config:")} .trellis/config.json`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trellis",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "A comprehensive graph-native platform for code, knowledge, and collaboration — version control, semantic analysis, knowledge graphs, embeddings, and decision traces",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",