Files
coreci-chat/package.json
T
CIAgent 0c15d3d0b2 docs(milestone): complete M2 — MCP Layer & Day 1 Adapters (v0.2)
M2 delivers the read-only MCP capability broker gateway and four Day-1
infrastructure adapters (Proxmox, SSH/Linux, GitHub, Gitea). 13 REQs (015-027)
all pass. 656 tests green. M1 non-regression verified.

MCP spec 2025-06-18 conformance verified (PROTOCOL.md + 7 tests).
Defense-in-depth SSH (broker layer 1 + Relay Agent layer 2 + no-shell exec).
Two-track LLM smoke (Track A mock-path P0 gate passes).
CI: Gitea Actions (.gitea/workflows/ci.yml) with Postgres 16 + RLS verification.

Phases shipped:
  P0  pre-execution          v0.1.0
  P1  Wave F — MCP gateway   v0.1.1
  P2  Wave G — Proxmox       v0.1.2
  P3  Wave H — SSH/Linux     v0.1.3
  P4  Wave I — Git adapters   v0.1.4
  P5  Wave J — SSE+smoke+UI  v0.1.5
  P6  Final — review+ship    v0.1.6 ← milestone release

---ci---
phase: 6
milestone: v0.2
status: complete
phase_role: final
milestone_complete: true
requirements:
  covered: [REQ-015, REQ-016, REQ-017, REQ-018, REQ-019, REQ-020, REQ-021, REQ-022, REQ-023, REQ-024, REQ-025, REQ-026, REQ-027]
  partial: []
---/ci---
2026-08-25 06:14:21 +00:00

31 lines
938 B
JSON

{
"name": "coreci-chat",
"version": "0.0.1",
"private": true,
"description": "Browser-based read-only diagnostic chat for enterprise IT operators (CoreCI Chat v0.1)",
"license": "UNLICENSED",
"packageManager": "pnpm@11.23.0",
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"migrate": "pnpm --filter @coreci/db migrate",
"test:pen": "pnpm --filter @coreci/db test:pen",
"test:conformance": "vitest run --config vitest.conformance.config.ts",
"check:llm-mock-guard": "node scripts/check-llm-mock-guard.mjs"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@coreci/llm-mock": "workspace:*",
"@coreci/mcp": "workspace:*",
"@eslint/js": "9.39.5",
"@vitest/coverage-v8": "2.1.9",
"eslint": "9.39.5",
"tsx": "^4.19.0",
"typescript-eslint": "8.39.0",
"vitest": "^2.1.0"
}
}