llms

Overview

Downloads documentation from the LLMS knowledge base and stores it as a local Markdown reference. The command also updates the curated docs map so Ouro can point to the source.

Usage

ouro llms <package-name> <llms-url>

Inputs & Outputs

  • Inputs: package identifier, LLMS URL that serves Markdown or HTML content.
  • Outputs: .ouro/technologies/<package>.md populated with the downloaded text (prefixed with a generated header) and a refreshed .ouro/technologies/MAP.md entry.

When to Use

  • Mirror documentation hosted on LLMS into the repository for offline access.
  • Provide consistent references for agent runs that lack external network access.

Follow-up Checklist

  • Inspect the fetched text for formatting oddities and prune navigation clutter.
  • Commit both the technology file and the docs map update.