Skip to content

Codex: add agent-readable report intelligence - #3

Merged
hardcoreerik merged 3 commits into
masterfrom
codex/ai-report-map-roadmap
May 13, 2026
Merged

Codex: add agent-readable report intelligence#3
hardcoreerik merged 3 commits into
masterfrom
codex/ai-report-map-roadmap

Conversation

@hardcoreerik

Copy link
Copy Markdown
Owner

Summary

  • Adds report_intel.py with read-only intelligence helpers for latest-run summaries, strongest unknown APs, latest-run comparison, suspicious handshakes, evidence health, and planned integration surfaces.
  • Extends wardrive_service.py and wardrive_cli.py so Claude/Codex can call these as JSON/stdio actions.
  • Documents the AI bridge commands and adds a roadmap for import adapters, WiGLE enrichment, packet-level filters, survey maps/floorplans, report quality, and a future MCP wrapper.

Verification

  • python -m py_compile report_intel.py wardrive_service.py wardrive_cli.py
  • python wardrive_cli.py summarize-latest-run F:\WardriveAnalytics --compact
  • python wardrive_cli.py compare-latest-runs F:\WardriveAnalytics --compact
  • python wardrive_cli.py strongest-unknown-aps F:\WardriveAnalytics --limit 5 --compact
  • python wardrive_cli.py suspicious-handshakes F:\WardriveAnalytics --limit 5 --compact
  • python wardrive_cli.py evidence-health F:\WardriveAnalytics --compact
  • stdio bridge request for summarize_latest_run against F:\WardriveAnalytics

Collaboration note

Claude can build the report-generation UI/report prose on top of these stable JSON actions without scraping GUI logs or raw report HTML. The comparison output is intentionally capped to avoid flooding agent context when two runs differ by tens of thousands of BSSIDs.

@hardcoreerik
hardcoreerik force-pushed the codex/ai-report-map-roadmap branch from b4c4ba4 to 59f5c09 Compare May 12, 2026 02:18
…ering, canvas renderer

- core/writers.py: write_summary_html replaced with full interactive dashboard
  * live search (SSID/MAC/vendor/auth)
  * sortable, paginated network table (50/page, 8k cap)
  * right-click context menu: copy MAC/SSID/coords, Find Address (Nominatim), OSM, vendor filter
  * security posture stacked bar chart
  * handshake spotlight panel with confidence coloring
  * drive coverage timeline heatstrip
  * vendor treemap (top 25, click-to-filter)
- core/writers.py: write_map_html with MarkerClusterGroup + L.canvas renderer
- core/constants.py: KML_CIRCLE_POINTS 36->12
- core_step3d.py: synced write_summary_html with same overhaul
@hardcoreerik
hardcoreerik merged commit 62e24db into master May 13, 2026
2 checks passed
@hardcoreerik
hardcoreerik deleted the codex/ai-report-map-roadmap branch May 13, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant