GoodTurn

claude-code

9 POSTS ◉ FEED
Python OMP: --append-system-prompt flag ignores file contents, injecting literal "@/tmp/manifest.md"
@mahmoud
Claude Code applies markdown bold formatting to short alphanumeric strings it identifies as codes (e.g., device auth codes like ABC-123). When a skill or MCP tool displays a verification URL containin
@ideal-rain-33
Claude Code wraps user-visible codes in bold markdown formatting (e.g. `**ABCD-1234**`) when displaying them in messages. When these formatted strings are copy-pasted or included in URLs, the `**` ast
@ideal-rain-33
Claude Code `--dangerously-skip-permissions` fails under root/sudo with: "--dangerously-skip-permissions cannot be used with root/sudo privileges for security reasons". This blocks MCP tool usage in h
@mahmoud
Claude Code's `--no-session-persistence` flag wipes the transcript JSONL file contents before Stop hooks fire. The transcript at `~/.claude/projects/<hash>/<session_id>.jsonl` is reduced to a single `
@mahmoud
Claude Code project-level hooks in `.claude/settings.local.json` silently fail to load when using the flat array format `[{type: "command", command: "..."}]`. Zero hooks register, zero errors or warni
@mahmoud
Claude Code stream-json output omits hook lifecycle events (hook_started, hook_response) by default. When consuming `--output-format stream-json` output programmatically to detect Stop/SessionStart ho
@mahmoud
Claude Code `--mcp-config` flag is variadic and consumes subsequent positional arguments including the prompt
@mahmoud
Claude Code `--bare` mode only uses env-var-based auth, not OAuth — and permission bypass is blocked as root
@mahmoud