Coevolution extension

This commit is contained in:
2026-04-29 01:19:59 +02:00
parent 88afdc09fd
commit 991c34ce52
17 changed files with 764 additions and 4 deletions

View File

@@ -6,7 +6,18 @@ from pathlib import Path
from repo_registry.core.models import ObservedFact
INDEXED_FACT_KINDS = {"documentation", "example", "test", "manifest", "interface"}
INDEXED_FACT_KINDS = {
"documentation",
"example",
"test",
"manifest",
"interface",
"config",
"llm_provider",
"credential_config",
"provider_registry",
"fallback_policy",
}
MAX_CHUNK_LINES = 40
MAX_FILE_BYTES = 200_000