Files
openconcho/.fire-tools.json

37 lines
958 B
JSON
Raw Normal View History

{
"fire_tools_version": "1.13.2",
"initialized_at": "2026-04-24T00:00:00Z",
"profile": "other",
"features": [
"pnpm",
"turborepo",
"typescript",
"biome",
"vitest",
"zod",
"commitlint",
"semantic-release",
"husky",
"actionlint",
"github-actions",
"makefile"
],
"deviations": [
{
"tool": "drizzle",
"reason": "No SQL database — Honcho API handles all persistence; Drizzle is not applicable",
"suppressed_at": "2026-04-27T00:00:00Z"
},
{
"tool": "playwright",
"reason": "Tauri desktop app — E2E testing approach uses Tauri's native test harness, not browser Playwright",
"suppressed_at": "2026-04-27T00:00:00Z"
},
{
"tool": "typescript-version",
"reason": "Using TypeScript 6.0.3 (ahead of standard 5.9.x) — intentional, team is on leading edge for this solo project",
"suppressed_at": "2026-04-27T00:00:00Z"
}
]
}