What problem does it solve?
When generated facts cannot answer a question about the Open Mercato framework, developers risk guessing against stale contracts or dumping unbounded node_modules searches. This Skill resolves the exact installed package/module versions, the original AGENTS.md instruction hierarchy, and source roots as a narrow, read-only evidence chain.
Core Features & Use Cases
- Exact Version Resolution: Runs
yarn framework:context --module <id> or --package <name> to identify the precise installed contract, verified against src/modules.ts and generated fact stamps.
- Bounded Source Search: Uses a globally capped
boundedSearch.result for narrow queries instead of unbounded node_modules scans.
- Skew and Escalation Handling: Provides procedures for duplicate versions, missing source or AGENTS files, snapshot mismatches, and contradictions, including when to regenerate facts or escalate upstream.
- Use Case: An AI agent needs to know how an installed CRM module implements a feature. The Skill resolves the exact package version, reads the AGENTS.md chain in precedence order, inspects only relevant source files, and reports a writable app-side conclusion.
Quick Start
Ask the agent to inspect the installed framework source for a specific module, for example: resolve the exact installed context for the catalog module and find how it registers custom fields.