Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · runtime-call-tracer
lib-process:shared--runtime-call-tracera5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
LibraryProcess overview

lib-process:shared--runtime-call-tracer

Reference · live

runtime-call-tracer overview

Composable runtime call-path tracer that maps execution flows across a codebase by following import chains, grepping for route handlers, and identifying hot paths and dead code candidates. Designed for injection into architecture-analysis, refactoring-planning, and quality-audit processes that need structural understanding of how feature areas are executed. The module exposes two surfaces: - `traceRuntimeCallPathsTask` — standalone `defineTask` descriptor (kind: `'agent'`) that accepts a list of feature areas (name + entryPoint) and traces each one end-to-end. - `createCallPathTracer(options)` — convenience factory that pre-populates defaults and returns a ready-to-dispatch task definition, useful when the same tracer configuration is reused across multiple process phases.

LibraryProcessOutgoing · 11Incoming · 0

Attributes

displayName
runtime-call-tracer
description
Composable runtime call-path tracer that maps execution flows across a codebase by following import chains, grepping for route handlers, and identifying hot paths and dead code candidates. Designed for injection into architecture-analysis, refactoring-planning, and quality-audit processes that need structural understanding of how feature areas are executed. The module exposes two surfaces: - `traceRuntimeCallPathsTask` — standalone `defineTask` descriptor (kind: `'agent'`) that accepts a list of feature areas (name + entryPoint) and traces each one end-to-end. - `createCallPathTracer(options)` — convenience factory that pre-populates defaults and returns a ready-to-dispatch task definition, useful when the same tracer configuration is reused across multiple process phases.
libraryPath
library/processes/shared/runtime-call-tracer.js
example
```js import { traceRuntimeCallPathsTask, createCallPathTracer } from './runtime-call-tracer.js'; // Standalone task usage: const result = await ctx.task(traceRuntimeCallPathsTask, { featureAreas: [ { name: 'run-create', entryPoint: 'packages/sdk/src/cli/commands/runCreate.ts' }, { name: 'task-post', entryPoint: 'packages/sdk/src/cli/commands/taskPost.ts' }, ], projectDir: '.', }); // Factory usage: const tracerTask = createCallPathTracer({ projectDir: 'packages/sdk', maxDepth: 6, }); const result = await ctx.task(tracerTask, { featureAreas: [ { name: 'replay-engine', entryPoint: 'src/runtime/replay/index.ts' }, ], }); ```
usesAgents
  • runtime-call-tracer

Outgoing edges

lib_applies_to_domain1
  • domain:software-engineering·DomainSoftware Engineering
lib_covers_topic2
  • topic:test-driven-development·TopicTest-Driven Development
  • topic:code-review-best-practices·TopicCode Review Best Practices
lib_implements_workflow3
  • workflow:code-review·Workflow
  • workflow:feature-development·Workflow
  • workflow:release-management·Workflow
lib_involves_role3
  • role:backend-engineer·RoleBackend Engineer
  • role:tech-lead·RoleTech Lead
  • role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
  • skill-area:code-review-practice·SkillAreaCode Review Practice
  • skill-area:e2e-testing·SkillAreaEnd-to-End Testing

Incoming edges

None.

Related pages

No related wiki pages for this record.

Shortcuts

Open in graph
Browse node kind