Skip to content

fix: Fix malformed commit message in CLI integration PR #20

@0xtsotsi

Description

@0xtsotsi

Commit 1201e09 in PR #18 has a malformed subject line showing only ---.

The commit body contains the full summary with the investigation findings, but git log --oneline displays it incorrectly.

Fix needed:

git rebase -i HEAD~2
# Change the subject line from "---" to "feat(claude): Integrate CLI subscription authentication"

This is cosmetic but affects readability of the commit history.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions