fix: fixed TD-01 and TD-25

This commit is contained in:
2026-06-11 12:13:14 +02:00
parent e6a2055e18
commit 21b11ef87e
21 changed files with 826 additions and 69 deletions

View File

@@ -24,6 +24,9 @@ defmodule BDS.RepoBootstrap do
{:ok, _project} -> :ok
{:error, reason} -> raise "failed to ensure default project: #{inspect(reason)}"
end
{:ok, _summary} = BDS.AI.SecretMigration.migrate_legacy_secrets()
:ok
else
:ok
end