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.
a425a6b312da07d1fe6a4d05c8aab661bd021ec8
Fold the view command module (viewFile, the error type, the read adapter) into index.ts so the command functions sit beside the guarded CLI, and generalise formatViewError into formatError matching over a CliError union that new fallible commands extend. Align the test files with ADR 0009's tiers by name: - index_test.ts now holds the in-process integration tests of the command functions (formerly view_test.ts) - end_to_end_test.ts holds the black-box subprocess e2e (formerly index_test.ts)
Description
No description provided
Languages
TypeScript
57.1%
Nix
42.9%