skillhub/scripts
Cheney 85a758bbdd fix(cli): rewrite test 7 to cover real remote tag race condition
Old test 7 used `--no-tags` config to prevent fetch from pulling the
remote tag, but that doesn't reflect any real-world scenario. With the
new baseline sync logic, a pre-existing remote tag would be synced
into the local version, eliminating the conflict path the test claimed
to cover.

Replace with a git wrapper that injects the conflicting tag into origin
right before the script's `ls-remote` check, which simulates a real
race between two developers attempting to release the same version.
2026-05-12 18:02:02 +08:00
..
tests fix(cli): rewrite test 7 to cover real remote tag race condition 2026-05-12 18:02:02 +08:00
check-openapi-generated.sh fix: stabilize backend dev startup flow 2026-03-16 16:03:46 +08:00
deploy-test-runtime.sh feat(ci): add PR batch test deployment workflow (#275) 2026-04-09 18:45:14 +08:00
dev-process.sh fix(dev): ignore invalid backend pid files 2026-03-23 17:14:16 +08:00
governance-smoke-test.sh feat: build governance center workflow 2026-03-16 16:03:46 +08:00
mirror-runtime-images.sh feat(ops): add optional runtime registry mirroring 2026-03-15 14:30:04 +08:00
namespace-smoke-test.sh test: cover namespace workflow smoke paths 2026-03-16 16:03:46 +08:00
parallel-common.sh refactor(dev): replace agent-* commands with parallel-* workflow 2026-03-14 20:49:17 +08:00
parallel-down.sh refactor(dev): replace agent-* commands with parallel-* workflow 2026-03-14 20:49:17 +08:00
parallel-init.sh refactor(dev): replace agent-* commands with parallel-* workflow 2026-03-14 20:49:17 +08:00
parallel-sync.sh refactor(dev): replace agent-* commands with parallel-* workflow 2026-03-14 20:49:17 +08:00
parallel-up.sh refactor(dev): replace agent-* commands with parallel-* workflow 2026-03-14 20:49:17 +08:00
prepare-pr-batch.sh feat(ci): add PR batch test deployment workflow (#275) 2026-04-09 18:45:14 +08:00
promotion-smoke-test.sh feat: complete skill promotion submission flow 2026-03-16 16:03:46 +08:00
publish-cli.sh fix(cli): harden release pipeline per PR #422 review 2026-05-12 17:15:35 +08:00
runtime.sh Fix runtime Postgres password drift (#321) 2026-04-17 17:45:34 +08:00
skillhub-test-deploy-remote.sh Fix runtime Postgres password drift (#321) 2026-04-17 17:45:34 +08:00
smoke-test.sh refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00
validate-release-config.sh fix: enable bootstrap admin by default for zero-config quickstart (#175) 2026-03-27 19:00:24 +08:00
verify-scanner.sh feat(security): add security scanning system with multi-scanner support and frontend UI (#144) 2026-03-23 09:56:03 +08:00