perspt-coding 0.6.2

Coding domain package for the Perspt SRBN agent SDK: residual schema, energy model, and correction directions for Rust, Python, and TypeScript (PSP-8)
Documentation
  • Coverage
  • 83.33%
    30 out of 36 items documented0 out of 26 items with examples
  • Size
  • Source code size: 83.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • eonseed/perspt
    33 7 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • obliqueresource

Perspt Coding Domain Package

perspt-coding is the first domain package built on [perspt_sdk] (PSP-8). It exercises the SDK's Phase-0/1 contracts with a real consumer: it declares the coding residual schema, supplies the coding [EnergyModel] (weights, rho_gate, tolerance, correction budget), and maps dominant residuals into coding correction directions.

The coding domain operates on discrete verifier residuals (compiler, LSP, AST, tests) and exposes no continuous embedding-space coordinate, so its analytic constants alpha, beta, delta, L, eta remain NotClaimed; only the measured discrete gate and the spectral mu apply.

Language adapters (Rust, Python, TypeScript) will grow into full SDK verifier-suite providers in later phases; this crate currently provides the domain-level residual schema, energy model, and Rust correction mappers for the unresolved-import / missing-module cases (PSP-8 Reference Implementation step 10).