lib-process:shared--runtime-call-tracer
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.
Attributes
- runtime-call-tracer
Outgoing edges
- domain:software-engineering·DomainSoftware Engineering
- topic:test-driven-development·TopicTest-Driven Development
- topic:code-review-best-practices·TopicCode Review Best Practices
- workflow:code-review·Workflow
- workflow:feature-development·Workflow
- workflow:release-management·Workflow
- role:backend-engineer·RoleBackend Engineer
- role:tech-lead·RoleTech Lead
- role:qa-engineer·RoleQA Engineer
- skill-area:code-review-practice·SkillAreaCode Review Practice
- skill-area:e2e-testing·SkillAreaEnd-to-End Testing