@pbhamri/quartermaster-mcp 0.4.0 → 0.4.1

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/README.md CHANGED
@@ -65,7 +65,7 @@ In the target repo:
65
65
  - `.quartermaster/profile.json` — full ADO/Kusto/IcM/directives/KPIs snapshot
66
66
  - `.quartermaster/command-center-seed.json` — KPIs + quick-links for dashboards
67
67
  - `.github/prompts/npf.prompt.md` — NPF self-score
68
- - `.github/prompts/cxe.prompt.md` — Hayete CXE pillar audit
68
+ - `.github/prompts/cxe.prompt.md` — EVP Security CXE pillar audit
69
69
 
70
70
  All file writes are idempotent. Existing files are **never overwritten** — they're reported as `skip (exists)`.
71
71
 
package/bin/server.js CHANGED
@@ -197,7 +197,7 @@ Run \`/cxe\` to audit any PRD/work-item against the 4 pillars. Run \`/npf\` for
197
197
  if (a.target.endsWith("AGENTS.md")) {
198
198
  writeText(a.target, `# AGENTS.md — ${path.basename(repoPath)}\n\n> Seeded by quartermaster-mcp on ${new Date().toISOString().slice(0,10)}.\n> Profile: **${profile.displayName}** (${profile.id})\n\nSee \`.quartermaster/profile.json\` for ADO/Kusto/IcM/directives/KPIs.\n`);
199
199
  } else {
200
- writeText(a.target, `# Copilot Instructions — ${path.basename(repoPath)}\n\nSeeded by quartermaster-mcp · profile **${profile.displayName}**.\n\nCXE pillars (Hayete): CXE-first · Value fast · Confidence · Support when it matters.\nRun /cxe and /npf prompts.\n`);
200
+ writeText(a.target, `# Copilot Instructions — ${path.basename(repoPath)}\n\nSeeded by quartermaster-mcp · profile **${profile.displayName}**.\n\nCXE pillars (EVP Security): CXE-first · Value fast · Confidence · Support when it matters.\nRun /cxe and /npf prompts.\n`);
201
201
  }
202
202
  }
203
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pbhamri/quartermaster-mcp",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "MCP server that seeds any repo with the Quartermaster PM kit + provides read-only repo access + first-run onboarding (qm_welcome, qm_personalize, qm_skills_for_pm). Personalised per peer; never inherits the package author's Connect/credentials/personal data. One-command share with any MS PM peer: npx -y @pbhamri/quartermaster-mcp",
5
5
  "type": "module",
6
6
  "bin": {