6 Commits

Author SHA1 Message Date
claude[bot] 6864fbd2a6 fix: add hooks log directory to .gitignore to prevent sensitive data leakage
hooks.py logs full hook event data (including tool_input, which may contain
file contents or command arguments) to .claude/hooks/logs/hooks-log.jsonl.
This log file was not excluded from git, creating a risk of accidentally
committing sensitive data such as file contents passed to Write/Edit tools
or command arguments passed to Bash.

Added .claude/hooks/logs/ to .gitignore to prevent accidental commits.

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-04-22 18:29:41 +00:00
Shayan Rais 1c6589407f gitignore: exclude Playwright MCP artifacts and agent verification screenshots
Agents that verify UI changes in a browser via Playwright MCP drop a
`.playwright-mcp/` cache directory and `*-check.png` screenshots in the
repo root. These are session-scoped verification residue, not deliverables.
2026-04-19 12:30:55 +05:00
Shayan Rais 2f70f6323a add .vscode/ to .gitignore
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-13 12:28:00 +05:00
Shayan Rais ba6cc3e6a0 updated docs 2026-03-06 12:56:26 +05:00
Shayan Rais 182ca334f0 added more concepts 2026-03-02 13:15:36 +05:00
Shayan Rais 03c46c213d added git ignore 2026-02-18 16:18:12 +05:00