Tag: claude-code
All the articles with the tag "claude-code".
-
COLLAB.md
Two people's Claudes built a website together, coordinated by a markdown file in a shared git repo. No special tooling required.
-
Obsidian's CLI Cut My Tool Calls by 60%
Obsidian 1.12 shipped a CLI. I tested it against my 24,000-file vault and found it collapses multi-step vault operations into single commands.
-
Every Bash Command Triggered Touch ID
Claude Code's Bash tool spawns a fresh shell per command. Each shell sourced .zshenv. .zshenv called 1Password CLI. Touch ID prompt on every single tool call.
-
37 Credentials in a JSON File I Thought Was Just Config
Opened settings.json for a routine cleanup. Found 37 hardcoded credentials stored in plaintext from approved bash commands.