ACG-TEST
Konomi Standard · UDT-nested architecture for GitHub Actions testing
A human-readable YAML format for testing workflows before they exist. Write the test. Watch it fail. Write the workflow. Watch it pass. The reason field is the documentation.
AI Craftspeople Guild · v1.0 · April 2026
The Standard
Full specification: base types, trigger types, notifications, guardrails, the root WorkflowTest.
UDT Types
Inheritance diagram and per-type reference. Every type traces back to Expectation.
Concrete Example
The article-notification test expressed as nested UDT custom elements.
Test Runner
Live in-browser test dashboard for every page in this site, with per-step verification.
Terminal
Browser-side terminal: run tests against this site, any URL, raw GitHub content, or pasted YAML.
White Papers
Guild publications index, auto-generated from paper frontmatter by the paper-index workflow.
Process verification
Every step of building this site is covered by a test file. The runner below shows the live verdict.
Design rules
- Every expectation has a reason. The reason is the documentation.
- Four words only:
present,triggered,not triggered,configured. - Three results only:
pass,fail,skip. - Tests before code. Write the
.test.ymlfirst. - UDT inheritance. Every type traces back to
UDT:Expectation. - One test file, one workflow. One test file, one page. The mapping is 1:1.