@overengineered-solutions/standards
v0.4.0
Published
Portable AI/engineering doctrine — rule-numbered standards as one source of truth across OES sibling projects
Maintainers
Readme
@overengineered-solutions/standards
Portable AI/engineering doctrine package for OES projects. It ships canonical markdown standards in docs/ and a tiny TypeScript API for loading standards and referencing rule IDs.
Install
pnpm add @overengineered-solutions/standardsUsage
import { readStandard, listRules } from '@overengineered-solutions/standards';
const rules = listRules();
const standards = await readStandard('AI_STANDARDS');This is alpha: the rules array is empty in 0.1.0; populate via getRule() / readStandard() while the parser is being built.
