Skip to content

Bring docs current with 1.37.1#149

Merged
blisspixel merged 1 commit into
mainfrom
docs/polish-1.37.1
Jul 22, 2026
Merged

Bring docs current with 1.37.1#149
blisspixel merged 1 commit into
mainfrom
docs/polish-1.37.1

Conversation

@blisspixel

Copy link
Copy Markdown
Owner

Audited the entire docs surface (README, ROADMAP, AGENTS, docs/*, skills, examples/deploy) against the shipped 1.37.1 code and corrected stale or inaccurate claims. No code changes — docs only. mkdocs build --strict is clean; skill + release-integrity tests pass (2456 passed).

What changed

New primr render verb documented where a user or agent would look for it: RUN_MODES mode matrix + Output Locations, ARTIFACTS, AGENTS output handling, AGENT_INTEGRATION zero-cost flow, docs index.

AI news / vendor research reframed to reality — defaults to a grounded-lite engine ($0.30, one Gemini + Google Search grounded call, live/cited); Deep Research ($2.50/task) is the --deep-research opt-in; freshness-aware. Updated README, ROADMAP §13, CONFIG, RUN_MODES.

--ai-strategy-only now documented as defaulting to the ~$1 lite engine with --deep-research opt-in; corrected the false INTERNALS claim that it lacks an estimate/approval gate (it is estimate- and budget-gated).

Provider set — added AWS Bedrock and Azure AI Foundry to SECURITY, ARCHITECTURE, CONFIG (keys table), API_KEYS (keys set), and provider-expansion.

Corrected a genuinely misleading instruction in the Bedrock/Foundry example READMEs: those providers are wired for primr keys test / doctor only, not into model→provider routing — AI_REASONING_MODEL=<bedrock/foundry model> would silently fall through to xAI. Point custom-endpoint inference at the OpenAI-compatible gateway seam (LOCAL_LLM_BASE_URL).

Smaller accuracy fixes — flat output/ path (no output/<company>/ subfolder), AI Strategy is a default not opt-in, company-brief [cite: N] citation format + DOCX-is-free-via-render, ~$0.89 full-run cost in the Copilot guides, SECURITY supported-versions table → 1.37.x.

How it was verified

Findings came from a parallel audit of the docs against source (cli_parser.py epilog, cli_render.py, config/env.py, config/models.py, ai/providers/*, vendor_research.py), then applied as surgical edits. Gates run locally: mkdocs build --strict clean, 2456 skill/doc/release tests pass.

…rovider set)

Audited the full docs surface against the shipped 1.37.1 code and fixed
stale or inaccurate claims:

- Document the `primr render` verb (RUN_MODES mode matrix, ARTIFACTS,
  AGENTS output handling, AGENT_INTEGRATION zero-cost flow, docs index).
- Reframe AI news / vendor research as grounded-lite by default (~$0.30,
  Gemini + Google Search) with Deep Research opt-in via --deep-research;
  update README, ROADMAP, CONFIG, RUN_MODES.
- Note --ai-strategy-only defaults to the ~$1 lite engine; correct the
  stale INTERNALS claim that it lacks an estimate/approval gate.
- Add AWS Bedrock and Azure Foundry to provider lists and key docs
  (SECURITY, ARCHITECTURE, CONFIG, API_KEYS, provider-expansion).
- Correct the Bedrock/Foundry example READMEs: those providers are wired
  for `keys test`/`doctor`, not model->provider routing; point custom
  endpoints at the OpenAI-compatible gateway seam.
- Fix output path (flat output/), AI Strategy default framing, company-brief
  citation format ([cite: N]) and DOCX-is-free-via-render, and cost drift
  (~$0.89 full) in the Copilot guides; refresh SECURITY supported versions.
@blisspixel
blisspixel merged commit e466177 into main Jul 22, 2026
17 of 18 checks passed
@blisspixel
blisspixel deleted the docs/polish-1.37.1 branch July 22, 2026 00:22
@blisspixel blisspixel mentioned this pull request Jul 22, 2026
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