chore: lint cleanup, ignore generated i18n typings, mark plan completed

This commit is contained in:
gsxdsm
2026-06-04 02:16:55 -07:00
parent 60605fafa9
commit eee715218e
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
title: "feat: Workflow-defined custom columns — engine as substrate, workflows as operating logic"
type: feat
status: active
status: completed
date: 2026-06-03
depth: deep
origin: none (solo planning bootstrap)

View File

@@ -103,6 +103,8 @@ export default tseslint.config(
// Vitest temporary workspace resolution directories
".tmp-fn-*/**",
".claude/**",
// Generated i18n resource typings (emitted by i18n:types)
"packages/i18n/src/resources.d.ts",
// Lock files
"*.lock",
"pnpm-lock.yaml",

View File

@@ -48,7 +48,6 @@ import {
parseWorkflowIr,
type TaskStore,
type Task,
type Settings,
type WorkflowIr,
type WorkflowIrV2,
type WorkflowIrColumn,

View File

@@ -23,7 +23,6 @@ import type {
PluginWorkflowStepContribution,
PluginTraitContribution,
WorkflowIr,
TaskDetail,
PluginPromptContribution,
PluginPromptContributions,
PluginPromptSurface,