operations
โ Verification
Smallest relevant checks for wiki content, Moincraft runtime, dashboard, Nexus, AIRI, and LLM Wiki work.
Wiki verification#
cd /home/mc/wiki
npm run wiki:content
PATH="/home/mc/bin:/tmp/dart-sass:$PATH" hugo --renderToMemory --buildDrafts --buildFuture
npm run wiki:build
npm run wiki:verify
Then inspect generated output as output only, including:
public/wiki/index.htmlpublic/wiki/projects/index.htmlpublic/wiki/operations/index.htmlpublic/wiki/omp/index.htmlpublic/wiki/hermes/index.htmlpublic/wiki/moincraft/index.htmlpublic/wiki/airi/index.htmlpublic/wiki/nexus/index.htmlpublic/wiki/skills/hugo-knowledge-site/index.html
Secret hygiene scan targets#
Search source and generated output for suspicious patterns:
API_KEYTOKENPASSWORDSECRET.envBEGIN PRIVATEOPENROUTER_API_KEYRCONPI_DISCORD_BOT_TOKENPI_DISCORD_LAUNCHER_SECRET
Expected result: no actual secret values. Safe explanatory variable names may appear in cheat sheets.
Moincraft checks#
cd /home/mc/moincraft
npm run check
npm run build
npm run contract
Use npm run verify or npm run green only when the task changes live runtime behavior or stack wiring.
Other project checks#
- AIRI: targeted
pnpm -F <package> typecheck,pnpm -F <package> build, orpnpm exec vitest run <path>. - Nexus: syntax-check changed Python and run the affected script only when generated data updates are safe.
- LLM Wiki:
WIKI_PATH=/home/mc/llm-wiki-site python3 scripts/wiki-pipeline.py --lintfor non-mutating content validation.
Sources: root AGENTS.md, plan verification contract.