@ghl-ai/aw 0.1.39-beta.14 → 0.1.39-beta.15
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 -2
- package/package.json +1 -1
package/integrate.mjs
CHANGED
|
@@ -286,7 +286,7 @@ function generateClaudeMd(cwd, namespace, rulesSections = {}) {
|
|
|
286
286
|
const team = namespace || 'my-team';
|
|
287
287
|
let base = `# CLAUDE.md — ${team}
|
|
288
288
|
|
|
289
|
-
Team: ${team} | Local-first orchestration via \`.aw_docs/\` | MCPs: \`memory/*\` (shared knowledge), \`
|
|
289
|
+
Team: ${team} | Local-first orchestration via \`.aw_docs/\` | MCPs: \`memory/*\` (shared knowledge), \`jenkins_*\` (CI/CD via ghl-ai MCP), \`grafana\` (observability)
|
|
290
290
|
|
|
291
291
|
## Routing Rule (ABSOLUTE)
|
|
292
292
|
|
|
@@ -357,7 +357,7 @@ memory/search → Search shared team knowledge base
|
|
|
357
357
|
memory/store → Push learnings to shared knowledge (eager sync after runs)
|
|
358
358
|
memory/get → Fetch specific memory by ID
|
|
359
359
|
grafana/* → External observability
|
|
360
|
-
|
|
360
|
+
jenkins_* → CI/CD pipelines (provided by ghl-ai MCP)
|
|
361
361
|
stitch/* → External design generation
|
|
362
362
|
\`\`\`
|
|
363
363
|
|