Document configurable module roots as next phase

This commit is contained in:
hgranthorner
2026-08-04 16:01:59 -04:00
parent 460fc969db
commit 9122b5a5c0
4 changed files with 23 additions and 8 deletions

View File

@@ -23,8 +23,10 @@ never from online material (see `AGENTS.md`).
- Rename and find-usages for declaration names and their resolved references
Remaining code-insight gaps include module-qualified members, parameters, and
struct fields. Formatting, inspections, and compiler integration are planned
later. See `docs/BUILD_PLAN.md` for the phase plan.
struct fields. The next planned increment is configurable project module/import
roots, including indexed search scope for external standard-library and custom
module directories. Formatting, inspections, and compiler integration are
planned later. See `docs/BUILD_PLAN.md` for the phase plan.
## Install it locally