OB-244: Sync development branch with main (95 commits behind)#17
Merged
Oblio-Falootin merged 95 commits intodevelopmentfrom Apr 20, 2026
Merged
OB-244: Sync development branch with main (95 commits behind)#17Oblio-Falootin merged 95 commits intodevelopmentfrom
Oblio-Falootin merged 95 commits intodevelopmentfrom
Conversation
Release: Update schema to GUID, fix README, remove stale files
…ActivityLog schema column name - get_recent_activity: removed f-string col variable, hardcoded logged_at directly - update_todo: replaced f-string SET clause with allowlist-safe loop - ensure_schema: ActivityLog DDL now uses logged_at (matches actual column) not created_at - All three were minor SQL hygiene issues — values stay parameterized, column names are now literal
…os table - PKs changed from UNIQUEIDENTIFIER to BIGINT IDENTITY(1,1) — matches actual schema - ActivityLog: created_at → logged_at (matches code + production column) - Added missing columns: key_name, is_active, expires_at in Memories; retry_count, started_at, error_log in TaskQueue; project, completed_at in Todos - Added missing Todos table DDL - Removed stale DEFAULT '' on nullable columns
…s for ClawHub rendering
…(10.0.0.110)
The clawbot update was incomplete. Database connections should default
to 'local' (10.0.0.110) per .env configuration, not 'cloud'.
Changes:
- sql_memory.py: Changed default backend from 'cloud' to 'local'
- setup_schema.py: Fixed logic so --cloud flag actually uses cloud profile
- test files: Updated to use get_memory('local') for local testing
- Documentation: Updated to reflect 'local' as default
- All imports: Agent code now connects to local DEAUS database by default
…edentials OB-129: Add secret scanning, .env.example, and pre-commit hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Development branch is 95 commits behind main due to direct-to-main commits.
Syncing development to current main state so branches stay clean.