You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strip spec references and process labels from docstrings (#169)
* Strip spec refs from observability docstrings
* Strip spec refs from otel observer docstrings
* Strip spec refs from llm docstrings
* Strip spec refs from prompts docstrings
* Strip spec refs from checkpoint docstrings
* Strip spec refs from graph (builder/errors/events/pb) docstrings
* Strip spec refs from graph (fan_out/observer/compiled) docstrings
* Strip spec refs from conformance test docstrings
* Strip spec refs from test_observability docstrings
* Strip remaining spec ref from test_checkpoint docstring
* Strip spec refs from small unit test docstrings
* Strip spec refs from checkpoint/fan-out unit docstrings
* Strip spec refs from otel observer unit docstrings
* Strip phase/PR process labels from docstrings and comments
Remove opaque development-history tags (PR-C, PR-B, Phase 6.0/6.1) and
rephrase the "Phase N scope/deferred" mentions to preserve their
covered-vs-deferred meaning without the process vocabulary. Rename the
langfuse resume test's internal "Phase 1/2/3" step labels to "Step" to
avoid confusion with build phases.
Leaves the harness skip registry untouched: its DIRECTIVE_PHASE dict
maps directives to phase integers as functional data, and its comments
document that live mapping. Fixture-number references are kept
throughout (concrete in-repo identifiers, not spec refs).
* Rephrase residual spec-authority citations in docstrings
The first sweep stripped structured spec references (section markers,
proposal numbers, versions) but left prose that still cited the spec
as the authority for a rule ("The spec defines/permits/mandates",
"spec-mandated", "spec-normative", "per spec"). State the behavior
directly, or move the basis to a nearby comment where load-bearing.
Structural mentions are kept: the spec/ conformance directories, the
spec parameter in the harness, spec-version reads, and descriptions of
what the conformance suite covers.
0 commit comments