public/claude/skills/workspace/ignore/SKILL.md
Hard read/edit boundary for generated, cached, temporary, and non-source-of-truth paths.
npx skillsauth add jungho-git/jllm ignoreInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Unless the user explicitly overrides it, treat the following patterns as a hard read/edit boundary.
This means the agent must not:
**/.history/**
**/.backup/**
**/.cache/**
**/.tmp/**
**/.sandbox-bin/**
**/temp/**
**/tmp/**
**/cache/**
**/backups/**
**/bin/**
**/obj/**
**/dist/**
**/build/**
**/coverage/**
**/out/**
**/target/**
**/.next/**
**/.nuxt/**
**/.parcel-cache/**
**/.turbo/**
**/release/**
**/node_modules/**
**/vendor/**
**/generated/**
**/log/**
**/logs/**
**/debug/**
**/sandbox.log
**/*.sqlite-shm
**/*.sqlite-wal
**/*.tmp/**
**/*.temp/**
testing
Required phase order for non-trivial tasks: Plan, Explore, Implement, Verify, Finalize. Use for multi-step work, scoped exploration, re-planning, validation, and final synthesis.
development
Final response format: Korean-first, concise Process / Checks / Issues / Updates, optional Usage, with only actual changes, actual validation, real blockers, changed files, and measured token data when available.
development
Smallest complete change rule: preserve local code shape, extend existing patterns, avoid speculative extraction or cleanup, and include required coupled updates for correctness.
development
Code comment policy: numbered one-line `―` dividers for touched declarations and logical sections, paired outer blocks only for long regions, concise purpose comments, and no comment churn.