manaul slop init

This commit is contained in:
2026-02-21 13:46:02 -05:00
commit 7e06facc28
3 changed files with 103 additions and 0 deletions

18
config.toml Normal file
View File

@@ -0,0 +1,18 @@
# config.toml
[output]
namespace = "colorforth_bootslop"
output_dir = "."
[files]
base_dir = "C:/projects/forth/bootslop"
paths = [
"./attempt_1/*",
"./scripts/*",
"./references/Architectural_Consolidation.md",
"./references/neokineogfx_in-depth.md",
"./references/blog_in-depth.md",
"./references/kyra_in-depth.md",
".editorconfig",
"GEMINI.md",
"CONVENTIONS.md"
]