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

51 lines
1.6 KiB
JSON

[
{
"id": "T001",
"description": "Unit: action input schema extraction preserves the multiline presentation hint on string fields.",
"implemented": true,
"featureIds": ["F001", "F002"]
},
{
"id": "T002",
"description": "Unit: action input schema extraction leaves fields without the multiline hint unchanged.",
"implemented": true,
"featureIds": ["F002", "F004"]
},
{
"id": "T003",
"description": "Component: fixed-value editor renders a TextArea for a string field marked with the multiline hint.",
"implemented": true,
"featureIds": ["F003"]
},
{
"id": "T004",
"description": "Component: fixed-value editor continues rendering a single-line Input for ordinary string fields without the hint.",
"implemented": true,
"featureIds": ["F003", "F004"]
},
{
"id": "T005",
"description": "Component: nullable multiline string fields still support null/value switching without losing the textarea editor.",
"implemented": false,
"featureIds": ["F003"]
},
{
"id": "T006",
"description": "Registry/unit: ai.infer prompt schema is annotated with the multiline presentation hint.",
"implemented": false,
"featureIds": ["F005"]
},
{
"id": "T007",
"description": "Integration/UI: workflow designer shows the ai.infer prompt fixed-value control as a multiline textarea.",
"implemented": true,
"featureIds": ["F003", "F005"]
},
{
"id": "T008",
"description": "Regression: workflow designer startup and bundle compilation remain clean after introducing the authoring-side multiline hint.",
"implemented": true,
"featureIds": ["F006"]
}
]