Console package is a separate shard
Platform spec ADR
Console package is a separate shard
Spec standingStandard
- Contracts and edge cases Stability guarantees for runtime-backed corelib APIs.
- Design model Corelib APIs implemented by runtime builtins and ABI-stable syscall surfaces.
- Examples Examples of runtime-backed corelib surfaces.
- FAQ and troubleshooting FAQ for runtime-backed corelib surfaces.
- Flow and algorithm Call path from Beskid corelib methods to runtime builtins.
- Verification and traceability Verification for runtime-backed corelib surfaces.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
what-this-feature-specifies | yes | yes |
implementation-anchors | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”Higher console work must not bloat runtime syscall modules.
Decision
Section titled “Decision”| Rule | Detail |
|---|---|
| Package | compiler/corelib/packages/console (corelib_console) |
| Runtime | Streams stay in runtime package |
Consequences
Section titled “Consequences”Terminal features document against console package anchors.
Verification anchors
Section titled “Verification anchors”packages/console; pckg workspace publish.