Agent Grounding
How Workspai aligns Copilot, Cursor, Claude, Codex, MCP clients, and other agents around the same evidence.
Agent Grounding is the process of giving AI tools the same scoped workspace truth that developers and CI use.
It does not make agents deterministic. It gives them a stronger operating contract.
Problem
Without grounding, every AI tool starts by rediscovering the repository:
Workspai path
Workspai generates agent-facing artifacts from the Workspace Intelligence layer:
Current commands
npx workspai workspace context --for-agent --json --write
npx workspai workspace agent-sync --write --refresh-context --preset enterprise
npx workspai workspace mcp serveGenerated surfaces
Depending on command options and workspace state, agent grounding can include:
.workspai/reports/workspace-context-agent.json,.workspai/reports/agent-customization-pack.json,.workspai/reports/INDEX.json,.workspai/AGENT-GROUNDING.md,AGENTS.md,- Copilot instruction files,
- Cursor rules,
- Claude files,
- generated skills,
- MCP evidence design.
Answer contract
Agent-facing output should follow a disciplined shape:
This keeps the agent tied to workspace evidence instead of free-form guessing.
Boundary
Workspai does not claim that an AI agent is forced to obey every instruction. The claim is narrower and stronger: grounding artifacts make the desired behavior explicit, versioned, inspectable, and easier to audit.