@ghl-ai/aw 0.1.37-beta.66 → 0.1.37-beta.67
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/integrate.mjs +2 -0
- package/package.json +1 -1
package/integrate.mjs
CHANGED
|
@@ -106,6 +106,8 @@ function shouldResetHomeInstructionFile(content, file) {
|
|
|
106
106
|
: [
|
|
107
107
|
'# AGENTS.md — ',
|
|
108
108
|
'# ECC for Codex CLI',
|
|
109
|
+
'# AW SDLC Repo Instructions',
|
|
110
|
+
'Use the repo-local AW SDLC files as the source of truth for routing and stage behavior.',
|
|
109
111
|
'<!-- BEGIN ECC -->',
|
|
110
112
|
];
|
|
111
113
|
|