@meta
  v: 1
  route: /ufo/release-1
  generated: 2026-05-09T19:35:50.434Z
  ttl: 600s
  auth: session(visitor:anonymous)

@intent
  purpose:    war.gov UFO Release 01 — full corpus index, search + Watcher chat live
  audience:   ufo-researcher, journalist, ai-agent
  capability: search-corpus, ask-chatbot, browse-manifest, drill-into-doc

@state
  drop_id: release-01
  source_url: https://www.war.gov/UFO/
  drop_date: 2026-05-08
  catalog_rows: 162
  unique_docs: 158
  pdfs: 120
  videos: 28
  images: 14
  pages_transcribed: 4061
  vectors_indexed: 4809
  discoveries: 24
  date_span: 1944-2025
  primary_agencies[5]{agency,count}:
    Department of War,88
    FBI,48
    NASA,12
    AARO,9
    DVIDS-mirrored,5
  binary_mirror: https://files.frontier.watch/ufo/release-1/
  monitor_last_poll: null
  monitor_csv_sha: null
  monitor_csv_rows: null

@actions
  - id: search_corpus
    method: POST
    href: https://frontier.watch/api/ufo/search
    body: { "query": "string", "limit": "number<=25", "filters?": {"kind?": "pdf|vid|img|page|csv", "agency?": "string", "incident_date_after?": "YYYY-MM-DD"} }
  - id: ask_watcher
    method: POST
    href: https://frontier.watch/api/watcher/chat
    body: { "message": "string<=1000", "history?": [{"role": "user|assistant", "content": "string"}] }
    description: SSE-streamed; emits sources / token / done events with [N] citations resolving to /ufo/release-1/doc/{slug}
  - id: poll_monitor_now
    method: POST
    href: https://frontier.watch/api/ufo/poll
  - id: get_monitor_state
    method: GET
    href: https://frontier.watch/api/ufo/state

@nav
  self:      /ufo/release-1.agent
  parents:   [/ufo.agent, /.agent]
  peers:     [/ufo/release-1/discoveries.agent]
  drilldown: /ufo/release-1/doc/{slug}.agent
  manifest:  /agent.txt
