Feature Request
Problem / Motivation
Users should be able to run SIST once and save the important results in a reusable, machine-readable format.
The current text output is not suitable for reliable downstream processing.
Proposed Solution
Add structured internal result objects and write them using the agreed JSON schema.
The existing text output should remain available for compatibility.
Proposed Work
- Add internal objects for intermediate and final results.
- Capture calculation metadata, warnings, and execution status.
- Write the result to JSON.
- Add configuration for the output path.
- Validate generated files against the schema.
- Represent partial and failed calculations clearly.
- Preserve the existing text output.
- Add regression and end-to-end tests.
Done When
Feature Request
Problem / Motivation
Users should be able to run SIST once and save the important results in a reusable, machine-readable format.
The current text output is not suitable for reliable downstream processing.
Proposed Solution
Add structured internal result objects and write them using the agreed JSON schema.
The existing text output should remain available for compatibility.
Proposed Work
Done When