Skip to content

Commit 86ec420

Browse files
author
Test User
committed
feat(kg): bootstrap project-local KG with 6 concepts + 145-entry thesaurus for terraphim-grep
1 parent b5501f5 commit 86ec420

8 files changed

Lines changed: 616 additions & 47 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# BlockerKind
2+
3+
Classification of why a PR is blocked from auto-merge.
4+
5+
synonyms:: blocker, blockerkind, ci_failed, ci_pending, ci_no_status, not_mergeable, classification, BlockerKind
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Executor
2+
3+
Execution environment for running code and commands in isolated environments.
4+
5+
synonyms:: executor, execution, firecracker, docker, local, sandbox, vm, isolate, LocalExecutor, DockerExecutor, FirecrackerExecutor
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Merge Coordinator
2+
3+
Auto-merge coordinator evaluating PRs and closing issues.
4+
5+
synonyms:: merge, coordinator, auto-merge, pr, pull request, gitea, blocker, contamination, GiteaClient, PrSummary, evaluate_all
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Provider
2+
3+
Abstract LLM backend implementing the Provider trait.
4+
5+
synonyms:: provider, llm backend, anthropic, openai, gemini, model, api, openrouter
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Session
2+
3+
Session management for RLM query loops with state persistence.
4+
5+
synonyms:: session, query loop, rlm, query, budget, context, SessionId, SessionManager
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Validator
2+
3+
Knowledge graph validator for command validation using Aho-Corasick term matching.
4+
5+
synonyms:: validator, validation, kg validation, knowledge graph, term matching, aho-corasick, from_config, strictness, KnowledgeGraphValidator

0 commit comments

Comments
 (0)