fix: address code review feedback

- Fix incorrect API endpoint paths (removed /api prefix)
- Improve TypeScript strict typing with explicit metadata interfaces
- Update SKILL.md with clear trigger phrases and examples
- Fix README installation path reference
- Add clarification about API URL format (no /api suffix needed)
- Export new metadata type interfaces
This commit is contained in:
Jason Woltje
2026-01-29 21:23:36 -06:00
parent 68350b1588
commit 632b8fb2d2
5 changed files with 48 additions and 40 deletions

View File

@@ -7,7 +7,9 @@ export {
createGanttClientFromEnv,
type GanttClientConfig,
type Project,
type ProjectMetadata,
type Task,
type TaskMetadata,
type ProjectStatus,
type TaskStatus,
type TaskPriority,