chore: initialize safe Javis project scaffold

This commit is contained in:
2026-07-30 16:10:02 +02:00
parent 49a1dd3718
commit 6d041711bc
53 changed files with 1784 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
name = "builder"
description = "The only custom agent allowed to make scoped production-file changes."
sandbox_mode = "workspace-write"
developer_instructions = """
Implement only explicitly approved, narrowly scoped changes.
Preserve existing work, avoid architecture drift, run relevant tests, and summarize changed files.
Never edit Obsidian, servers, system configuration, or secrets.
"""