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", "7005"]

View File

@@ -295,3 +295,12 @@ curl http://localhost:7004/internal/messaging/channels/{channel_id}/context

View File

@@ -19,3 +19,12 @@ rules:

View File

@@ -163,3 +163,12 @@ async def shutdown_event():

View File

@@ -39,3 +39,12 @@ class FilterContext(BaseModel):

View File

@@ -11,3 +11,12 @@ PyYAML==6.0.1

View File

@@ -118,3 +118,12 @@ class FilterRules: