What problem does it solve?
Maps existing Tesseron TypeScript codebases — catalogs apps, actions, resources, context-method usage, transports, React hooks, and session-lifecycle wiring; traces how agent invocations flow through handlers into app state; returns a compact architecture summary with file:line references. Use PROACTIVELY when the user asks to "explore", "map", "understand", "analyze", "trace", or explain how this works in a project that imports from @tesseron/core, @tesseron/web, @tesseron/server, @tesseron/react, or @tesseron/mcp, or before extending a non-trivial Tesseron codebase. The caller should pass the scope (project root, package, or specific feature) in the invocation prompt.
Core Features & Use Cases
Map an existing Tesseron TypeScript application — its app manifests, actions, resources, context-method usage, transports, React hooks, and session lifecycle — and return a compact summary the caller can act on without re-reading the files themselves.
- Identify apps via tesseron.app registrations and session lifecycle via tesseron.connect and transports.
- Catalog actions, resources, and context-method usage to trace data-flow from gateway to state mutations.
Quick Start
Run the explorer with a scope (project, package, or feature) to generate a concise architecture map of a Tesseron codebase.