Goal
Make the generated DebtLens config schema resolvable from a stable public URL.
Where to start
schema/debtlens.config.schema.json
src/config/schema.ts
src/config/template.ts
tests/config/schema.test.ts
Options
GitHub Pages, SchemaStore, or another stable hosted URL are all reasonable.
Verify
Confirm the $schema URL used by debtlens init resolves and update tests/docs as needed.
Goal
Make the generated DebtLens config schema resolvable from a stable public URL.
Where to start
schema/debtlens.config.schema.jsonsrc/config/schema.tssrc/config/template.tstests/config/schema.test.tsOptions
GitHub Pages, SchemaStore, or another stable hosted URL are all reasonable.
Verify
Confirm the
$schemaURL used bydebtlens initresolves and update tests/docs as needed.