Files
memex/notes/accomplishments.org
Amr Gharbeia 4e9431ec1d memex: update passepartout submodule → v0.7.2, add notes
passepartout v0.7.2 (Gate Trace + HITL + Search + 11 more features):
- Gate trace visualization with Ctrl+G toggle
- HITL inline panels with styled collapse on approve/deny
- Agent identity file + /identity command
- Safe-tool read-only allowlist
- Message search mode with Up/Down nav and highlights
- Context budget visibility with section breakdown
- Session rewind /sessions /resume /rewind
- Undo/redo per operation
- Context debugging /context why /context dropped
- Tool hardening (timeouts, write verify, read-only cache)
- Tag stack severity tiers + trigger counts
- Merkle provenance audit + audit-verify
- Self-help /help <topic> reads USER_MANUAL.org
- Live CONFIG section in system prompts
- Pads: Page Up/Down scroll by 10 lines

Core 92/92  TUI Main 104/104  TUI View 29/29  Neuro 13/13
2026-05-08 21:56:11 -04:00

1.5 KiB

Accomplishments

Accomplishments

  • New Structure: Configuration moved from monolithic `emacs.org` to domain-specific modules in `~/memex/system/`.
  • Bootstrap Fix: `~/.emacs` rewritten as a robust bootstrap that prioritizes the newer Org-mode version from `straight.el` to prevent version mismatches.
  • Path Normalization: All `org-directory`, `org-roam`, and capture paths standardized to `~/memex/`.
  • Literate Mandate: All modular files (`emacs-*.org`) are the source of truth, tangling locally to `.el` files.
  • DAG Implementation: Successfully ran `org-gtd-upgrade-v3-to-v4`.
  • Database Partitioning: To handle context limits and prevent crashes, massive legacy blocks were moved to separate inbox files:

    • `inbox-rotten-uri.org` (3,048 items)
    • `inbox-web-bookmarks.org` (733 items)
    • `inbox-atoms.org` (Deeply nested items)
    • `inbox-emacs.org` (336 items)
    • `inbox-posts.org` (Legacy web content)
  • Shadow Orchestration: Integrated `:PSF-STATE:` properties into `gtd.org` for engineering lifecycle tracking.
  • Mandates: Codified Lisp Machine Sovereignty, Org Mandate, and Literate Programming.
  • Skill Upgrade: `skill-project-foundry.org` now scaffolds full SDLC structures (`src/`, `tests/`, `docs/`, `PRD.org`, `PROTOCOL.org`).
  • Audit Loop: `Scribe-Agent.org` updated to audit workspace compliance.

Backlinks