Skip to main content

Glossary

A one-stop decoder for the vocabulary in reports and docs. You only need two terms to start: lifecycle dimensions and report. Everything below is progressive detail you load when a task needs it.

The mental model in three lines

  • A harness wraps a target so an agent can run a bounded, recoverable loop: understand → change → validate → repair → re-validate → state residual risk.
  • Better Harness starts from the Agent Work Loop, qualifies it with available session and project evidence, guards changes while they happen, and feeds what it learns back into rules.
  • Session evidence changes confidence and coverage, not the model.

Core concepts

TermWhat it means
HarnessThe engineering environment around an agent that makes a change loop bounded and recoverable.
The loopunderstand context -> bounded change -> choose validation -> interpret failure -> repair -> re-run validation -> state residual risk
Agent Work LoopThe default /better-harness model: what the Harness supports, what agents actually did when observable, where a task loop lost control, and what should improve next.
Task EpisodeOne user goal with one acceptance boundary; the review unit for behavior claims.
Software FluencyThe static project lens used for an explicit repository-only score and the independent project evidence pass.
Progressive disclosureReveal context to an agent by task, not all at once.

Lenses and models

TermWhat it means
Five lifecycle dimensionsTask Understanding, Controlled Execution, Change Validation, Reliable Delivery, Learning Capture.
Five software capabilitiesContext Map, Environment Readiness, Fast Feedback, Quality Gates, Change Safety.
AI Readiness LadderThe L1–L5 maturity scale (Awareness → Assisted → Structured → Spec-Governed → Closed-Loop).
StyleThe visual framing of a report (analyst, audit scorecard, consulting deck, dashboard, …).
Output modeThe rendered form of a report: Qoder Canvas, HTML visual, or Markdown.

Evidence and scoring

TermWhat it means
Evidence boundaryThe rule that separates static file evidence from executed command, CI, runtime, or UI evidence; unverified areas cap confidence.
Evidence statePresent, Wired, Exercised, Outcome-supported, Missing, Unobserved, or Not applicable — see Agent Work Loop.
ConfidenceLow/Medium/High rating bound to how much was actually executed vs. only read.
Change confidenceWhether an AI-generated change is ready to land, judged by blast radius, sensitive paths, size, and validation.

The action loop (report → change)

TermWhat it means
HandoffA row-scoped next step inside a report (draft a fix, schedule a follow-up), not a dead-end score.
Repair planA bounded fix plan for one finding, drafted via /better-harness repair-plan without writing report artifacts.
Loop EngineeringThe domain that decides whether repeated work exists and which durable owner (skill, hook, script, automation, rule) should hold it.
Loop DiscoveryThe routing gate that proves a loop from evidence and picks the smallest durable owner.
Schedule-readyA finding stable enough to become a recurring /schedule /better-harness follow-up, with cadence, validation, and a stop condition.

Extension and hosting

TermWhat it means
SkillA repeatable agent workflow defined by SKILL.md frontmatter plus a concise workflow.
Host adapterPer-host discovery and evidence-shape glue; keeps the engine host-neutral.
Host shellThin host metadata (.claude-plugin/, .qoder-plugin/, .cursor-plugin/, .codex-plugin/) that exposes canonical behavior without owning product logic.
Canonical ownerThe single directory that owns a behavior's product judgment; host shells and mirrors point back to it.

The full glossary with owner links lives in docs/glossary.md.