ponytail/tests
Lakshya Sharma f790cebb57
fix: statusline setup nudge honors CLAUDE_CONFIG_DIR (#338)
The activation hook detects a missing statusline in getClaudeDir()/settings.json
(CLAUDE_CONFIG_DIR-aware) but the nudge text told the user and the agent to add
the statusLine config to ~/.claude/settings.json. With CLAUDE_CONFIG_DIR set,
that is the wrong file: Claude Code never reads it and the badge never turns on.
Point the nudge at the settingsPath the hook already computed, in both the
shell-safe and manual branches.

Fixes #250
2026-07-07 02:54:46 +02:00
..
behavior.test.js feat: refine ruleset from a full-project field review (#39) 2026-06-15 02:02:50 +02:00
commands.test.js fix: ship the missing /ponytail-help command on Claude Code and OpenCode (#62) 2026-06-15 16:32:02 +02:00
copilot-plugin.test.js fix: copilot-plugin test checks all 6 command files (#393) 2026-06-30 00:21:09 +02:00
correctness.test.js feat(benchmarks): add correctness assertion (#31) 2026-06-14 23:42:01 +02:00
gemini-extension.test.js Avoid Gemini loading Claude hook events (#139) 2026-06-19 00:24:43 +02:00
hermes-plugin.test.js fix: hermes test hardcoding python3 (fails on Windows) (#513) 2026-07-07 02:31:15 +02:00
hooks-windows.test.js fix: prevent Windows session freeze from stdin EOF deadlock (#477) 2026-07-02 00:18:01 +02:00
hooks.test.js fix: statusline setup nudge honors CLAUDE_CONFIG_DIR (#338) 2026-07-07 02:54:46 +02:00
openclaw-skills.test.js feat: ship ponytail to OpenClaw (ClawHub skill package) (#102) 2026-06-16 13:35:35 +02:00
opencode-plugin.test.js feat: publish ponytail as an installable npm package for OpenCode and Pi (#197) 2026-06-24 02:09:40 +02:00
package.test.js fix: ship scripts/uninstall.js in the npm package (#538) 2026-07-07 01:54:04 +02:00
uninstall.test.js fix: don't crash uninstall on malformed settings.json (#481) 2026-07-02 01:30:30 +02:00