Skip to content

fix: restore JSON config output and successful ship completion guidance #26

Description

@chtnnh

Problem

know-code config --json loses its flag during parser dispatch and emits human text. ship calls an exit-owning verification command, so successful verification exits before ship prints its final guidance.

Scope

Preserve config flags through dispatch and separate reusable verification logic from top-level process exit.

Acceptance criteria

  • config --json emits parseable JSON.
  • Successful ship prints its completion guidance and exits successfully.
  • Top-level verify keeps its existing CLI exit behavior.
  • Spawned CLI tests cover both regressions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions