@tech-debt/server
v0.1.3
Published
Fastify server for tech-debt explorer
Readme
@tech-debt/server
Local Fastify API and embedded web UI for Tech Debt.
Open in editor
POST /api/open with body { path, line?, column? } opens a file in the local editor.
- Paths are resolved under the project root (
realpath+ prefix check); escapes are rejected. - Prefers
TECH_DEBT_EDITOR, thencursor/code/subl, then OS openers. - When
line(and optionallycolumn) are set, GUI CLIs receivefile:line:column.
