Files
small-scripts/MEMORY.md
Paul O'Reilly 529e49fe98 Add reflected memory files and update git-status-report
Adds gotchas-wezterm and updates gotchas-bash from recent reflections.
Prunes old reflected log. Updates MEMORY.md index.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 09:38:00 +13:00

893 B

Memory Index

Gotchas

  • Bash Gotchasset -e silent failures, ((var++)) with zero, grep flag parsing, local scope, binary detection with file command, test harness set -e abort
  • Skills Gotchas — Non-ASCII frontmatter silently breaks loading, per-profile independent skills directories
  • WezTerm Gotchas — Flatpak CLI not in PATH, proportional split math for equal panes

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