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

lib-process:shared--shared-common

Reference · live

Shared reusable task definitions for the trip-planner process library. overview

Shared reusable task definitions for the trip-planner process library. Exports factory functions that create task definitions. All factories accept projectDir to avoid hardcoded paths. Import and spread into process task arrays. Usage: import { tsCheckTask, permissionAuditTask } from './shared/common.js'; export async function process(args) { return { tasks: [ // ... your tasks ... tsCheckTask(args.projectDir), permissionAuditTask(args.projectDir), ] }; }

LibraryProcessOutgoing · 2Incoming · 0

Attributes

displayName
Shared reusable task definitions for the trip-planner process library.
description
Shared reusable task definitions for the trip-planner process library. Exports factory functions that create task definitions. All factories accept projectDir to avoid hardcoded paths. Import and spread into process task arrays. Usage: import { tsCheckTask, permissionAuditTask } from './shared/common.js'; export async function process(args) { return { tasks: [ // ... your tasks ... tsCheckTask(args.projectDir), permissionAuditTask(args.projectDir), ] }; }
libraryPath
library/contrib/rogelsm/shared-common.js
usesAgents
  • string
  • browser-verify

Outgoing edges

lib_applies_to_domain1
lib_implements_workflow1

Incoming edges

None.