Files
vaultik/internal/cli
sneak 1071058f4e
check / check (pull_request) Failing after 1s
Delete dead code and stale fixtures, fix config set reindent (closes #70)
Remove the unused internal/models package (and its coverage-only test),
internal/cli/vaultik_snapshot_types.go (a second, dead SnapshotInfo that
shadowed the live type in internal/vaultik), and two fixtures
(test-config.yml, test/integration-config.yml) that use source_dirs and
other keys config.Config no longer has. All confirmed by grep against
origin/next; none has a production consumer.

config set now writes via yaml.NewEncoder with 2-space indent, matching
defaultConfigTemplate, so the first set no longer reindents the file it
promises to preserve. A test covers the round-trip.

Single commit rather than one commit per deletion, per task instruction.
test/integration-config.yml removed per the manager note on the issue.

Model: opus-4-8
2026-09-21 13:05:22 +00:00
..