Skip to content

docs(glossary): complete agent/context/eval/templates/tokenwise terms#46

Merged
JasonJarvan merged 2 commits into
docs/glossary_baseline_and_init_docstringfrom
docs/glossary_agent_context_eval_templates_tokenwise
Jun 30, 2026
Merged

docs(glossary): complete agent/context/eval/templates/tokenwise terms#46
JasonJarvan merged 2 commits into
docs/glossary_baseline_and_init_docstringfrom
docs/glossary_agent_context_eval_templates_tokenwise

Conversation

@userName20260323

Copy link
Copy Markdown
Contributor

Change description

Complete the domain glossary (CONTEXT.md) for the five modules under my review — Agent Core (agent/), Context Engine (context_engine/), EvalEngine (eval_engine/), Workspace Templates (templates/), TokenWise (token_wise/) — and fix one stale entry. Branched off the review baseline docs/glossary_baseline_and_init_docstring per the team-review workflow; additive only, no other owner's terms touched.

context_engine — rewrite the stale "Context Engine" entry: the historical legacy / curator / default engine split was collapsed into one ContextAssembler (the engine: setting is now only a backward-compat alias); add SegmentBuilder, Segment, Prompt Segments (# Memory / # Skills / # Active Skills), ContextPlan; note the Curator is now Segment 6.

agent — add Tool, Tool Registry, Checkpoint, Empty-Response Recovery, Synthesis, Personalizer, Context Builder. huangjie's Agent Loop / Turn Runner / Agent Hook / Subagent entries are left untouched.

eval_engine — add EvalJudge and JudgeVerdict (the actual task-completion judge and its three-state verdict).

templates — add a "Workspace & Onboarding" section: Workspace, Workspace Template, Onboarding, Bootstrap Files.

token_wise — add StrategyRegistry, UsageTracker, CacheOptimizer, UsageSnapshot, and the before_llm_call / after_llm_call hook seam (TokenWise / TokenStrategy verified accurate, refined only). Planned-but-unshipped strategies in PLAN.md are intentionally omitted.

Out-of-scope findings surfaced during the same pass (two accuracy nits in huangjie's Agent Core entries, plus a package docstring gap) were sent to the team separately and are intentionally not changed here.

Type of change

  • Bug fix
  • New feature
  • Document
  • Others

Related issues (if there is)

Refines the domain-glossary review baseline (PR #4 / glossary finalize). No standalone issue.

Checklists

Docs-only change (glossary text in CONTEXT.md); no application code, so the Development and Security checklists below are not applicable.

Development

  • Lint rules pass locally
  • Application changes have been tested thoroughly
  • Automated tests covering modified code pass

Security

  • Security impact of change has been considered
  • Code follows security best practices and guidelines

Code review

  • Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary

userName20260323 and others added 2 commits June 30, 2026 15:05
Fill glossary gaps for the five modules under review and fix one stale
entry. Additive only; no other owner's terms changed.

- context_engine: rewrite stale Context Engine entry (legacy/curator/
  default engine split collapsed into one ContextAssembler); add
  SegmentBuilder, Segment, Prompt Segments, ContextPlan; Curator = Seg 6.
- agent: add Tool, Tool Registry, Checkpoint, Empty-Response Recovery,
  Synthesis, Personalizer, Context Builder.
- eval_engine: add EvalJudge, JudgeVerdict.
- templates: add Workspace & Onboarding section.
- token_wise: add StrategyRegistry, UsageTracker, CacheOptimizer,
  UsageSnapshot; refine TokenStrategy hook seam.

Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
…docstring' into docs/glossary_agent_context_eval_templates_tokenwise
@JasonJarvan
JasonJarvan merged commit 56d0b4f into docs/glossary_baseline_and_init_docstring Jun 30, 2026
@JasonJarvan
JasonJarvan deleted the docs/glossary_agent_context_eval_templates_tokenwise branch June 30, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants