multica/server
yushen a5aedf5dfe fix(test): gracefully skip DB tests when database is unreachable
pgxpool.New is lazy and doesn't connect immediately. Add pool.Ping()
after creation so CI environments without PostgreSQL skip cleanly
instead of failing with os.Exit(1).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 17:44:36 +08:00
..
cmd fix(test): gracefully skip DB tests when database is unreachable 2026-03-25 17:44:36 +08:00
internal fix(test): gracefully skip DB tests when database is unreachable 2026-03-25 17:44:36 +08:00
migrations feat: structured skills system with meta skill runtime injection 2026-03-25 15:17:59 +08:00
pkg merge: resolve conflicts with main (skills feature) 2026-03-25 16:43:21 +08:00
go.mod refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
go.sum refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00