hive-c0re, docs: sweep remaining stale ask/answer-dashboard references
This commit is contained in:
parent
47cac50e6e
commit
46183795dd
6 changed files with 47 additions and 50 deletions
|
|
@ -7,10 +7,12 @@
|
|||
//! and no longer sourced from here (loose-ends-v2's questions phase) —
|
||||
//! c0re remains the `Ask`/`Answer` routing + delivery rendezvous
|
||||
//! (`coord.questions`), it just isn't asked for the *pending-view*
|
||||
//! rendering anymore. The
|
||||
//! operator dashboard's questions pane is unaffected: it reads
|
||||
//! `coord.questions.pending_all()` directly (`dashboard/state_snapshot.rs`),
|
||||
//! independent of this module.
|
||||
//! rendering anymore. ⚠️ The operator dashboard no longer has any
|
||||
//! question-pending view either — its whole questions pane, the
|
||||
//! `pending_all()`/`recent_answered_all()` reads that fed it, and the
|
||||
//! `/api/answer-question`/`/api/cancel-question` endpoints are gone
|
||||
//! (removed along with the rest of the dashboard's ask/answer surface).
|
||||
//! An operator-targeted `ask()` now has no reader anywhere.
|
||||
//!
|
||||
//! Call frequency is low (an agent doing self-introspection between
|
||||
//! turns), so the sweep happens fresh every time — no caching, no
|
||||
|
|
|
|||
Loading…
Reference in a new issue