docs: add base: composition and deprecated customized/ to glossary - #5868
Conversation
base: composition (ADR 0045) is used across multiple ADRs and guides but wasn't in the glossary. Add it, and add the customized/ directory overlay it replaced, marked deprecated per ADR 0064. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
PR Summary by QodoDocs: add glossary entries for
AI Description
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 6:10 PM UTC · Completed 6:21 PM UTC |
Site previewPreview: https://6e159b28-site.fullsend-ai.workers.dev Commit: |
Code Review by Qodo
1.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Looks good to me Previous runLooks good to me Previous run (2)ReviewFindingsLow
Labels: PR modifies documentation glossary under docs/ |
waynesun09
left a comment
There was a problem hiding this comment.
Approving — no new findings from review squad beyond what's already flagged. Note the existing qodo/fullsend-ai-review threads on docs/glossary.md's providers merge-semantics claim (concatenation vs. dedup, per ADR 0045) and heading-formatting nits are still open; author should address before merge, not gating approval on them.
Match ADR 0045: providers/plugins/api_servers concatenate rather than dedup like skills. Also drop backtick formatting from headings to match the rest of the glossary. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
|
🤖 Finished Review · ✅ Success · Started 7:17 PM UTC · Completed 7:27 PM UTC |
waynesun09
left a comment
There was a problem hiding this comment.
Automated review pass — 1 finding on the Base Composition glossary entry (env/runner_env merge semantics vs ADR 0055), distinct from the already-resolved provider/skills merge-semantics and heading-formatting comments on this PR.
Base Composition entry treated env and runner_env as the same map-merge mechanism. env is actually a distinct EnvConfig struct with independent runner/sandbox sub-maps, and runner_env is deprecated in favor of env.runner. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
|
🤖 Finished Review · ✅ Success · Started 7:33 PM UTC · Completed 7:41 PM UTC |
|
🤖 Finished Retro · ✅ Success · Started 8:18 PM UTC · Completed 8:38 PM UTC |
Retro: PR #5868 — glossary entries for base composition and customized directoryWhat happenedPR #5868 was a human-authored docs PR by ralphbean adding two glossary entries: one for Timeline:
Three review agent runs executed (IDs 30840032802, 30845101251, 30846190669), all completing successfully. No code or fix agent runs were involved — this was a human-authored PR. What went well
What the human caught that the agent missedwaynesun09 identified that the glossary's In the second review run (30845101251), the correctness subagent (Opus) investigated the Root causeTwo compounding gaps in the correctness subagent's behavior:
Evidence for existing issues
Proposals filed
|
Summary
base:composition glossary entry (ADR 0045) — the mechanism for inheriting and overriding an upstream harness.customized/directory glossary entry, marked deprecated, noting it's replaced bybase:composition (ADR 0064).Test plan
pre-commit run(markdown link lint, gitlint) passes on the commit.