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
The platform skills teach hand-rolled Hamiltonian construction. In the cx-cat-cat-cavity campaign a sanity script bypassed the QuantumSystem Hermitian guard and shipped a typo'd pump to runtime — the exact failure the guard exists for, invisible because the skill never said "construct through the API." The Piccolissimo operator/system inventory (cat system, Kerr-star system, beamsplitter operators, matrix-free solver paths) is invisible to authoring agents.
Approach
Upstream the already-hot staging patch to the extension's bosonic skill: a core-API bullet (guarded construction always, including sanity scripts; inventory before hand-rolling; structural-type discipline) and two gotchas (the Stage-0 incident as the cautionary tale; the missing-cat-pair-constructor note with the inline-authoring fallback). Add short cross-references in the setup and problem-types skills pointing at the same rules.
Approaches Considered
Patch the bosonic skill + cross-refs (CHOSEN) — the incident was bosonic, but the rule is general; cross-refs catch other platforms.
Rewrite all platform skills (rejected — no evidence yet from other platforms; let the pattern prove out).
Memory cards only (rejected — cards are per-user; skills are the shared, VSIX-shipped surface).
Important
Problem
The platform skills teach hand-rolled Hamiltonian construction. In the cx-cat-cat-cavity campaign a sanity script bypassed the
QuantumSystemHermitian guard and shipped a typo'd pump to runtime — the exact failure the guard exists for, invisible because the skill never said "construct through the API." The Piccolissimo operator/system inventory (cat system, Kerr-star system, beamsplitter operators, matrix-free solver paths) is invisible to authoring agents.Approach
Upstream the already-hot staging patch to the extension's bosonic skill: a core-API bullet (guarded construction always, including sanity scripts; inventory before hand-rolling; structural-type discipline) and two gotchas (the Stage-0 incident as the cautionary tale; the missing-cat-pair-constructor note with the inline-authoring fallback). Add short cross-references in the setup and problem-types skills pointing at the same rules.
Approaches Considered
Scope
In: bosonic SKILL + gotchas upstreaming; setup/problem-types cross-references. Out: new skills; VSIX release mechanics.
Acceptance Criteria
kron(spot-check).Key Decisions
Source
reference_api_first_authoring,project_autoresearch_meta.