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.