@ghl-ai/aw 0.1.41-beta.2 → 0.1.41-beta.4
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 +1 -1
- package/package.json +1 -1
- package/render-rules.mjs +1 -0
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.
|
|
13
|
+
export const AW_ECC_TAG = "v1.4.39-beta.3";
|
|
14
14
|
|
|
15
15
|
const MARKETPLACE_NAME = "aw-marketplace";
|
|
16
16
|
const PLUGIN_KEY = `aw@${MARKETPLACE_NAME}`;
|
package/package.json
CHANGED
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
|
|