Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Scout Agent | Candidate Routes and Missing Connections

Scout Agent

Canonical ID: /learning-castle/0215 · Implements: /learning-castle/0116 Scout Schema · Role: candidate discovery.

The Scout Agent explores the estate for possible Roads, Bridges, Return Roads, orphan attachments and owner gaps. Its output is a proposal, not live architecture. Discovery never authorises admission.

agent: scout_agent
castle_id: /learning-castle/0215
implements: /learning-castle/0116
agent_type: candidate_discovery
may_search_estate: true
may_propose_node_or_edge: true
may_identify_orphan_candidate: true
may_propose_owner_candidate: true
may_admit_route: false
may_create_owner: false
may_modify_live_site: false
canonical_return: /learning-castle/0201

candidate_output:
  source
  target
  proposed_type
  proposed_owner
  discovery_reason
  evidence
  confidence
  collision_risk
  service_boundary_risk
  private_boundary_risk
  required_return
  next_validation

Search Priorities

  • Pages with no verified owner or meaningful inbound route.
  • Deep pages with no usable Return.
  • Clusters that belong to an existing hub but are not enumerated.
  • Cross-domain relationships with a plausible real handoff.
  • Current routes whose live structure conflicts with the Registry.
  • Redundant or weaker routes that should remain unadmitted.
candidate_pipeline:
  discover
  -> map_with_Cartographer
  -> check_with_Archivist
  -> resolve_owner
  -> classify_edge
  -> collision_and_boundary_checks
  -> define_return
  -> Admission_and_Validation

rule:
  similar_is_not_same_owner
  linked_is_not_admitted
  popular_is_not_canonical
  new_page_is_not_automatically_needed

Guild links: Agent Guild · Cartographer · Archivist · Sentry.

The Scout finds possibilities. The Castle decides whether they become roads.