iiRecord
Agentic AI Atlas · Composable TypeScript compilation check component providing a hard shell gate
lib-process:shared--ts-checka5c.ai
II.
LibraryProcess JSON

lib-process:shared--ts-check

Structured · live

Composable TypeScript compilation check component providing a hard shell gate json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:shared--ts-check",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "Composable TypeScript compilation check component providing a hard shell gate",
    "description": "Composable TypeScript compilation check component providing a hard shell gate\nfor `tsc --noEmit`. Unlike soft agent-prompt-based checks, this module enforces compilation\ncorrectness via a shell task with `expectedExitCode: 0`, making it a deterministic,\nnon-negotiable quality gate.",
    "libraryPath": "library/processes/shared/ts-check.js",
    "example": "```js\nimport { tsCheckTask, createTsCheck, executeTsCheck } from './ts-check.js';\n// Standalone task usage:\nconst result = await ctx.task(tsCheckTask, { projectDir: '.', tsconfigPath: 'tsconfig.json' });\n// Factory usage:\nconst { checkTask, reportTask } = createTsCheck({ projectDir: 'packages/sdk', strict: true });\nconst checkResult = await ctx.task(checkTask, {});\nconst report = await ctx.task(reportTask, { tscOutput: checkResult });\n// Convenience usage:\nconst outcome = await executeTsCheck(ctx, { projectDir: 'packages/sdk' });\nif (!outcome.passed) {\n  console.log(`${outcome.errorCount} errors found:`, outcome.errors);\n}\n```",
    "usesAgents": [
      "ts-diagnostics-analyzer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--ts-check",
      "to": "skill-area:code-review-practice",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "skill-area:e2e-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "topic:code-review-best-practices",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "workflow:code-review",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--ts-check",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.5
      }
    }
  ],
  "incomingEdges": []
}