Files
small-scripts/MEMORY.md
Paul O'Reilly 8e978fef9d Reflect 3 session logs into topic memory files
New: gotchas-skills.md (non-ASCII frontmatter, per-profile skill dirs).
Updated: gotchas-bash.md (+((var++)) with zero), decisions.md (+python3
for JSON), process-lessons.md (+cat -A diagnostic).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 11:22:20 +13:00

748 B

Memory Index

Gotchas

  • Bash Gotchasset -e silent failures, ((var++)) with zero, grep flag parsing, local scope, binary detection with file command
  • Skills Gotchas — Non-ASCII frontmatter silently breaks loading, per-profile independent skills directories

Decisions

  • Decisions — OpenSpec format, mandatory dryrun, set -uo pipefail policy, dirty-state definitions, skynet org hosting

Process

  • Process Lessons — Skip set -e for reporting tools, spec-driven testing effectiveness, git diff --numstat for binary detection