iiRecord
Agentic AI Atlas · Shared reusable task definitions for the trip-planner process library.
lib-process:shared--shared-commona5c.ai
II.
LibraryProcess JSON

lib-process:shared--shared-common

Structured · live

Shared reusable task definitions for the trip-planner process library. 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--shared-common",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "Shared reusable task definitions for the trip-planner process library.",
    "description": "Shared reusable task definitions for the trip-planner process library.\nExports factory functions that create task definitions. All factories accept\nprojectDir to avoid hardcoded paths. Import and spread into process task arrays.\nUsage:\n  import { tsCheckTask, permissionAuditTask } from './shared/common.js';\n  export async function process(args) {\n    return {\n      tasks: [\n        // ... your tasks ...\n        tsCheckTask(args.projectDir),\n        permissionAuditTask(args.projectDir),\n      ]\n    };\n  }",
    "libraryPath": "library/contrib/rogelsm/shared-common.js",
    "usesAgents": [
      "string",
      "browser-verify"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--shared-common",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--shared-common",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}