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
2.5 KiB
2.5 KiB
Activities
Activities
- Problem: Agent suffered from "context amnesia" after a session reset at 08:10 AM, losing the path to `emacs.org` and failing to rediscover it.
- Root Cause: Search depth was too shallow (workspace root only), and the `opencortex-memex-gtd` skill was not in the executable skills directory.
-
Resolution:
- Identified canonical path: `/home/amr/.openclaw/workspace/memex/5_projects/dotemacs/emacs.org`.
- Restored skills by copying `opencortex-memex-gtd`, `opencortex-memex-workbreakdown`, and `opencortex-memex-zettlekasten` to standard `.openclaw/skills/` directory.
- Synced `GTD.org` and `memex/gtd.org` to ensure "Ground Truth" is consistent.
- Action: Refactored the monolithic `emacs.org` into a modern modular system.
-
New Structure:
- `dotemacs.org`: Master orchestrator and bootstrap.
- `modules/emacs-core.org`: Straight.el, server, performance.
- `modules/emacs-ui.org`: Appearance, org-modern.
- `modules/emacs-org.org`: Core Org, Agenda, Capture.
- `modules/emacs-gtd.org`: Org-GTD specifics.
- `modules/emacs-roam.org`: Org-roam and Atomic Notes (Zettelkasten).
- `modules/emacs-writing.org`: Spellcheck, flycheck, text modes.
- `modules/emacs-media.org`: calibredb, nov.el, org-noter.
- `modules/emacs-ai.org`: ellama and providers.
- `modules/emacs-shell.org`: Bash/Eshell integration.
- Standard: Documented modularity as the new standard in `SOUL.md`.
- Action: Verified and improved the Org-to-JSON bridge for programmatic manipulation.
- Improvement: Refactored `org-json-bridge.el` with a recursive cleaning function to ensure 100% JSON-serializable output of the Org AST.
- Verification: Successfully tested parsing of `inbox.org` via the Python CLI.
- Change: Migrated `GTD.org` from simple checkmarks `[ ]` to proper Org-mode `TODO`/`NEXT` headings.
- Rationale: Enables the `org-gtd` skill to programmatically promote and track tasks.
- Persistence: Encoded this as a "Permanent Learning" in `SOUL.md`.
- Action: Addressed critical vulnerabilities from 2026-03-13 audit.
-
Improvements:
- Hardened Docker port bindings for Chromium, Gitea, and GitLab (now bound to `127.0.0.1` instead of `0.0.0.0`).
- Drafted manual `sudo` commands for UFW activation and system log access.
- Result: Minimized network attack surface for infrastructure services.
Backlinks
- Source: 2026-03-22.org