npx workspai workspace feedback record --jsonValidate an agent action outcome from stdin and append it to governed Workspace Intelligence history.
Workspace Intelligence command
Record structured feedback about Workspace Intelligence output.
This purpose is versioned in the CLI runtime command surface. It is not inferred from page copy or a generic command template.
This invocation is derived from the runtime command surface. Commands with a registered intelligence execution include their canonical evidence-producing flags.
npx workspai workspace feedback record --jsonThese flag or action variants are separately described by the runtime contract but remain part of this canonical command rather than separate command pages.
npx workspai workspace feedback record --jsonValidate an agent action outcome from stdin and append it to governed Workspace Intelligence history.
Arguments, aliases, and options come from the versioned snapshot of the live Commander tree emitted by the CLI. Contract-declared delegated commands intentionally expose only their canonical invocation.
This command is declared by the cross-runtime capability contract and delegated outside the npm Commander tree. Its invocation remains canonical, but runtime-specific flags are documented by the selected project adapter.
Input transport and validation are declared by the CLI runtime contract; consumers should not infer them from terminal examples.
stdinapplication/jsonagent-action-outcome.v1contracts/workspace-intelligence/agent-action-outcome.v1.jsonOutput formats are contract-declared. Raw renderer text and structured JSON are separate integration boundaries.
| Selector | Format | Media type |
|---|---|---|
| --json | json | application/json |
Capability contracts govern whether the command exists; artifact contracts govern the structured output it produces.
Artifacts are durable machine-readable outputs. Their schema, path, and producer relationship must remain stable across CLI, CI, IDE, MCP, and agent consumers.
| Artifact | Schema version | Contract |
|---|---|---|
| .workspai/reports/workspace-intelligence-history.json | workspace-intelligence-history.v1 | contracts/workspace-intelligence/workspace-intelligence-history.v1.json |