Maintain and verify the C:\Users\ryo-n\Codex_dev\agent-taskstate repository. Use when working in this repo to review requirements, fix implementation gaps, align code with docs, tests, and schema, update README guidance, or prepare acceptance, commit, and push. Triggers include requests about typed_ref, context bundles, resolver, tracker bridge, kv-priority-roadmap, and repo-specific code review.
Use this skill only inside agent-taskstate. Treat docs/kv-priority-roadmap/ as requirement supplements that must stay consistent with the implementation.
README.mdBLUEPRINT.mdGUARDRAILS.mddocs/src/docs/kv-priority-roadmap/typed_ref: src/typed_ref.py, tests/test_typed_ref.py, docs/contracts/typed-ref.mdsrc/context_bundle.py, tests/test_context_bundle.py, docs/schema/agent-taskstate.sqlsrc/resolver.py, tests/test_context_rebuild_resolver.pysrc/tracker_bridge.pytests/test_tracker_bridge.pysrc/state_transition.py, tests/test_state_transition.pypytest -q before finishing. Use narrower suites only while iterating.git status --short before commit and exclude __pycache__, workflow-cookbook/, and unrelated local artifacts.typed_ref in 4-segment canonical form: <domain>:<entity_type>:<provider>:<entity_id>.agent-taskstate as the source of truth for internal task state. Treat tracker data as auxiliary input.README.md agent-oriented and README-human.md human-oriented.docs/kv-priority-roadmap/.docs/schema/agent-taskstate.sql and docs/migrations/001_init.sql.