CHORE: Submodule sync before Formal Verification implementation

This commit is contained in:
2026-04-11 16:08:58 -04:00
parent 4ee8b998d0
commit d4736fb79c
2 changed files with 13 additions and 1 deletions

12
gtd.org
View File

@@ -198,6 +198,18 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
**** TODO Create LXC (Linux Containers) template/guide **** TODO Create LXC (Linux Containers) template/guide
**** TODO Create VM Vagrantfiles/Cloud-init configs **** TODO Create VM Vagrantfiles/Cloud-init configs
*** TRACK: MAINTENANCE & HYGIENE
**** TODO [RECURRING: Monthly] Review and test Infrastructure Dependency Upgrades
:PROPERTIES:
:ID: monthly-infra-audit
:REPEAT_TO_STATE: TODO
:END:
- [ ] Check for new Debian security patches (`apt-get update` check).
- [ ] Check for new `signal-cli` releases (compare vs v0.14.0).
- [ ] Check for new Quicklisp distribution (monthly snapshot).
- [ ] **Verification:** Update `Dockerfile`, run `docker-compose build --no-cache`, and execute full test suite.
- [ ] If all tests pass, commit updated `Dockerfile` and `.asd` dependencies.
*** TRACK: COMMUNITY & DOCS *** TRACK: COMMUNITY & DOCS
**** TODO Write Quickstart Guide **** TODO Write Quickstart Guide
**** TODO Write Skill Creation Guide **** TODO Write Skill Creation Guide