Last Updated: 2026-03-03 by agent:copilot
Data Model: GET http://localhost:8010/model/projects/35-agentic-code-fixing
Veritas Trust: Run get_trust_score MCP tool for current MTI score
Query these endpoints to get live project state before starting any work:
$base = "http://localhost:8010"
# Project facts
Invoke-RestMethod "$base/model/projects/35-agentic-code-fixing" | Select-Object id, maturity, phase, pbi_total, pbi_done
# Health
Invoke-RestMethod "$base/health" | Select-Object status, store, version
# One-call summary (all layer counts)
Invoke-RestMethod "$base/model/agent-summary"For 29-foundry agent assistance:
import sys
from pathlib import Path
foundry_path = Path("C:/eva-foundry/eva-foundation/29-foundry")
sys.path.insert(0, str(foundry_path))
from tools.search import EVASearchClientFor veritas audit:
MCP tool: audit_repo repo_path=C:\eva-foundry\35-agentic-code-fixing
MCP tool: get_trust_score repo_path=C:\eva-foundry\35-agentic-code-fixing
Activity: Project primed by foundation-primer workflow. Template: copilot-instructions-template.md v3.1.0 Governance docs created: PLAN.md, STATUS.md, ACCEPTANCE.md, README (updated) Data model record: http://localhost:8010/model/projects/35-agentic-code-fixing Veritas audit: pending (run audit_repo to establish baseline)
Update this section after each test run.
| Command | Status | Last Run |
|---|---|---|
| (add project test command here) | PENDING | (date) |
Log any blockers here with discovery date and resolution.
(none at prime time)
- Run veritas audit:
audit_repoMCP tool, repo_path = C:\eva-foundry\35-agentic-code-fixing - Check data model record: GET /model/projects/35-agentic-code-fixing
- Update PLAN.md with actual sprint stories
- Fill ACCEPTANCE.md gate table with project-specific criteria
- Commit first evidence: PUT /model/projects/35-agentic-code-fixing with updated notes