asset-aware-mcp-harness
Installation
SKILL.md
asset-aware-mcp: Cline Harness Skill
Use this skill when working in this repo with Cline and you want a reliable, production-grade loop: change -> verify -> ship.
What To Use First
- Rules:
.clinerules/(always-on, with conditional scopes) - Workflows:
.clinerules/workflows/- Run
/full-check.mdfor the full local gates - Run
/release-publish.mdfor a guided tagged release
- Run
- VSIX assistant assets:
vscode-extension/resources/repo-assets/asset-aware/- Keep them synchronized with
cd vscode-extension && npm run sync-assets:check
- Keep them synchronized with
- Skills: this repo already has multiple skills under
.claude/skills/(Cline can load them too)- If any
.claude/skillsinstruction conflicts with current repo behavior, treat.clinerules/as the source of truth.
- If any
Canonical Commands
- Python:
uv run ruff check .,uv run mypy src --ignore-missing-imports,uv run pytest - Extension (in
vscode-extension/):npm run test:ci - Docker smoke:
docker build -t asset-aware-mcp:smoke .thendocker run --rm --entrypoint python asset-aware-mcp:smoke -c "import src.presentation.server"