Core library
Platform spec domain
Core library
No architecture decision records under adr/ for this feature yet. Standard features must
publish at least one ADR or keep a ## Decisions summary on the hub.
- No directly attached article pages for this node. Nested descendants exist deeper in this subtree.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
rationale | yes | yes |
background | no | no |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Rationale
The Corelib docs remain the day-to-day reference. This domain will align normative promises—what
corelib may depend on from the language, syscall boundaries, and versioning—with the same formal headers as
other platform features.
Areas
- Compiler integrationContracts for corelib discovery, packaging, and compiler/runtime integration points.
- ConcurrencyCorelib concurrency package and System.Threading OS-thread surface—thin runtime wrappers without layered .NET-style stacks.
- Stability and API shapeStability levels and API-shape contracts for the core library surface.
- Terminal and consoleCorelib console package, ANSI model, stream I/O split, and terminal events.