Skip to content

docs: close the v1.0 parity gaps (#1081, #1083, #1084, #985) - #1364

Merged
thinmintdev merged 4 commits into
mainfrom
docs/v1-parity-sweep
Jul 27, 2026
Merged

docs: close the v1.0 parity gaps (#1081, #1083, #1084, #985)#1364
thinmintdev merged 4 commits into
mainfrom
docs/v1-parity-sweep

Conversation

@thinmintdev

Copy link
Copy Markdown
Contributor

Closes #1081. Closes #1083. Closes #985. Partially addresses #1084.

A prior partial sweep (ba72db29, #1280) had already done most of the substance; this closes the remainder.

⚠️ Breaking change

Retired the cognee memory-engine enum in config/schema.py — the validator now rejects it instead of silently resolving to hindsight. Carries HAL0-SUNSET: v1.0.0 and this is that release. Needs a CHANGELOG Breaking entry.

Verification

  • 15 load-bearing claims independently fact-checked against source by a verifier pass — all confirmed, none refuted
  • tests/config tests/memory tests/agents/test_manager.py854 passed, 9 skipped
  • ruff / format clean

Notes

  • docs/** here is a mirror of hal0-web; the .mdx half is ported separately in hal0-web or the next sync clobbers it. The Python/UI changes correctly live here.
  • migrate_cognee_to_hindsight_dryrun in memory/migrate.py is orphaned dead code — unwired to any CLI command, since hal0 memory migrate is Hindsight↔Honcho only. Needs a maintainer decision: wire or delete.
  • enable-memory.mdx documented a --cognee-dir flag that no longer exists; section deleted.

🤖 Generated with Claude Code

thinmintdev and others added 3 commits July 27, 2026 09:13
…ourney

Closes the remaining gaps on #1081, #1084, #1083, and #985 left over from
the earlier ba72db2 sweep:

- #1081: baremetal-ubuntu.mdx / proxmox-lxc.mdx now mention amdttm.pages_limit
  as the out-of-tree-TTM-module equivalent of ttm.pages_limit, with the
  modinfo check to tell which applies; memory-map.jsx's stale
  amdgpu.gttsize code comment now says ttm.pages_limit.
- #1083: first-model.mdx documents the pull destination
  ([models].store, falling back to the deprecated pull_root, set via
  hal0 setup --storage-dir or hal0 model store).
- #1084: first-model.mdx's "Starting from zero" section now covers the
  OpenWebUI empty model selector and corrects the hal0 status/hal0 slot
  list claim — the installer scaffolds slot structure (no --no-slots in
  install.sh), so slots show up with no model assigned rather than an
  empty list. Verified the installer "Next steps" block and the dashboard
  FirstRunBanner copy already point at hal0 setup / hal0 model pull
  correctly; no in-product changes were needed.
- #985: retired the 'cognee' memory-engine enum value (schema.py) now that
  v1.0.0 is the scheduled HAL0-SUNSET removal point — the validator
  rejects it instead of silently resolving it to hindsight; updated the
  matching test and the config-schema.mdx / configure.mdx docs. Stripped
  the last two dangling non-ADR-0023 comment citations (ADR-0004 in
  agents/manager.py, ADR-0012 in provider_hal0/profile.py) preserving
  their inline rationale. Removed enable-memory.mdx's "Migrate a legacy
  store" section, which documented a hal0 memory migrate --cognee-dir
  flag that no longer exists in the CLI (migrate now only does
  Honcho<->Hindsight); pointed readers at the real command in
  honcho-memory.mdx instead.

Verified: ruff check/format clean; tests/config + tests/memory +
tests/agents/test_manager.py all pass (854 passed, 9 skipped); internal
/docs/ links in every changed file resolve to an existing page.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…urce

The ADR-citation cleanup edited src/hal0/agents/hermes/plugins/provider_hal0/
profile.py; installer/agents/hermes/plugins/hal0-provider/profile.py is a
byte-identical seed copy pinned by a drift test.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@thinmintdev
thinmintdev enabled auto-merge (squash) July 27, 2026 14:55
@thinmintdev
thinmintdev merged commit 86fd513 into main Jul 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant