Parser library for Solution Intelligence: markdown-intent, csharp-treesitter (stub), and future PDF/log/SQL parsers.
Part of Solution Intelligence v0.1. This package defines the portable Parser interface and ships the v0.1 parsers that turn input artifacts into .sigdsl documents.
0.1.0-pre — scaffold only. Real parsers land in build Stage 4. Today this package exports a version string so the toolchain can be verified end to end.
npm install @solution-intelligence/parsers- Define the
Parserinterface and theEpistemicClasscontract every parser asserts on its output. - Ship
markdown-intent: the v0.1 default parser that reads markdown documents and emits aspirational-intent.sigdsl. - Ship
csharp-treesitteras a stub for the v0.2 C# → ServiceNow flow. - Be reusable: the
Parserinterface is portable, so other projects can write parsers against the same contract.
Apache-2.0. See LICENSE.
| Component | What it does |
|---|---|
| SI/S Studio | Blackboard substrate + parser/analyst host |
| SI/G Graph | Durable graph adapter + audit |
| SI/W Window | Consumer-facing role-scoped views |
| SI/I Identity | bangauth wrapper for SI's 5-role model |
| Parsers (this) | Portable parser library; turn inputs into .sigdsl |
| Analysts | Portable analyst library; turn .sigdsl + graph into findings |
See Solution Intelligence for the full architecture.