feat(db): add project personas and skills tables
CI / build-and-test (push) Failing after 1m52s

* Introduce project_personas table with foreign keys to projects and agent_personas
* Add project_skills table with foreign key to projects and agent_skills
* Include override boolean field in agent_persona_skills and project_skills
* Update schema and migration files to reflect new tables and fields
* Enhance CORS handling to reflect request origin
This commit is contained in:
2026-07-04 23:45:51 +02:00
parent 1adf50e3db
commit c179e014ad
69 changed files with 1329 additions and 184 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
# github.com/beorn7/perks v1.0.1
## explicit; go 1.11
github.com/beorn7/perks/quantile
# github.com/bitechdev/ResolveSpec v1.1.15
# github.com/bitechdev/ResolveSpec v1.1.24
## explicit; go 1.25.7
github.com/bitechdev/ResolveSpec/pkg/cache
github.com/bitechdev/ResolveSpec/pkg/common
@@ -269,13 +269,13 @@ github.com/uptrace/bun/internal/tagparser
github.com/uptrace/bun/migrate
github.com/uptrace/bun/migrate/sqlschema
github.com/uptrace/bun/schema
# github.com/uptrace/bun/dialect/mssqldialect v1.2.16
# github.com/uptrace/bun/dialect/mssqldialect v1.2.18
## explicit; go 1.24.0
github.com/uptrace/bun/dialect/mssqldialect
# github.com/uptrace/bun/dialect/pgdialect v1.2.16
# github.com/uptrace/bun/dialect/pgdialect v1.2.18
## explicit; go 1.24.0
github.com/uptrace/bun/dialect/pgdialect
# github.com/uptrace/bun/dialect/sqlitedialect v1.2.16
# github.com/uptrace/bun/dialect/sqlitedialect v1.2.18
## explicit; go 1.24.0
github.com/uptrace/bun/dialect/sqlitedialect
# github.com/uptrace/bun/driver/pgdriver v1.1.12