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
Keep wright lint and wright analyze as Wright-owned canonical Workshop tooling while running real OverPy projects through the first-party OPY provider, with truthful attribution back to original OPY source where the approved provider/provenance contract supports it.
Context
Provider-backed check / compile can operate directly on owner diagnostics and a Workshop artifact. lint / analyze have a different integration requirement: Wright must consume canonical Workshop semantic evidence without moving its rules/reporting into opy-rs, while avoiding fabricated source locations or exposure of provider-internal AST/HIR/WIR.
This issue is the product proof that providerization does not reduce Wright-owned tooling to generated-Workshop-only output.
Scope
Route real OPY projects through the approved provider/source boundary and obtain the canonical semantic input required by the existing Wright lint/analyze implementation.
Keep lint rules, evidence classification, ranking/reporting, and analyze behavior in Wright.
Preserve or map original OPY source identity/provenance according to the approved cross-boundary contract.
Represent unmappable/generated-only evidence explicitly rather than assigning false OPY locations.
Reuse the same Wright analyzer/lint implementation used for raw Workshop wherever the canonical semantic contract is shared.
Verify bounded, useful output on pinned Bastion and Overwatch-AI-PVE revisions rather than treating exhaustive semantic dumps as success.
If the current LPP v1 contract is proven insufficient for the required handoff, stop and create the smallest owning protocol issue with concrete real-project evidence before adding an ad hoc Wright/provider workaround.
Non-goals
Implementing Wright lint rules or analyze reports inside opy-rs.
Exposing OPY AST/HIR/compiler internals or Wright/workshop-rs internal representations over the wire solely for convenience.
Adding new lint rules, heuristics, or performance claims as part of this integration task.
Regenerating OPY source or adding semantic edits/refactoring.
Treating generated Workshop line numbers as original OPY provenance when no valid mapping exists.
Redesigning LPP speculatively without a demonstrated workflow gap.
wright lint runs on the pinned Bastion and Overwatch-AI-PVE project revisions through the provider-backed OPY path and uses Wright's existing lint registry/rules rather than provider-owned copies.
wright analyze runs on the same revisions through the provider-backed OPY path and produces the existing bounded semantic report from canonical semantic evidence.
Owner diagnostics and Wright findings remain distinct in the result model and preserve their respective provenance.
Findings/report evidence that maps to original OPY source uses valid original source identities/ranges supplied or derived through the approved contract.
Evidence that cannot be mapped to original OPY source is explicitly identified as unmapped/generated/canonical evidence rather than assigned a fabricated source location.
Raw Workshop lint/analyze continue to use the same canonical Wright analyzer/lint behavior and remain regression-green.
No OPY language semantics, project loading, or lint-rule implementation is duplicated in Wright.
Any required protocol change is backed by a minimized and provenance-linked real-project failure showing why the current contract cannot satisfy the workflow.
Text/JSON/CI renderers remain deterministic and bounded for the real projects.
Independent verification reruns both real projects after implementation.
Implementation ablation that removes the canonical/provenance handoff causes the relevant real-project lint/analyze evidence to fail or lose the expected mapping, proving the integration is exercised.
language-provider-protocol owns any required wire-contract change if a concrete gap is demonstrated.
workshop-rs remains the canonical Workshop semantic owner.
Readiness
Blocked until #243 and the relevant provider/provenance design are approved. Do not solve missing provenance by adding Wright-side OPY semantics or provider-private wire fields.
Parent: #242
Depends on: #243, wrightkit/opy-rs#170
Goal
Keep
wright lintandwright analyzeas Wright-owned canonical Workshop tooling while running real OverPy projects through the first-party OPY provider, with truthful attribution back to original OPY source where the approved provider/provenance contract supports it.Context
Provider-backed
check/compilecan operate directly on owner diagnostics and a Workshop artifact.lint/analyzehave a different integration requirement: Wright must consume canonical Workshop semantic evidence without moving its rules/reporting intoopy-rs, while avoiding fabricated source locations or exposure of provider-internal AST/HIR/WIR.This issue is the product proof that providerization does not reduce Wright-owned tooling to generated-Workshop-only output.
Scope
Non-goals
opy-rs.Acceptance criteria
wright lintruns on the pinned Bastion and Overwatch-AI-PVE project revisions through the provider-backed OPY path and uses Wright's existing lint registry/rules rather than provider-owned copies.wright analyzeruns on the same revisions through the provider-backed OPY path and produces the existing bounded semantic report from canonical semantic evidence.Dependencies / ownership
wrightkit/opy-rs#170owns the first-party OPY provider and owner-side project/source behavior.language-provider-protocolowns any required wire-contract change if a concrete gap is demonstrated.workshop-rsremains the canonical Workshop semantic owner.Readiness
Blocked until #243 and the relevant provider/provenance design are approved. Do not solve missing provenance by adding Wright-side OPY semantics or provider-private wire fields.