Manifold v0.2.2
Manifold v0.2.2 separates long-running Brain document ingestion from the
ordinary dependency timeout. A production release write-back showed that the
pinned Brain service could finish extraction successfully in just over 30
seconds while Manifold's shared 30-second HTTP client had already recorded the
durable job as partially_ready or failed.
Brain document ingestion now uses MANIFOLD_BRAIN_INGEST_TIMEOUT, which
defaults to 2 minutes. Health, search, and other interactive dependency calls
retain the existing short timeout. A regression test proves that a slow ingest
can complete through the dedicated client even when the ordinary client would
time out.
This release includes the Brain search-limit and multiline integration-oracle
fixes from v0.2.1 and every protocol, recovery, folder-deletion, and deployment
improvement from v0.2.0.
After the server reports 0.2.2 and protocol revision 2, update the globally
installed skill:
npx skills update manifold --global