Hermes 284313f908
Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

119 lines
3.4 KiB
JSON

[
{
"id": "T001",
"description": "After each documented batch, run a CE generated-spec scan for the batch operations and assert none contain generated placeholder descriptions or x-placeholder metadata.",
"implemented": true,
"featureIds": [
"F018",
"F019"
]
},
{
"id": "T002",
"description": "After each documented batch, run the same placeholder scan against the EE generated spec for the batch operations.",
"implemented": true,
"featureIds": [
"F018",
"F019"
]
},
{
"id": "T003",
"description": "Run npm --prefix sdk run openapi:generate and verify CE/legacy JSON/YAML specs are regenerated without script failure.",
"implemented": true,
"featureIds": [
"F018"
]
},
{
"id": "T004",
"description": "Run npm --prefix sdk run openapi:generate -- --edition ee and verify EE JSON/YAML specs are regenerated without script failure.",
"implemented": true,
"featureIds": [
"F018"
]
},
{
"id": "T005",
"description": "For each new registrar file, verify server/src/lib/api/openapi/index.ts imports and registers it before inventory backfill so manual routes override placeholders.",
"implemented": true,
"featureIds": [
"F017"
]
},
{
"id": "T006",
"description": "For representative API-key v1 controllers, inspect one read route and one mutation route per domain group to confirm OpenAPI auth/RBAC/tenant descriptions match source behavior.",
"implemented": true,
"featureIds": [
"F001",
"F002",
"F003",
"F004",
"F005",
"F009",
"F010",
"F015"
]
},
{
"id": "T007",
"description": "For representative billing/financial and invoice routes, verify request body required fields and response envelopes against controller/service/Zod source before committing their registrar entries.",
"implemented": true,
"featureIds": [
"F005",
"F011",
"F013",
"F014"
]
},
{
"id": "T008",
"description": "For QuickBooks/integration duplicate route families, verify whether routes are aliases, duplicated controllers, or divergent implementations, and document the distinction in operation descriptions.",
"implemented": true,
"featureIds": [
"F006",
"F013",
"F014"
]
},
{
"id": "T009",
"description": "For webhook and workflow route families, verify security schemes and callback/event payload schemas against route handlers and service code.",
"implemented": true,
"featureIds": [
"F007",
"F008",
"F015"
]
},
{
"id": "T010",
"description": "Before each commit, run git status --short and verify .env.localtest is not staged while registrar and generated spec files are staged intentionally.",
"implemented": true,
"featureIds": [
"F022"
]
},
{
"id": "T011",
"description": "At final completion, run full CE and EE placeholder scans and assert remaining count is zero in both specs.",
"implemented": true,
"featureIds": [
"F019",
"F023"
]
},
{
"id": "T012",
"description": "At final completion, review /tmp/alga-openapi-doc-progress.md, PRD.md, features.json, tests.json, and SCRATCHPAD.md for consistency with the final route/spec state.",
"implemented": true,
"featureIds": [
"F020",
"F021",
"F023",
"F024"
]
}
]