chore: lint cleanup, ignore generated i18n typings, mark plan completed
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -48,7 +48,6 @@ import {
|
||||
parseWorkflowIr,
|
||||
type TaskStore,
|
||||
type Task,
|
||||
type Settings,
|
||||
type WorkflowIr,
|
||||
type WorkflowIrV2,
|
||||
type WorkflowIrColumn,
|
||||
|
||||
@@ -23,7 +23,6 @@ import type {
|
||||
PluginWorkflowStepContribution,
|
||||
PluginTraitContribution,
|
||||
WorkflowIr,
|
||||
TaskDetail,
|
||||
PluginPromptContribution,
|
||||
PluginPromptContributions,
|
||||
PluginPromptSurface,
|
||||
|
||||
Reference in New Issue
Block a user