Releases: BoggersTheFish/TS-Codex-OS
Releases · BoggersTheFish/TS-Codex-OS
TS-Codex-OS v0.1.0 - Local TS Project Substrate
Initial public release of TS-Codex-OS: a local-first project graph, tension ledger, planner, memory, verifier, and receipt system for Codex-driven development.
This release does not replace Codex, run an autonomous agent loop, call LLM APIs, or make claims beyond local file-based project heuristics. It provides the substrate for making Codex operate through inspectable TS project artifacts.
Verification run before release:
python3 -m unittest discover
python3 scripts/demo_ts_codex_os.py
python3 -m ts_codex_os.cli status --project-path .
python3 -c "from ts_codex_os.cli import main; print(callable(main))"Result: tests passed, demo artifacts regenerated, CLI status reported zero self-detected tensions, and the CLI import check returned True.