1.6 KiB
1.6 KiB
Flight Plan: Kernel API Hardening & Skill Audit
- Overview
- Phase A: Analysis (The Scientist)
- Phase B: Blueprint (The Architect)
- NEXT Authorization Gate
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-explorerrequires 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
- Harden Kernel Exports: Update the package definition in
docs/README.orgto export*PROVIDER-CASCADE*and ensureregister-neuro-backendis correctly visible. - Audit Skill Explorer: Verify
notes/org-skill-model-explorer.orglogic and ensure it uses the correctly exported kernel symbols. - Surgical Skill Fixes: Audit the skills reporting
READER ERRORin the logs and restore their missing Lisp blocks from the project's intended architecture.
[Tester] Verification Strategy
- Clean Restart: Nuke caches, re-tangle, and boot the kernel.
- Log Audit: Confirm 0
READER ERRORmessages during the boot sequence. - Live Stimulus: Execute
@agent list modelsand verify the table appears.
NEXT Authorization Gate
Sovereign, do you approve this plan to harden the Kernel API and audit the failing skills?