@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.
Files changed (2) hide show
  1. package/integrate.mjs +2 -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), \`git-jenkins\` (CI/CD), \`grafana\` (observability)
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
- git-jenkins/* External CI/CD pipelines
360
+ jenkins_* → CI/CD pipelines (provided by ghl-ai MCP)
361
361
  stitch/* → External design generation
362
362
  \`\`\`
363
363
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghl-ai/aw",
3
- "version": "0.1.39-beta.14",
3
+ "version": "0.1.39-beta.15",
4
4
  "description": "Agentic Workspace CLI — pull, push & manage agents, skills and commands from the registry",
5
5
  "type": "module",
6
6
  "bin": {