Skip to content

fix: Use system prompt for init hint on first run#72

Merged
nille merged 1 commit intomainfrom
fix/init-hint-system-prompt
Apr 15, 2026
Merged

fix: Use system prompt for init hint on first run#72
nille merged 1 commit intomainfrom
fix/init-hint-system-prompt

Conversation

@nille
Copy link
Copy Markdown
Owner

@nille nille commented Apr 15, 2026

Summary

  • Changed init hint injection from positional prompt to --append-system-prompt
  • The positional prompt was getting ignored because Claude Code's built-in git status context took priority
  • System prompt injection ensures the agent sees and acts on the init hint

Test plan

  • 145 tests pass
  • CI passes
  • Test: sk in a new git repo should immediately offer to run /init

The positional prompt was getting drowned out by Claude Code's built-in
git status context. Using --append-system-prompt injects the init hint
into the system prompt where it takes priority.

Bump version to 0.1.15.
@nille nille merged commit bfe8ad7 into main Apr 15, 2026
4 checks passed
@nille nille deleted the fix/init-hint-system-prompt branch April 15, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant