Skip to content

Commit 1d4acc0

Browse files
mpstatonclaude
andcommitted
feat(shell): strategy-curator promoted to the head of ROTATION
The promotion the curator spec queued ("once the resolver / content-ingest handlers land" — they landed 06-29, runtime-verified): strategyCurator is now Flow step 1 in the shell, matching its role as the entry-point surface and Flow 1's primary workspace for the humain-vc thesis corpus. Standalone :3017 access unchanged. Files changed: - shell/src/remotes.ts Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent abe8b58 commit 1d4acc0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

shell/src/remotes.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export type RemoteEntry = {
3232
* Phase 2d of the refactor — see context-v/plans/Shell-and-Micro-Frontend-UX-Coherence-Refactor.md
3333
*/
3434
export const ROTATION: string[] = [
35+
'strategyCurator', // the entry point — pick a strategy/thesis, gather + curate sources (promoted per the curator spec; Flow 1 makes it the primary surface)
3536
'recordCollector',
3637
'recordDbResolver', // bridge — reconcile records to canonical orgs (match/create) before enrichment passes
3738
'augment', // composite — PTM ⇄ Pack Runner via in-slot toggle (renamed from 'enrichment' per Decision §11)
@@ -157,8 +158,9 @@ export const PERSON_ENRICHMENT_REMOTE: RemoteEntry = {
157158

158159
// STRATEGY_CURATOR_REMOTE — the entry-point surface for gathering sources
159160
// against a strategy (metadata-first → Jina/PDF fetch → extracts), writing
160-
// only through workspace capabilities. Registered + reachable now; promote it
161-
// to the head of ROTATION once the resolver / content-ingest handlers land.
161+
// only through workspace capabilities. PROMOTED to the head of ROTATION
162+
// 2026-07-06 (the handlers landed 06-29; Flow 1 makes this the primary
163+
// surface). Kept in EXTRA_REMOTES too — remoteById checks both, harmless.
162164
// See context-v/specs/Strategy-Curator-Entry-Point-for-Augment-It.md.
163165
export const STRATEGY_CURATOR_REMOTE: RemoteEntry = {
164166
id: 'strategyCurator',

0 commit comments

Comments
 (0)