Workspace Validate

Validate the current Compliance Trestle workspace with trestle validate, report failures clearly, and recommend fixes using the validation assistant workflow.

oscal-compass-lab d44c50d 1.1 KB Updated

File contents

Workspace Validate

Run Compliance Trestle validation from Cursor.

Read first

  • commands/workspace/validate.md
  • agents/validation-assistant.md
  • skills/trestle-validation/SKILL.md

Run

From the workspace root that contains .trestle/:

trestle validate -a

Or use the repository wrapper for consistent reports:

bash scripts/trestle-workflow.sh validate <workspace>

For one model:

trestle validate -t <type> -n <name>

Output

  • Capture validation output in reports/ when you work inside an import workspace.
  • If Trestle is missing, write a skipped or missing-tool status.
  • Do not imply success when the tool is missing.
  • Explain schema, reference, and markdown-authoring failures separately when possible.

Follow-up

After successful assembly, import, merge, create, or split operations, run validation before you report the workspace as ready.

oscal-compass-lab/compliance-trestle-skills/tree/main/.cursor/skills/workspace-validate commit d44c50def4

Frequently asked questions

npx skillmds@latest add oscal-compass-lab/workspace-validate