Skip to content

OB-244: Sync development branch with main (95 commits behind)#17

Merged
Oblio-Falootin merged 95 commits intodevelopmentfrom
OB-244/sync-dev-to-main
Apr 20, 2026
Merged

OB-244: Sync development branch with main (95 commits behind)#17
Oblio-Falootin merged 95 commits intodevelopmentfrom
OB-244/sync-dev-to-main

Conversation

@Oblio-Falootin
Copy link
Copy Markdown
Collaborator

Development branch is 95 commits behind main due to direct-to-main commits.
Syncing development to current main state so branches stay clean.

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
Oblio-Falootin and others added 28 commits March 25, 2026 20:52
…(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
@Oblio-Falootin Oblio-Falootin merged commit 60cdadd into development Apr 20, 2026
@Oblio-Falootin Oblio-Falootin deleted the OB-244/sync-dev-to-main branch April 20, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant