Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history

0107_auto_repair_mode.sql

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

0107_auto_repair_mode.sqlBlame4 lines · 1 contributor
64aa989Claude1-- Add auto_repair_mode to per-repo automation settings.
f183fdfClaude2-- Default 'off' — bot never commits to branches unless the owner enables it.
64aa989Claude3ALTER TABLE repo_automation_settings
f183fdfClaude4 ADD COLUMN IF NOT EXISTS auto_repair_mode TEXT NOT NULL DEFAULT 'off';