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
Use WrightKit's existing DEL/OSTW and Workshop semantic tooling as part of the real agent development workflow for core DEL -> Workshop lowering, and collect concrete evidence about where semantic tooling improves or obstructs implementation before expanding this workflow across WrightKit.
Context
del-rs already exposes Workshop-independent parse/check/HIR/inspect tooling, while workshop-rs owns canonical raw Workshop parsing, WIR, validation, and emission. #30 is the first production DEL HIR -> canonical WIR lowering task and therefore provides a useful real workload for testing whether coding agents can use WrightKit's own semantic capabilities to implement WrightKit more accurately.
This is dogfooding, not a new correctness oracle. Tool output from the implementation under development must remain advisory and must not replace independent corpus evidence, tests, canonical validation, or pinned external/reference evidence.
Scope
During Lower core DEL HIR into canonical workshop-rs WIR #30 investigation and implementation, have coding agents preferentially use existing machine-readable del-rs tooling (check, hir, inspect, where applicable) to understand DEL source, semantic identities, provenance, and frontend behavior instead of relying only on textual search/manual source reading.
Use workshop-rs parsing/WIR/validation tooling to inspect and validate the canonical Workshop side of representative lowering cases.
Keep normal Rust tooling, focused tests, compatibility corpus evidence, and canonical WIR validation as independent validation layers.
Record only concrete dogfooding findings encountered during real Lower core DEL HIR into canonical workshop-rs WIR #30 work, such as missing semantic queries, ambiguous or misleading diagnostics, insufficient provenance, unstable/unusable JSON output, excessive invocation cost, or cases where the tooling materially reduced investigation effort.
Applying the workflow as a mandatory WrightKit-wide policy before the pilot produces evidence.
Acceptance criteria
At least representative Lower core DEL HIR into canonical workshop-rs WIR #30 lowering work is performed with active use of del-rs semantic tooling and workshop-rs canonical tooling, not only manual source inspection.
Dogfooding never replaces independent tests/corpus/reference evidence or canonical Workshop validation.
Material tooling failures or missing capabilities encountered during the work are captured with concrete examples and ownership rather than silently bypassed.
The pilot records at least one evidence-backed conclusion about where semantic tooling helped, did not help, or misled the agent workflow.
Start using the available tools immediately. Prefer CLI/machine-readable semantic queries for agent workflows and treat LSP as an optional adapter rather than a prerequisite. Keep the pilot lightweight: the purpose is to expose real product friction quickly, not to build a self-hosting framework before evidence exists.
Related: #30
Parent integration track: #8
Goal
Use WrightKit's existing DEL/OSTW and Workshop semantic tooling as part of the real agent development workflow for core DEL -> Workshop lowering, and collect concrete evidence about where semantic tooling improves or obstructs implementation before expanding this workflow across WrightKit.
Context
del-rsalready exposes Workshop-independent parse/check/HIR/inspect tooling, whileworkshop-rsowns canonical raw Workshop parsing, WIR, validation, and emission. #30 is the first production DEL HIR -> canonical WIR lowering task and therefore provides a useful real workload for testing whether coding agents can use WrightKit's own semantic capabilities to implement WrightKit more accurately.This is dogfooding, not a new correctness oracle. Tool output from the implementation under development must remain advisory and must not replace independent corpus evidence, tests, canonical validation, or pinned external/reference evidence.
Scope
del-rstooling (check,hir,inspect, where applicable) to understand DEL source, semantic identities, provenance, and frontend behavior instead of relying only on textual search/manual source reading.workshop-rsparsing/WIR/validation tooling to inspect and validate the canonical Workshop side of representative lowering cases.Non-goals
del-rs, Wright, or any candidate branch output the sole source of truth for its own correctness.Acceptance criteria
del-rssemantic tooling andworkshop-rscanonical tooling, not only manual source inspection.Dependencies
workshop-rsprovider/dependency seam used by Lower core DEL HIR into canonical workshop-rs WIR #30.Planning notes
Start using the available tools immediately. Prefer CLI/machine-readable semantic queries for agent workflows and treat LSP as an optional adapter rather than a prerequisite. Keep the pilot lightweight: the purpose is to expose real product friction quickly, not to build a self-hosting framework before evidence exists.