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

@@ -221,3 +221,12 @@ docker run -p 7011:7011 \

View File

@@ -130,3 +130,12 @@ async def require_actor(

View File

@@ -231,3 +231,12 @@ class PasskeyStore:

View File

@@ -128,3 +128,12 @@ async def delete_api_key(

View File

@@ -330,3 +330,12 @@ async def authenticate_finish(

View File

@@ -130,3 +130,12 @@ async def logout(

View File

@@ -210,3 +210,12 @@ def hash_credential_id(credential_id: str) -> str: