Trace

Trace how execution travels for one path — entry point through to the edges — to locate where behavior breaks.

Chaitanya299 6d9f065 718 B Updated

File contents

/orient:trace

Trace one execution path on demand, so you never have to maintain a flow doc that goes stale the moment code changes.

Take a starting point from the user: a route, a CLI command, or a function. Dispatch the flow-tracer agent with that starting point. Return the compact ordered path it produces, with file:line references and the boundaries where control leaves the codebase.

Write nothing to disk. If the user asks to save the trace, say that a saved flow doc goes stale as soon as the code changes — that's why this traces on demand instead.

Chaitanya299/Orient/tree/main/plugins/orient/skills/trace commit 6d9f065bb1

Frequently asked questions

npx skillmds@latest add chaitanya299/trace