Commit Graph

3 Commits

Author SHA1 Message Date
Calic
5cdf386f52 docs(launcher-test): sync README version + launcher ref with manifest
manifest.lib is at 0.3.0 (since the markdown.lua image_missing sync),
README still claimed 0.1.0 — bumped. Also bumped the "Tested
Production-Lib Surface" reference from launcher v0.1.0 to v0.3.3 to
reflect the current canonical launcher; the FSM component itself is
unchanged since v0.1.0 (3-way hash check guards drift).
2026-06-16 20:05:40 +02:00
Calic
019b18d621 rename to lib-management.launcher-test (was lib-sporel.launcher-test)
Per ADR-0045 (three-tier library naming) the launcher-test migrates
from the retired lib-sporel.* prefix to the new lib-management.* tier.

- manifest.lib id: lib-sporel.launcher-test -> lib-management.launcher-test
- manifest.core id: lib-sporel.launcher-test.core -> lib-management.launcher-test.core
- init.lua engine.module.dir_of("lib-management.launcher-test")
- README + fsm.lua + init.lua comments updated

Gitea repo renamed in lockstep:
sporel/sporel-lib-sporel.launcher-test ->
sporel/sporel-lib-management.launcher-test
2026-05-31 00:21:57 +02:00
Calic
66ecd0cda8 test(launcher-test): cheap-fill M3 gap + Coverage Statements (Test-Cov Phase 2.7)
3 mutations tested. 2 caught, 1 uncaught (M3: unknown-state fallback returns nil).
Cheap-fill: added fsm.next("garbage_state", "esc") == "garbage_state" assertion.
2026-05-16 02:38:30 +02:00