From 73d15a26b4a4c38080ed7b44bf66030cf63c8cb8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 12 Sep 2026 03:28:15 -0400 Subject: [PATCH] fix: register bank-lib.sh (and yt-lib.sh) in install/uninstall lib manifests lib/bank-lib.sh was added for pos bank but never registered in install.sh's phase-2 lib copy list, so it never reached /usr/local/bin and pos bank failed after install. Also restored yt-lib.sh to POS_LIBS (pre-existing gap: uninstall left it behind). Symmetry gate tests/t-uninstall-manifest.sh now passes. --- DOC/AGENT_Context_Project.md | 9 ++++---- DOC/SCRIPTS.md | 2 +- bin/pos-system-uninstall | 3 ++- install.sh | 2 +- .../maintainer-decision-lib-registration.md | 22 +++++++++++++++++++ 5 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 memory/decisions/maintainer-decision-lib-registration.md diff --git a/DOC/AGENT_Context_Project.md b/DOC/AGENT_Context_Project.md index 5a55347..9d698b6 100644 --- a/DOC/AGENT_Context_Project.md +++ b/DOC/AGENT_Context_Project.md @@ -21,8 +21,8 @@ | ## 10. Configuration Files | 499–525 | | ## 11. Coding Conventions | 526–558 | | ## 12. Development Workflow | 559–611 | -| ## 13. Key File Quick Reference | 612–696 | -| ## 14. Common Tasks for Agents | 697–730 | +| ## 13. Key File Quick Reference | 612–697 | +| ## 14. Common Tasks for Agents | 698–731 | ## 1. Project Overview @@ -232,7 +232,7 @@ User runs: ./install.sh [--apps|--full|--feature|--dry-run|--force|--skip