Add automated session logging system
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled

- Created logs/ structure (sessions, operations, incidents)
- Added session-start/log/end scripts
- Installed Git hooks for auto-logging commits/pushes
- Added shell integration for zsh
- Created CHANGELOG.md
- Documented today's session (2026-01-10)
This commit is contained in:
Apple
2026-01-10 04:53:17 -08:00
parent e67882fd15
commit 744c149300
260 changed files with 6364 additions and 68 deletions

View File

@@ -25,3 +25,12 @@ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7009"]

View File

@@ -305,3 +305,12 @@ Each tool has a `timeout` (seconds). If execution exceeds timeout, it fails grac

View File

@@ -81,3 +81,12 @@ logging:

View File

@@ -9,3 +9,12 @@ __all__ = ['HTTPExecutor', 'PythonExecutor']

View File

@@ -105,3 +105,12 @@ class HTTPExecutor:

View File

@@ -69,3 +69,12 @@ class PythonExecutor:

View File

@@ -198,3 +198,12 @@ if __name__ == "__main__":

View File

@@ -33,3 +33,12 @@ class ToolCallResult(BaseModel):

View File

@@ -80,3 +80,12 @@ class ToolRegistry:

View File

@@ -11,3 +11,12 @@ python-multipart==0.0.6