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
update(context-v, specs, plans): third crawl target — "crawl for relevant team members" with the people policy
The spec's v1.2 section (v0.1.2.0) gains the team-page identifier +
ingester as the third crawl verb, contract-identical to links/streams:
agent finds the team/leadership pages, extracts people, and selects per
the relevance brief's people policy — default: all major leadership,
plus all team members covering Education & Workforce Development and
related strategies/topics. The brief now explicitly carries topical
scope AND people policy. The didi-chat team-page plan stub picks up the
verb naming, the identifier half, and the policy-visible staging note
("N others filtered by policy" — the filter is never silent).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UvYzx7vDWeafnkAi2nEQeb
post_ship_note: "All five phases implemented, proven, and pushed on 2026-07-22 (attempt(augment-from-db, …, step1–5)). Pending: the operator browser walk-throughs each phase plan names, and the parked open questions (fire-log persistence, pack-template seed terms, pinned-deploy env-configurable remote URLs). Deviations from the as-specced snippets are recorded in each phase plan's post_ship_note — notably organization.streams.add (a verb the spec missed), the localStorage-hardened D2 launch contract, and relevance as string|null."
14
14
revisions:
15
+
- "2026-07-24 — v0.1.2.0: third crawl target added to §v1.2 — 'crawl for relevant team members' (the team-page identifier + ingester): agent finds team/leadership pages, extracts people, selects per the relevance brief's people policy (default: all major leadership + all team members covering Education & Workforce Development and related strategies/topics), stages into the didi-chat team-page plan's verify-then-write flow. Relevance brief now explicitly carries topical scope AND people policy."
15
16
- "2026-07-24 — v0.1.1.0: §v1.2 extensions added — the coverage roster recorded as shipped (OrgRoster + organization.roster, gh #32, un-deferring #20's layer 2), and the didi agent-crawl capability specified: 'crawl for relevant identity links / pulse streams' as chat verb AND list button (one implementation, two triggers), candidates-into-state never direct writes, driven by a per-workspace operator-editable relevance brief. Plan pending; composes with the didi-chat team-page plan."
16
17
- "2026-07-22 — v0.1.0.0: status → Shipped. Phases 2–5 executed same day ([[../plans/Augment-From-DB-Phase-2-Org-Workbench-Remote]], [[../plans/Augment-From-DB-Phase-3-Search-And-Add-Remote]], [[../plans/Augment-From-DB-Phase-4-People-Reveal-And-Add-Person]], [[../plans/Augment-From-DB-Phase-5-Stream-Scan-Mode]]; changelog 2026-07-22_02 through _05). Both remotes live (:3014, :3016); stream-scan flip-test proven against Aspen's blog."
17
18
- "2026-07-22 — v0.0.1.1: status → Implementing. Phase 1 executed and shipped same day ([[../plans/Augment-From-DB-Phase-1-Service-Capabilities]], changelog 2026-07-22_01) — all four capabilities live and proven over NATS; both flagged SurrealQL constructs worked without fallbacks. Phases 2–5 remain."
@@ -604,6 +605,25 @@ The workbench gains agent actions, arriving through two equivalent doors:
604
605
fires the identical capability with zero typing — the chat verb and the
605
606
button are one implementation with two triggers.
606
607
608
+
Three crawl targets, same contract:
609
+
610
+
1.*"crawl for relevant identity links"* → org_links candidates.
611
+
2.*"crawl for relevant pulse streams"* → media_streams candidates.
612
+
3.*"crawl for relevant team members"* → the agent finds the org's team /
613
+
leadership / people page(s), extracts people, and **selects per the
614
+
relevance brief's people policy** before staging. The default policy
615
+
(reach-edu's brief): **all major leadership, plus all team members
616
+
covering Education & Workforce Development and related
617
+
strategies/topics** — not the whole staff directory of a large org.
0 commit comments