PSF: Autonomous mass-processing of 25 pending skills (Blueprint & TDD).

This commit is contained in:
2026-04-05 19:32:07 -04:00
parent bfab2c80dd
commit bf33f80ee2
25 changed files with 95 additions and 51 deletions

View File

@@ -35,13 +35,8 @@ Define automated behaviors for background test execution and regression alerting
Interfaces for background verification and kernel alerting. Source of truth is the project's `tests/` directory and the result of the test runner.
** 2. Semantic Interfaces
#+begin_src lisp
(defun tdd-runner-perceive-change (project-name)
"Triggered when a project file is modified; initiates the test loop.")
(defun tdd-runner-execute (project-name)
"Executes the standard test suite for the given project.")
#+end_src
"Triggered when a project file is modified; initiates the test loop."
"Executes the standard test suite for the given project."
* Phase D: Build (Implementation)