Implement StarIntel v0.9.0 Common Lisp conformance adapter #3

Merged
lost-rob0t merged 22 commits from agent/starintel-v090-conformance into master 2026-07-26 19:41:27 +00:00
lost-rob0t commented 2026-07-26 13:19:49 +00:00 (Migrated from github.com)

Closes #2.

Related ecosystem matrix: lost-rob0t/starintel-gpt-auto-dig#38

What changed

  • Aligned ASDF and the active spec constant to StarIntel v0.9.0.
  • Added a Jzon-backed parser/serializer path that preserves null, false, empty arrays, empty objects, and missing keys distinctly.
  • Added a native schema-driven validator, deterministic roundtrip, stable error categories, capabilities, and schema inventory.
  • Added the stdin/stdout SBCL adapter with exit codes 0/1/2/3.
  • Marked the old class-based flat 0.8 model as legacy migration support.
  • Added FiveAM tests and repository-local conformance CI.

Do not merge until Common Lisp self-roundtrip and every ordered matrix direction involving CL are green.

Closes #2. Related ecosystem matrix: lost-rob0t/starintel-gpt-auto-dig#38 ## What changed - Aligned ASDF and the active spec constant to StarIntel v0.9.0. - Added a Jzon-backed parser/serializer path that preserves null, false, empty arrays, empty objects, and missing keys distinctly. - Added a native schema-driven validator, deterministic roundtrip, stable error categories, capabilities, and schema inventory. - Added the stdin/stdout SBCL adapter with exit codes 0/1/2/3. - Marked the old class-based flat 0.8 model as legacy migration support. - Added FiveAM tests and repository-local conformance CI. Do not merge until Common Lisp self-roundtrip and every ordered matrix direction involving CL are green.
Sign in to join this conversation.
No description provided.