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
+6
View File
@@ -0,0 +1,6 @@
"""Javis package scaffold.
No assistant runtime is implemented in phase 0.
"""
__version__ = "0.0.0"
+1
View File
@@ -0,0 +1 @@
"""Audit boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Configuration boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Conversation orchestration boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""User-interface boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Memory boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Obsidian adapter boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Model-provider boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Security and approval boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Technical status-adapter boundary for Javis."""
+1
View File
@@ -0,0 +1 @@
"""Controlled tool-registry boundary for Javis."""