docs: add NEWSTART.md and NEWSTART.llm.md capturing all governance, process, and blueprint for a clean repo restart
Some checks are pending
ci / test (push) Waiting to run

This commit is contained in:
2025-09-17 11:40:15 -05:00
parent 11a611e072
commit 6fa024ddfa
10 changed files with 200 additions and 5 deletions

View File

@@ -245,3 +245,10 @@ This log is concise and structured for quick machine parsing and summarization.
- Updated system prompts and AGENTS templates to state quiet is required
- next:
- Continue with quiet operations and filesystem-first logging
## 2025-09-17T16:34Z
- context: Quiet tooling wrapper added; tool.log policy established
- actions:
- Added scripts/toolwrap.sh for quiet execution and failure logging to docs/devlog/tool.log
- Updated system prompts and AGENTS templates to use tool.log
- next:
- Use toolwrap for host-side orchestration commands to keep chat silent

5
docs/devlog/tool.log Normal file
View File

@@ -0,0 +1,5 @@
2025-09-17T16:40:06Z FAILURE: git add -A
--- STDOUT ---
--- STDERR ---
./scripts/toolwrap.sh: line 21: {git: command not found
--------------