Skip to content

wfredricks/solution-intelligence-parsers

@solution-intelligence/parsers 🖇️

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.

Status

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.

Install

npm install @solution-intelligence/parsers

What this will do (Stage 4)

  • Define the Parser interface and the EpistemicClass contract 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-treesitter as a stub for the v0.2 C# → ServiceNow flow.
  • Be reusable: the Parser interface is portable, so other projects can write parsers against the same contract.

License

Apache-2.0. See LICENSE.

Part of the Solution Intelligence ecosystem

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.

About

Parser library for Solution Intelligence: markdown-intent, csharp-treesitter stub, and future PDF/log/SQL parsers. Defines the portable Parser interface.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors