Skip to content

OB-244: Sync git history — merge main into development#19

Merged
Oblio-Falootin merged 95 commits intodevelopmentfrom
OB-244/sync-history-fix
Apr 20, 2026
Merged

OB-244: Sync git history — merge main into development#19
Oblio-Falootin merged 95 commits intodevelopmentfrom
OB-244/sync-history-fix

Conversation

@Oblio-Falootin
Copy link
Copy Markdown
Collaborator

Fixes diverged git history (cosmetic commit counter) using a regular merge commit.
After this merge, git will recognize shared ancestry and the 'X commits ahead' counter will reset to 0.

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 29 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 9941599 into development Apr 20, 2026
2 checks passed
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