Drop the investor concern entirely
It was a worked example of the empathic pattern, not a feature: every alternative should be empathic, informative, and helpful - information that gives an answer, not necessarily a path to choose. The pattern stays (voice rules, README); the investor pages, aggregate, review alternative, and front-page gateway go. The investors KV bucket and its test records linger in NATS unreferenced - purge at leisure. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
176e2210a0
commit
c07f8c880d
@@ -54,19 +54,6 @@ aggregates:
|
||||
prospect: [client, past_client]
|
||||
client: [past_client]
|
||||
|
||||
- bucket: investors
|
||||
initial: open
|
||||
states:
|
||||
open: { event: expressed_interest }
|
||||
in_dialogue: { event: entered_dialogue }
|
||||
committed: { event: committed }
|
||||
declined: { event: declined }
|
||||
divested: { event: divested }
|
||||
transitions:
|
||||
open: [in_dialogue, declined]
|
||||
in_dialogue: [committed, declined]
|
||||
committed: [divested]
|
||||
|
||||
# Proposals to change this very repo - the question architecture
|
||||
# dogfooding its own development. Approval hands off to an n8n
|
||||
# automation that opens a PR against this repo (see the infrastructure
|
||||
|
||||
Reference in New Issue
Block a user