Create builds (and persists) a named context from one or more sources (a corpus.jsonl from @docs-flatten, a local directory, or files) in the given mode (default "knowledge"). Returns an LLM-readable summary.
(name, mode string, paths []string, description string, force bool)
| 47 | // (a corpus.jsonl from @docs-flatten, a local directory, or files) in the |
| 48 | // given mode (default "knowledge"). Returns an LLM-readable summary. |
| 49 | Create(name, mode string, paths []string, description string, force bool) (string, error) |
| 50 | // Update re-ingests/modifies an existing context. Empty fields keep the |
| 51 | // current value (mode/description); empty paths keep the current sources. |
| 52 | Update(name string, paths []string, mode, description string, tags []string) (string, error) |
no outgoing calls
no test coverage detected