refactor(cli): remove deprecated verbose logging flags

This commit is contained in:
2026-02-17 00:57:33 -08:00
parent 23b78e6c9b
commit 1cd1cdb11d
27 changed files with 213 additions and 208 deletions

View File

@@ -30,16 +30,13 @@ jobs:
run: pnpm install
- name: Build (TypeScript check)
run: pnpm exec tsc --noEmit
- name: Build (bundle)
run: pnpm run build
- name: Main.ts line gate (baseline)
run: pnpm run check:main-lines:baseline
- name: Config tests
run: pnpm run test:config
- name: Core tests
run: pnpm run test:core
- name: Test suite
run: pnpm test
- name: Security audit
run: pnpm audit --audit-level=high