locus

Development Plan

This is a documentation stub referencing the project planning materials.

For the authoritative, up-to-date roadmap see the files under planning/ in the repository root.

(Stub added to satisfy docs link integrity.)

Parser Refactor (2025-09)

The parser directory was reorganized with pure helpers:

Guard tests were added:

When intentionally changing grammar or primitives:

  1. Make the change.
  2. Run the tests to confirm the failing baseline.
  3. Update the expected hash in the corresponding test with a commit message describing the rationale.

All helpers are pure; any future caching must be env-flagged to keep deterministic test runs.