Skip to content

Commit 4671781

Browse files
grimmjowwclaude
andcommitted
chore(docs): regenerate skill doc to match generate-docs-skill.sh output
CI verify-generated-files check on previous commit was red because skills/hindsight-docs/references/developer/configuration.md was 1 line out of sync with what `./scripts/generate-docs-skill.sh` produces. Regenerated; only link-rewrite change (absolute docusaurus path → relative .md path with .md extension) on the merge-docs callout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f3dfcc5 commit 4671781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/hindsight-docs/references/developer/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ Controls the retain (memory ingestion) pipeline.
749749
| `HINDSIGHT_API_RETAIN_DEFAULT_STRATEGY` | Default retain strategy name. When set, all retain calls without an explicit `strategy` parameter use this strategy. | - |
750750
| `HINDSIGHT_API_RETAIN_BATCH_POLL_INTERVAL_SECONDS` | Batch API polling interval in seconds | `60` |
751751

752-
> **Entity labels** (`entity_labels`) and **free-form entity extraction** (`entities_allow_free_form`) are configured per bank via the [bank config API](/developer/api/memory-banks#retain-configuration), not as global environment variables — each bank can have its own controlled vocabulary. See [Entity Labels](/developer/retain#entity-labels) for details.
752+
> **Entity labels** (`entity_labels`) and **free-form entity extraction** (`entities_allow_free_form`) are configured per bank via the [bank config API](api/memory-banks.md#retain-configuration), not as global environment variables — each bank can have its own controlled vocabulary. See [Entity Labels](retain.md#entity-labels) for details.
753753
754754
#### Customizing retain: when to use what
755755

0 commit comments

Comments
 (0)