Follow-up to #177. PanLL panels relate to the Binary Star architecture — Pane-A (Ambient), Pane-L (Logic, role: Symbolic), Pane-N (Neural), Pane-W (World) — by flow and viewing perspective, not by single-pane membership. Hypatia's src/ui/gossamer/panll.harness.toml does not currently declare this — clade = "neurosym/ci-cd-intelligence" records topical taxonomy but not the architectural relationship.
Hypatia spans L (rules engine, safety triangle, error catalog) and N (5 neural networks: Graph of Trust, Mixture of Experts, LSM, ESN, RBF) as a meta-observer of repo state, with findings/dispatches surfacing in W.
Definition of done:
- Decide where flow/perspective declaration lives — top-level harness fields, a
panel.json referenced via panels = [...], or in clade-portal/. The current panll-harness/v2 schema does not expose explicit fields for either; an upstream schema change in hyperpolymath/panll may be needed first.
- Add the declaration so Hypatia surfaces correctly in the PanLL workspace.
- Update
src/ui/gossamer/README.adoc to reflect what was decided.
Possibly blocked by: schema work in hyperpolymath/panll to formalise where flow/perspective is declared.
Follow-up to #177. PanLL panels relate to the Binary Star architecture — Pane-A (Ambient), Pane-L (Logic, role: Symbolic), Pane-N (Neural), Pane-W (World) — by flow and viewing perspective, not by single-pane membership. Hypatia's
src/ui/gossamer/panll.harness.tomldoes not currently declare this —clade = "neurosym/ci-cd-intelligence"records topical taxonomy but not the architectural relationship.Hypatia spans L (rules engine, safety triangle, error catalog) and N (5 neural networks: Graph of Trust, Mixture of Experts, LSM, ESN, RBF) as a meta-observer of repo state, with findings/dispatches surfacing in W.
Definition of done:
panel.jsonreferenced viapanels = [...], or inclade-portal/. The currentpanll-harness/v2schema does not expose explicit fields for either; an upstream schema change inhyperpolymath/panllmay be needed first.src/ui/gossamer/README.adocto reflect what was decided.Possibly blocked by: schema work in
hyperpolymath/panllto formalise where flow/perspective is declared.