@n8n-as-code/n8nac 2.1.1-next.23 → 2.1.2-next.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @n8n-as-code/n8nac
2
2
 
3
+ ## [2.1.1](https://github.com/EtienneLescot/n8n-as-code/compare/@n8n-as-code/n8nac@v2.1.0...@n8n-as-code/n8nac@v2.1.1) (2026-05-12)
4
+
5
+ ### Documentation
6
+
7
+ * **skills:** clarify opaque workflow dirs ([3f7b679](https://github.com/EtienneLescot/n8n-as-code/commit/3f7b67997fdd87ed22c27d7b6626076e545a2bde))
8
+
3
9
  ## [2.1.0](https://github.com/EtienneLescot/n8n-as-code/compare/@n8n-as-code/n8nac@v2.0.0...@n8n-as-code/n8nac@v2.1.0) (2026-05-11)
4
10
 
5
11
  ### Features
package/README.md CHANGED
@@ -6,9 +6,9 @@ The plugin uses the same model as VS Code, Claude, and the CLI:
6
6
 
7
7
  | Group | Command | Purpose |
8
8
  |---|---|---|
9
- | Usage Principal | `n8nac env` | Workspace environments |
10
- | Maintenance Workspace | `n8nac workspace` | Readiness, unified migration, upgrade |
11
- | Instances Managées | `n8n-manager` | Local managed instances and tunnels |
9
+ | Primary Usage | `n8nac env` | Workspace environments |
10
+ | Workspace Maintenance | `n8nac workspace` | Readiness and unified workspace migration |
11
+ | Managed Local Instances | `n8n-manager` | Local managed instances and tunnels |
12
12
 
13
13
  ## Install
14
14
 
@@ -58,7 +58,7 @@ OpenClaw files live in `~/.openclaw/n8nac/`:
58
58
  workflows/
59
59
  ```
60
60
 
61
- `n8nac-config.json` stores workspace environments. API keys and managed local instance state stay local.
61
+ `n8nac-config.json` stores workspace environments. API keys and local managed instance state stay local.
62
62
 
63
63
  Manual equivalent:
64
64
 
@@ -69,7 +69,7 @@ n8nac env use Dev
69
69
  n8nac update-ai
70
70
  ```
71
71
 
72
- For a managed local instance:
72
+ For a local managed instance:
73
73
 
74
74
  ```bash
75
75
  n8n-manager instance list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n-as-code/n8nac",
3
- "version": "2.1.1-next.23",
3
+ "version": "2.1.2-next.12",
4
4
  "description": "OpenClaw plugin for n8n-as-code — create and manage n8n workflows from OpenClaw",
5
5
  "keywords": [
6
6
  "n8n",