No Runtime Code

Guardrails to keep the pipeline pure: specs + SEA + generators only.

majiayu000 8a304ae 2 files · 1.4 KB Updated 567 repo stars

File contents


name: no-runtime-code description: Guardrails to keep the pipeline pure: specs + SEA™ + generators only.

No handwritten runtime code

Allowed edits

  • specs/**, .github/**, tools/**, tools/nx/**, .vscode/**, .githooks/**, .github/workflows/**
  • generated **/src/gen/**

If you need behavior

  • Model it in SDS/SEA™ (entities, flows, tags)
  • Extend schemas if needed
  • Update AST→IR→manifest mapping
  • Update code generator templates

Anti-patterns

  • Patching generated code
  • Adding runtime “helpers” by hand
  • Hiding logic in adapters instead of modeling it

majiayu000/claude-skill-registry-data/tree/main/data/no-runtime-code commit 8a304aec8f

Frequently asked questions

npx skillmds add majiayu000/no-runtime-code