Skip to content

v0.3.0 — /flow navigation reconnaissance

Choose a tag to compare

@marianif marianif released this 23 May 16:14
· 18 commits to main since this release

New: `/impeccable-native flow`

Maps the app's navigation surface so both agents and developers can see the architecture at a glance.

  • Auto-detects router via `detect-rn-flavor.mjs` and branches the scan: expo-router walks the `app/` directory; react-navigation parses `createXNavigator` calls, `<Stack.Screen>` JSX, and `linking.config.screens`.
  • Outputs a single markdown report: Mermaid `flowchart TD` grouped by navigator subgraph, a screen inventory table, and a deep-link index.
  • Information-only: no scoring, no recommendations. Use `audit` or `critique` for evaluation.

Files

  • `skill/scripts/flow-scan.mjs` — dual-router scanner
  • `skill/reference/flow.md` — rendering instructions

Install / Update

```
/plugin marketplace update marianif/impeccable-native
/plugin update impeccable-native
```