Files
openconcho/.fire-tools.json
Offending Commit 96d96a7341 chore(fire-tools): upgrade stamp to v1.14.0
- Bump fire_tools_version from 1.13.2 to 1.14.0
- Upgrade pnpm/action-setup@v4 to @v6 in composite setup action
2026-05-15 14:24:01 -05:00

37 lines
888 B
JSON

{
"fire_tools_version": "1.14.0",
"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"
}
]
}