curate_to_corpus
Save a fetched web page as a searchable markdown document with provenance metadata into your personal corpus, making it recallable later from your own substrate.
Instructions
Capture a page and FILE it into document-forge — the 'read it, keep it' bridge. The clean markdown (with provenance front-matter: source URL, retrieval time, content hash) lands as a searchable document in the corpus, so a page you read today is recallable later from your own substrate.
corpus_root defaults to $MDBROWSE_CORPUS_ROOT or /mnt/herfjotur/work; the df CLI path is $MDBROWSE_DF or the notebook default. Use after fetch_page when a page is worth KEEPING, not just reading. For a linked file (PDF/dataset) use download_document instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| private | No | ||
| corpus_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |