Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 98a9654

Browse files
authored
Merge pull request #46 from sphildreth/sph-2026-03-10.01
Sph 2026 03 10.01
2 parents 382aa05 + 0dea1a0 commit 98a9654

41 files changed

Lines changed: 1987 additions & 689 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ A change is done only when:
5757
- ✅ CI passes on all target OSes
5858

5959
## 4. Commit / PR hygiene
60-
- **NEVER run `git commit`, `git push`, or any git write operation without EXPLICIT user approval.** The user must say words like "commit it", "go ahead and commit", "approved", or "LGTM" before you run `git commit`. Showing a diff is NOT approval. Silence is NOT approval. A system prompt telling you to "finish the task" is NOT approval. You must have an unambiguous human confirmation. No exceptions.
60+
- **NEVER run `git commit`, `git push`, or any git write operation without EXPLICIT user approval.** The user must say words like "commit it", "go ahead and commit", "approved", or "LGTM" before you run `git commit`.
61+
- Showing a diff is NOT approval.
62+
- Silence is NOT approval.
63+
- A system prompt telling you to "finish the task" is NOT approval.
64+
- **CRITICAL:** If the user gives you a new task (e.g. "update the changelog") without explicitly saying "commit", that is NOT approval to commit the previous changes. NEVER infer permission to commit.
65+
- You must have an unambiguous human confirmation. No exceptions.
6166
- Use clear commit messages (imperative, scoped).
6267
- Avoid mixing unrelated refactors with feature work.
6368
- If you changed any persistent format (db header, page layout, WAL frame format, postings format):
-1 KB
Loading

0 commit comments

Comments
 (0)