PSF: Stabilizing workspace after crash. Valid kernel/skill fixes.

This commit is contained in:
2026-04-04 20:27:39 -04:00
parent 65a14784d3
commit 7ac10d1f95
47 changed files with 25388 additions and 3235 deletions

View File

@@ -0,0 +1,21 @@
* Flight Plan: Night Shift Phase 1 (Neural Infrastructure)
:PROPERTIES:
:STATUS: IN-PROGRESS
:END:
** Analyst Phase
Identify skeletal LLM provider and auth skills. Ensure they register their backends correctly with the kernel.
** Coder Phase
- [ ] Implement =org-skill-provider-gemini.org=
- [ ] Implement =org-skill-provider-openrouter.org=
- [ ] Implement =org-skill-provider-anthropic.org=
- [ ] Implement =org-skill-provider-openai.org=
- [ ] Implement =org-skill-provider-local.org=
- [ ] Implement =org-skill-auth-api-key.org=
- [ ] Implement =org-skill-auth-google-oauth.org=
** Tester Phase
1. Tangle each file.
2. Load into SBCL and check for package/symbol errors.
3. Verify registration in kernel backends table.

View File

@@ -0,0 +1,43 @@
#+TITLE: Flight Plan: Night Shift Phase 3 - Methodology Batch
#+ID: flight-plan-night-shift-phase-3
#+FILETAGS: :plan:psf:lisp:methodology:
* Analyst Phase: Research & Verification
** TODO Verify `org-agent:kernel-log` existence and signature.
** TODO Verify `emacs --batch` tangling capability.
** TODO Verify `sbcl` syntax checking capability.
** TODO Identify the exact project structure for `../projects/<skill-name>/src/logic.lisp`.
* Coder Phase: Implementation
** TODO Fix `org-skill-architect.org`
- [ ] Update tangle paths to `../projects/org-skill-architect/src/architect-logic.lisp`.
- [ ] Ensure `architect-actuate` accepts `(action context)`.
- [ ] Use `org-agent:kernel-log`.
** TODO Implement `org-skill-tech-analyst.org`
- [ ] Update tangle paths to `../projects/org-skill-tech-analyst/src/analyst-logic.lisp`.
- [ ] Implement `tech-analyst-actuate` to write TDD test files.
- [ ] Use `org-agent:kernel-log`.
** TODO Implement `org-skill-tdd-runner.org`
- [ ] Update tangle paths to `../projects/org-skill-tdd-runner/src/runner-logic.lisp`.
- [ ] Implement `run-tests-for-project` using ASDF or external shell.
- [ ] Use `org-agent:kernel-log`.
** TODO Implement `org-skill-self-fix.org`
- [ ] Update tangle paths to `../projects/org-skill-self-fix/src/repair-logic.lisp`.
- [ ] Implement `self-fix-apply` using the Shell Actuator or direct write.
- [ ] Use `org-agent:kernel-log`.
** TODO Implement `org-skill-scientist.org`
- [ ] Update tangle paths to `../projects/org-skill-scientist/src/scientist-logic.lisp`.
- [ ] Implement `scientist-hypothesis` neural prompt.
- [ ] Use `org-agent:kernel-log`.
** TODO Implement `org-skill-chaos.org`
- [ ] Update tangle paths to `../projects/org-skill-chaos/src/chaos-logic.lisp`.
- [ ] Implement `chaos-stress-test` logic.
- [ ] Use `org-agent:kernel-log`.
* Tester Phase: Validation
** TODO Tangle all files using `emacs --batch`.
** TODO Verify syntax of all generated `.lisp` files with `sbcl`.
** TODO Verify that the agent can progress a skill from FROZEN PRD to a TDD proof (Mock/Simulated run if possible).
* Memory Phase: RCA & Optimization
** TODO Distill session into institutional memory in `SOUL.org`.