While setting up on a fresh install I hit a structural question I couldn't resolve from the repo, and wanted to check intent rather than assume a bug.
LifeOsSchema.md (Draft v1.0) specifies a PascalCase-flat USER/ layout — e.g. Goals.md, Wisdom.md at root, Telos/Mission.md. But the shipped install templates and the deterministic TELOS tooling (GenerateTelosSummary.ts, InterviewScan.ts, TelosFreshness.ts) create and read ALL_CAPS split files under a TELOS/ directory (MISSION.md, GOALS.md, …). I couldn't find tooling that migrates between the two shapes.
Trying to understand the intended direction:
- Is PascalCase-flat the forward target, with the ALL_CAPS
TELOS/ split files as supported legacy? If so, is a migration path planned?
- Or has the schema doc drifted ahead of the shipping tooling, and ALL_CAPS is the de-facto current convention?
Happy to help (docs or a migration shim) if useful. Entirely possible I'm missing context.
While setting up on a fresh install I hit a structural question I couldn't resolve from the repo, and wanted to check intent rather than assume a bug.
LifeOsSchema.md(Draft v1.0) specifies a PascalCase-flatUSER/layout — e.g.Goals.md,Wisdom.mdat root,Telos/Mission.md. But the shipped install templates and the deterministic TELOS tooling (GenerateTelosSummary.ts,InterviewScan.ts,TelosFreshness.ts) create and read ALL_CAPS split files under aTELOS/directory (MISSION.md,GOALS.md, …). I couldn't find tooling that migrates between the two shapes.Trying to understand the intended direction:
TELOS/split files as supported legacy? If so, is a migration path planned?Happy to help (docs or a migration shim) if useful. Entirely possible I'm missing context.