@ghl-ai/aw 0.1.41-beta.2 → 0.1.41-beta.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/ecc.mjs CHANGED
@@ -10,7 +10,7 @@ import { applyStoredStartupPreferences } from "./startup.mjs";
10
10
 
11
11
  const AW_ECC_REPO_SSH = "git@github.com:shreyansh-ghl/aw-ecc.git";
12
12
  const AW_ECC_REPO_HTTPS = "https://github.com/shreyansh-ghl/aw-ecc.git";
13
- export const AW_ECC_TAG = "v1.4.39-beta.1";
13
+ export const AW_ECC_TAG = "v1.4.39-beta.2";
14
14
 
15
15
  const MARKETPLACE_NAME = "aw-marketplace";
16
16
  const PLUGIN_KEY = `aw@${MARKETPLACE_NAME}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghl-ai/aw",
3
- "version": "0.1.41-beta.2",
3
+ "version": "0.1.41-beta.3",
4
4
  "description": "Agentic Workspace CLI — pull, push & manage agents, skills and commands from the registry",
5
5
  "type": "module",
6
6
  "bin": {
package/render-rules.mjs CHANGED
@@ -351,6 +351,7 @@ For every non-trivial request, execute these steps in order before any substanti
351
351
  - /aw-review → Read aw-review/SKILL.md
352
352
  - /aw-deploy → Read aw-deploy/SKILL.md
353
353
  - /aw-ship → Read aw-ship/SKILL.md
354
+ - /aw-feature → Read aw-feature/SKILL.md
354
355
 
355
356
  4. **Follow the skill's behavior** — produce the artifacts the skill defines, not general-knowledge answers.
356
357