From bd1b93f44f535e8a815e8248e0bb75068ba5f11a Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 29 Jan 2026 14:20:36 -0500 Subject: [PATCH] . --- docs/prompts-cache.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 docs/prompts-cache.md diff --git a/docs/prompts-cache.md b/docs/prompts-cache.md deleted file mode 100644 index 295def4..0000000 --- a/docs/prompts-cache.md +++ /dev/null @@ -1,26 +0,0 @@ -# Prompts cache - -## Prompt 1 - - -Will all of the code work with the current directory structure? - -Will the code ONLY use docker containers/volumes for ALL WORK? - -Will the code use knel-football-dev for all containers and volumes? - -The only thing that is allowed to be written into the directory tree is the final fully customized ISO. -That artifact must be git ignored. - -Triple check the entire directory tree for compliance with all the above. - - -## Prompt 2 - -Examine this entire project , the entire directory tree. - -1) Review the specification located in docs/football-spec.md. That is the authority for this project. -2) Review AGENTS.md. It has important instructions (like that all work should be done in docker containers/volumes, frequent commit/push etc). -3) Check that the code complies with the specification. Fix any gaps. The specification may have outdate file paths. Make sure the specification is updated to match the current on disk reality. -4) Check that the code is using best practices. Run (in a docker container) shellcheck/shellfmt . Fix all issues found. Pull docker images with those tools and use those docker images in ephermal containers todo the checks -5) Build the ISO and boot the libvirt VM with it so i can validate the functionality \ No newline at end of file