Workflows
Update Reader-Facing Hardware Docs
- Edit the relevant page under
docs/.
- Keep terminology consistent with
docs/reference/terminology.md.
- If the change introduces a durable repo decision, record it under
docs/adr/.
- Rebuild the site and verify the rendered output.
Normalize The Repo To Template Standard
- Align
mkdocs.yml with the current OVES MkDocs template baseline.
- Keep
.docs-template-info.json, hooks/, and overrides/partials/ in sync with the template contract.
- Ensure
docs/agent/, docs/context/, docs/adr/, and docs/reference/ exist.
- Rebuild the site and check the git diff before commit.
Refresh MCP Contract Files
- Run
python D:\github\workspace-mcp\scripts\mcp_provision.py oves-hard-tech.
- Review generated or refreshed files under
docs/agent/ and docs/context/.
- Replace generic wording with repo-specific descriptions when needed.
- Re-run the workspace inventory if registry output needs to be refreshed.