# Memory Index ## Gotchas - [Bash Gotchas](memory/gotchas-bash.md) — `set -e` silent failures, `((var++))` with zero, grep flag parsing, `local` scope, binary detection with `file` command - [Skills Gotchas](memory/gotchas-skills.md) — Non-ASCII frontmatter silently breaks loading, per-profile independent skills directories ## Decisions - [Decisions](memory/decisions.md) — OpenSpec format, mandatory dryrun, `set -uo pipefail` policy, dirty-state definitions, skynet org hosting ## Process - [Process Lessons](memory/process-lessons.md) — Skip `set -e` for reporting tools, spec-driven testing effectiveness, `git diff --numstat` for binary detection