Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 22ae256

Browse files
Align site + docs with README rewrite: 5→6 queries, 14→20 tools, kill EU AI Act header
- index.html: meta tags updated (six queries, no EU AI Act in title) - Landing.tsx: hero updated (new sub-tagline, six queries, removed compliance hero) - Learn.tsx: five→six queries in headings - GetStarted.tsx: 14→20 MCP tools - QUERY_ENGINE.md: 5→6 queries - TOOLCHAIN.md: test count updated to ecosystem total (~1,564) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 621ec3d commit 22ae256

6 files changed

Lines changed: 17 additions & 20 deletions

File tree

QUERY_ENGINE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The FlowScript Query Engine proves that FlowScript is a computable substrate for
1111
The query engine operates on FlowScript IR (Intermediate Representation) to perform computational operations on cognitive graphs:
1212

1313
- **Input:** Parsed FlowScript IR (JSON)
14-
- **Operations:** 5 critical queries for cognitive graph analysis
14+
- **Operations:** 6 semantic queries for cognitive graph analysis
1515
- **Output:** Structured results (JSON)
1616
- **Performance:** <1ms per query on typical graphs (measured: 20-41 nodes, 6-25 relationships)
1717

TOOLCHAIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Production-quality parser, linter, validator, and query engine for FlowScript**
44

5-
Status: Complete ✅ (246 tests passing)
5+
Status: Complete ✅ (~1,564 tests across ecosystem: 779 TS + 717 Python + 68 Cloud)
66

77
---
88

web/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
77
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<meta name="description" content="Reasoning memory + EU AI Act compliance engine for AI agents. Typed queries (why, tensions, blocked, whatIf) over reasoning graphs. Hash-chained audit trail, convergence certificates, Cloud witnessing. Open source." />
10-
<meta property="og:title" content="FlowScript | Reasoning Memory + EU AI Act Compliance for AI Agents" />
11-
<meta property="og:description" content="Five typed queries no vector store can answer. Hash-chained audit trail. Convergence certificates. Independent Cloud witnessing. 11 framework adapters. MIT licensed." />
9+
<meta name="description" content="Reasoning memory for AI agents. Six semantic queries no vector store can answer: why, tensions, blocked, alternatives, whatIf, counterfactual. Hash-chained audit trail. Nine framework adapters. Open source." />
10+
<meta property="og:title" content="FlowScript | Reasoning Memory for AI Agents" />
11+
<meta property="og:description" content="Vector stores remember what. FlowScript remembers why. Six reasoning queries, nine framework adapters, 20 MCP tools, hash-chained audit trail. MIT licensed." />
1212
<meta property="og:image" content="/logo-512.png" />
1313
<meta property="og:type" content="website" />
14-
<title>FlowScript | Reasoning Memory + EU AI Act Compliance for AI Agents</title>
14+
<title>FlowScript | Reasoning Memory for AI Agents</title>
1515
<!-- Plausible Analytics -->
1616
<script defer data-domain="flowscript.org" src="https://plausible.io/js/script.js"></script>
1717
</head>

