Merge dev to main#283
Merged
zbigniewsobiecki merged 1 commit intomainfrom Feb 16, 2026
Merged
Conversation
…282) - Drop dead project_secrets table and secretsRepository (migrated to credentials system) - Restructure cascade_defaults PK: drop id column, make org_id the primary key - Move agentConfigs to its own schema file (src/db/schema/agentConfigs.ts) - Rename backend → agent_backend in agent_configs table - Rename agent_backend_default → agent_backend in projects table - Standardize index naming (idx_projects_repo → uq_projects_repo) - Extract 15 Trello columns into project_integrations table with JSONB config - Deduplicate configRepository find functions into shared findProjectFromDb helper - Add organizations and org-scoped credentials with per-project overrides - Add per-agent credential overrides (agent_type scoping) - Refactor tmux gadget into modular structure (TmuxControlClient, TmuxGadget, etc.) - Update GitHub triggers to use project-scoped credentials via provider - Add configRepository test suite (20 tests) and expand credentials/tmux coverage - Update CLAUDE.md documentation to reflect new schema Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Merge dev branch to main after successful CI. Includes:
project_secretstable, restructurecascade_defaultsPK, extract Trello intoproject_integrationsJSONB table, standardize column/index naming, deduplicate repository functions0004_agent_credential_overrides.sql,0005_config_schema_cleanup.sqlTest plan
🤖 Generated with Claude Code