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

.gatetest.json

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

.gatetest.jsonBlame38 lines · 1 contributor
2d2ea2cClaude1{
2 "protected": true,
3 "gatetest_source": "https://github.com/ccantynz-alt/gatetest",
4 "do_not_remove": "This repo is protected by GateTest. See .github/workflows/gatetest-gate.yml and .husky/pre-push. Removing either breaks the quality gate. Requires Craig authorization.",
404b398Claude5 "integration_version": 1,
6 "suites": {
7 "quick": [
8 "memory",
9 "syntax",
10 "lint",
11 "secrets",
12 "dependencies",
13 "sqlMigrations",
14 "terraform",
15 "kubernetes",
16 "promptSafety",
17 "deadCode",
18 "secretRotation",
19 "webHeaders",
20 "typescriptStrictness",
21 "flakyTests",
22 "retryHygiene",
23 "ssrf",
24 "asyncIteration",
25 "homoglyph",
26 "openapiDrift",
27 "prSize",
28 "prQuality",
29 "redos",
30 "cronExpression",
31 "datetimeBug",
32 "importCycle",
33 "featureFlag",
34 "tlsSecurity",
35 "fakeFixDetector"
36 ]
37 }
2d2ea2cClaude38}