web/src/pages/GetStarted.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function GetStarted() {
2727
You use Claude Code, Cursor, or another MCP-compatible editor and want reasoning memory with zero code changes.
2828
</p>
2929
<div className="code-block decision-install">pip install flowscript-agents openai</div>
30-
<p className="decision-result">14 reasoning tools. Auto-extraction from plain text. Contradiction handling. Your agent builds the graph through natural conversation.</p>
30+
<p className="decision-result">20 reasoning tools. Auto-extraction from plain text. Contradiction handling. Your agent builds the graph through natural conversation.</p>
3131
</div>
3232

3333
<div className="decision-card">
@@ -60,7 +60,7 @@ export function GetStarted() {
6060
<section className="gs-section" id="mcp">
6161
<h2>MCP Server Setup</h2>
6262
<p>
63-
The fastest path. Install, add to your editor config, restart. Your agent gets 14 reasoning tools with auto-extraction and contradiction handling.
63+
The fastest path. Install, add to your editor config, restart. Your agent gets 20 reasoning tools with auto-extraction and contradiction handling.
6464
</p>
6565

6666
<h3>1. Install</h3>
@@ -122,7 +122,7 @@ export function GetStarted() {
122122

123123
<h3>3. Restart your editor</h3>
124124
<p>
125-
Your agent now has 14 reasoning tools: <code>search_memory</code>,{" "}
125+
Your agent now has 20 reasoning tools: <code>search_memory</code>,{" "}
126126
<code>add_memory</code>, <code>get_context</code>,{" "}
127127
<code>query_tensions</code>, <code>query_blocked</code>, <code>query_why</code>,{" "}
128128
<code>query_what_if</code>, <code>query_alternatives</code>,{" "}

web/src/pages/Landing.tsx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ export function Landing() {
1818
<span className="hero-highlight">FlowScript makes those decisions queryable.</span>
1919
</h1>
2020
<p className="hero-subtitle">
21-
Five typed queries no vector store can answer: <code>why()</code>, <code>tensions()</code>, <code>blocked()</code>, <code>alternatives()</code>, <code>whatIf()</code>.
22-
Hash-chained audit trail. Convergence certificates. Cloud witnessing. MIT licensed.
23-
</p>
24-
<p className="hero-compliance">
25-
EU AI Act enforcement begins August 2026. Audit trails can't be backdated.
26-
FlowScript is the compliance engine that makes your agents audit-ready from day one.
21+
Vector stores remember what. FlowScript remembers why.
22+
Six reasoning queries no vector store can answer: <code>why()</code>, <code>tensions()</code>, <code>blocked()</code>, <code>alternatives()</code>, <code>whatIf()</code>, <code>counterfactual()</code>.
23+
Hash-chained audit trail. Nine framework adapters. MIT licensed.
2724
</p>
2825
<div className="hero-actions">
2926
<Link to="/get-started" className="btn btn-primary">Get Started</Link>
@@ -72,7 +69,7 @@ export function Landing() {
7269
{/* The Queries — the product */}
7370
<section className="section section--alt">
7471
<div className="section-inner">
75-
<h2 className="section-title">Five queries no vector store can answer</h2>
72+
<h2 className="section-title">Six queries no vector store can answer</h2>
7673
<p className="section-lead">
7774
FlowScript builds a typed reasoning graph during normal agent work. You query it with structured operations that traverse relationships, not embeddings.
7875
</p>
@@ -172,7 +169,7 @@ mem.query.tensions();{"\n"}
172169
<div className="install-card">
173170
<h3>MCP Server (Claude Code / Cursor)</h3>
174171
<div className="code-block install-cmd">pip install flowscript-agents openai</div>
175-
<p>14 reasoning tools with auto-extraction and contradiction handling. Add one JSON block to your editor config and restart.</p>
172+
<p>20 reasoning tools with auto-extraction and contradiction handling. Add one JSON block to your editor config and restart.</p>
176173
<Link to="/get-started" className="install-link">
177174
Setup guide &rarr;
178175
</Link>
@@ -353,7 +350,7 @@ mem.query.tensions();{"\n"}
353350
<div className="section-inner">
354351
<h2 className="section-title">What FlowScript actually is</h2>
355352
<p className="section-lead">
356-
The five queries and the audit trail are what FlowScript <em>does</em>. Here's what it <em>is</em>.
353+
The six queries and the audit trail are what FlowScript <em>does</em>. Here's what it <em>is</em>.
357354
</p>
358355
<p className="section-lead">
359356
Musical notation didn't record what musicians were already playing. It made polyphony <em>possible</em>. Bach's fugues are literally unthinkable without it &mdash; not "hard to remember" but impossible to compose, because the interaction of independent voices requires a representational system precise enough to reason about counterpoint.

web/src/pages/Learn.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* FlowScript Learn / Concepts Page
33
* Educational content: what is typed reasoning, how the graph works,
4-
* the five queries, temporal tiers, audit trail, advanced patterns,
4+
* the six queries, temporal tiers, audit trail, advanced patterns,
55
* metaprogramming, and the deeper structure.
66
*/
77

@@ -118,7 +118,7 @@ export function Learn() {
118118

119119
{/* The Five Queries — Deep Dive */}
120120
<section className="learn-section">
121-
<h2>The five queries, explained</h2>
121+
<h2>The six queries, explained</h2>
122122
<p>
123123
These are graph traversal operations, not text search. They follow typed relationships through the
124124
reasoning graph and return structured results.

0 commit comments

Comments
 (0)