feat: workspace biome.json with noConsole, remove dryRun console.log #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
概述
Workflow 代码的 stdout 没人看(daemon worker stdout 是 inherit 但无持久化),有意义的数据应该走 role 返回值进 log-store。workspace 应该用 biome 禁止 console。
改动
1.
packages/cli/src/commands/init.tsnerve init时写入 workspacenoConsole: error,formatter 和 nerve 主仓一致@biomejs/biome2.
~/.uncaged-nerve/biome.json(当前 workspace)3.
packages/workflow-utils/src/不动的