What problem does it solve?
The workspace-lint frontloads a contract that the workspace must obey; it self-audits the workspace against structural rules, validates frontmatter, ensures the plan-before-code gate is wired, and enforces the public/private boundary and manifest consistency.
Core Features & Use Cases
- Self-audit: verifies every skill's SKILL.md frontmatter is valid and its customization aggregates cleanly; ensures the plan gate and boundary tools are wired; checks indexes and manifest alignment; reports drift as a pass/fail list without auto-fixing.
- CI integration: runs in pre-commit and CI to catch structural drift early; supports routing findings to repair skills (/index-rebuild, /resync, or /new-check) to maintain integrity.
- Design discipline: enforces the workspace's contract across host/workspace boundaries, private tool placement, and symlink resolution.
Quick Start
Run /workspace-lint to perform a full drift audit of the workspace.