nexarch 0.1.19 → 0.1.20

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.
@@ -4,7 +4,7 @@ import { join } from "path";
4
4
  import process from "process";
5
5
  import { requireCredentials } from "../lib/credentials.js";
6
6
  import { callMcpTool, mcpInitialize, mcpListTools } from "../lib/mcp.js";
7
- const CLI_VERSION = "0.1.19";
7
+ const CLI_VERSION = "0.1.20";
8
8
  const AGENT_ENTITY_TYPE = "agent";
9
9
  const TECH_COMPONENT_ENTITY_TYPE = "technology_component";
10
10
  function parseFlag(args, flag) {
@@ -41,6 +41,7 @@ export async function updateEntity(args) {
41
41
  const agentContext = {
42
42
  agentId: "nexarch-cli:update-entity",
43
43
  agentRunId: `update-entity-${Date.now()}`,
44
+ repoRef: externalKey,
44
45
  observedAt: nowIso,
45
46
  source: "nexarch-cli",
46
47
  model: "n/a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexarch",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Connect AI coding tools to your Nexarch architecture workspace",
5
5
  "keywords": [
6
6
  "nexarch",