Documentation
README
Semia
Semia builds a behavior map: it turns a skill into grounded SDL facts, then checks those facts deterministically. The CLI and core library are the deterministic tools used by this workflow.
Use this skill when the user asks for either form:
semia scan ./some-skill
Run Semia audit on this skill
Contract
Semia uses three steps:
-
prepare Deterministic CLI inlines the target skill, builds metadata, and assigns stable reference units.
-
synthesize In plugin hosts, the current agent session reads the prepared artifact and writes SDL core facts plus typed
*_evidence_text(...)facts. In standalone CLI mode, Semia calls the configured LLM provider for this step. The standalone default is OpenAIgpt-5.5.
This is the opening of the README. Read the full README on GitHub.