This repository has been archived on 2026-07-29 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
02020309ebc67b312f830c30be8b27a84396a29d
Guard the CLI entry's program.parse() behind import.meta.main so the command module can be imported without running the CLI, then rebuild the deleted suite across the three tiers ADR 0009 defines: - unit: parse (core) and render (bin), asserted on return values - integration: the view command function, asserted on its Result - e2e: the kitchen binary as a subprocess (exit codes, streams, ANSI suppression, errors, --help) Drop the stale test-support.ts coverage ignore and refresh the task's implementation notes to describe the tiered suite.
Description
No description provided
Languages
TypeScript
57.1%
Nix
42.9%