Libraries
0x0 has migrated library source under libs/. The public registry migration is
planned for libs.jmp0x1b.com.
Current Local Library Surface
The repository currently contains:
- core libraries under
lib/core; - migrated package directories under
libs/; - smoke tests under
libs/*/tests/smoke.0x0; - generated core API docs in Generated API;
- package rules in Packages.
Registry Direction
Milestone 6 creates:
libs/registry.tsv;- package naming and alias policy;
- public registry pages;
- smoke evidence;
- old registry unregistration plan.
Naming Caution
Many migrated package directories still use jmp0x1b_* names. Until the alias
policy lands, those names must be treated as compatibility ids or migration
inputs, not as final 0x0 branding.
Standalone Expectation
Public libraries should eventually have:
- source under
libs/<name>/src/lib.0x0; - a smoke test under
libs/<name>/tests/smoke.0x0; - documented imports and exports;
- generated or checked API documentation;
- registry metadata;
- expected output or acceptance evidence.
The current standalone library contract is