E2: Card-D synthetic data + S3/S4 scripts (Helios/Northwind)#1
Open
rbreitz wants to merge 10 commits into
Open
E2: Card-D synthetic data + S3/S4 scripts (Helios/Northwind)#1rbreitz wants to merge 10 commits into
rbreitz wants to merge 10 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add Card D execution plan
Replace onboarding scenario with Helios/Northwind Bank sales-engineer demo. Synthetic data: - round1/: helios-stack-overview.md (Northwind's Kafka+Flink stack, 2M events/sec, EU+US residency, SOC2/PCI, named contacts), objections-log.md (5 objections with current best answers: latency, residency, TCO, migration, lock-in), pitch-deck.md (v3.1 sequence with speaker notes) - round2/: new-objection-2026-05-22.md (CISO mandates active-active multi-region <5s RPO), competitive-update-2026-05-25.md (StreamCorp -20% price cut + Helios ships native active-active + residency pinning) - round3/ (S3 adversarial): bad-stack-overview.md, objections-revision.md, pitch-deck.md — each contradicts round1 with no effective date or reason Scripts: - run_session_3.py (S3): points at round3, prompts agent to flag-and-ask on undated contradictions rather than silently overwrite memory - run_session_learned.py (S4): no new docs, single "summarise everything you've learned" message, saves to outputs/session_learned.txt Deleted: old onboarding docs from round1/ and round2/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- create_agent.py: rewrite SYSTEM_PROMPT to the Helios sales-engineer persona; add S1 ALWAYS/NEVER remember lists; add S3 flag-and-ask rule for undated contradictions; add --customer arg (default northwind) creating one memory store per customer (.memory_store_<customer>) for S5; update name/metadata. - run_session_1/2.py: set Card-D TEST_QUESTION and reword user messages for the SE doc set (stack overview / objection log / pitch deck; new objection + competitive update). - stretch_memory_curator.py: S2 tweak — merge superseded objection answers, keep only latest competitive intel per competitor. - Load .env via python-dotenv (declared in requirements.txt) so scripts pick up ANTHROPIC_API_KEY automatically. - Add .gitignore for .env, runtime id files, outputs/, and venv/pycache. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
E1 foundation — Helios SE persona, S1/S3 memory rules, --customer arg
P4 changes
- Fix TEST_QUESTION in run_session_1/2.py to pitch strategy question - Add encoding="utf-8" to file writes (Windows cp1252 compat) - Add summary.html: full project overview with dark theme UI - Add diff.html: Total Recall-themed before/after session diff visual - Add .claude/launch.json for local preview server - Add outputs/session1.txt and session2.txt from successful demo run Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.