Files
memex/inbox/flight-plan-skill-audit.org
Amr Gharbeia fdb55c616d feat: stabilized org-agent two-way communication and UX
- Fixed kernel-to-Emacs communication bridge.
- Resolved boot-time crashes in multiple skeletal skills.
- Refined Chat skill prompt to eliminate conversational filler.
- Updated Emacs UI to automatically clean up status markers.
- Synchronized all fixes via Literate Org-mode documents.
- Verified physical two-way interaction via simulation.
2026-04-03 17:25:01 -04:00

1.6 KiB

Flight Plan: Kernel API Hardening & Skill Audit

Overview

Resolve the "No results" issue for LLM discovery by fixing package exports in the kernel and auditing the Org-Native skills for missing definitions.

Phase A: Analysis (The Scientist)

Findings

  • *PROVIDER-CASCADE* is used by skills but not exported from the kernel.
  • skill-model-explorer requires a functional OpenRouter backend, which failed to load.
  • Multiple skills (skill-chat, skill-scribe) have undefined trigger/neuro functions.

Phase B: Blueprint (The Architect)

[Coder] Surgical Tasks

  1. Harden Kernel Exports: Update the package definition in docs/README.org to export *PROVIDER-CASCADE* and ensure register-neuro-backend is correctly visible.
  2. Audit Skill Explorer: Verify notes/org-skill-model-explorer.org logic and ensure it uses the correctly exported kernel symbols.
  3. Surgical Skill Fixes: Audit the skills reporting READER ERROR in the logs and restore their missing Lisp blocks from the project's intended architecture.

[Tester] Verification Strategy

  1. Clean Restart: Nuke caches, re-tangle, and boot the kernel.
  2. Log Audit: Confirm 0 READER ERROR messages during the boot sequence.
  3. Live Stimulus: Execute @agent list models and verify the table appears.

NEXT Authorization Gate

Sovereign, do you approve this plan to harden the Kernel API and audit the failing skills?