nexarch 0.1.2 → 0.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/README.md CHANGED
@@ -17,7 +17,7 @@ npx nexarch setup
17
17
  | `nexarch logout` | Remove local credentials |
18
18
  | `nexarch status` | Check connection and show architecture summary |
19
19
  | `nexarch setup` | Auto-configure detected MCP clients |
20
- | `nexarch mcp-config [client]` | Print config block for manual setup |
20
+ | `nexarch mcp-config [client]` | Print config block for manual setup (`claude-desktop`, `cursor`, `windsurf`) |
21
21
  | `nexarch mcp-proxy` | stdio→HTTP bridge used internally by MCP clients |
22
22
 
23
23
  ## Requirements
@@ -29,4 +29,5 @@ export async function setup(_args) {
29
29
  console.log(" nexarch_list_architecture_snapshots");
30
30
  console.log(" nexarch_get_snapshot_facts");
31
31
  console.log(" nexarch_get_governance_summary");
32
+ console.log(" nexarch_get_applied_policies");
32
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexarch",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Connect AI coding tools to your Nexarch architecture workspace",
5
5
  "keywords": [
6
6
  "nexarch",