Mark engine as done in overview and build order. Update next-steps to
focus on test gap analysis. Add engine file map, data flow, and dev
setup quirks (Zeitwerk conflict, engine routes conflict) to architecture.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Mounts a Rails engine that lists app models in a sidebar and renders
the full callback/validator chain for any model. Source locations are
linked via vscode:// URIs. Condition badges and concern module tags
distinguish at-a-glance where each callback comes from.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Overview, architecture notes, and next steps for anyone
picking this up — including Rails API gotchas discovered
during implementation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Inspector extracts callbacks and validators from any AR model,
resolves source locations, and filters Rails internals
- CLI: `whetrails inspect <ModelName>` boots Rails and renders chain
- Formatter produces clean lifecycle-ordered terminal output
- Order model added as development fixture
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>