wiki: publish PR #325 textbook and playbook
b3f71a3
wiki: add Public Statements & Disclosures area + Statement 001 (v0.5.56/57/58)
New transparency space, structurally separate from release notes so a future
security disclosure has a home that does not read as marketing.
Public-Statements: index of dated statements, plus STANDING DISCLOSURES restated
in one canonical place so their status is never inferred from silence — the
coordination subsystem is CONTAINED NOT CLOSED, and we explicitly do not assert
that no unauthorised access occurred, because our logs could not be correlated
at the time. That is a limitation of our logging, not a finding of safety, and
it is stated that way deliberately.
Statement-001: combined technical record for the three releases. Reports the two
defects live testing found AFTER v0.5.56 shipped, including the security-surface
sibling we found ourselves that no reporter raised, and the live Cerebras
catalogue defect our own currency check caught. Documents the 16-test parent
differential for v0.5.57 and the all-stage fault injection for v0.5.58 — the
case our internal review had NOT tested. Closes with the unplanned real provider
failure that occurred during the v0.5.58 post-deploy smoke and was handled
exactly as designed; it is the strongest evidence in the statement precisely
because we did not plan it.
Also names what is still open: model diversity (two of three seats were running
the same model, which weakens the premise the design rests on), the counsel
track, and no legal certification.
Sidebar gains a Transparency section. Footer version corrected from v0.5.12 to
v0.5.58 — it was 46 releases stale.
Every factual claim verified before publishing: live /health reports 0.5.58 and
13/8/5, and all three release tags resolve to the exact commits cited.
Forbidden-claim sweep clean.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E2WLyXrgH8dSXqKJiXW5Cu
7746204
metrics: sync to Report 102 (Jul 8-15) + server v0.5.49
VCR 61.5%->61.7%; hours 6,000+->11,000+; endpoints 4,400+->5,400+; WAU 669->348;
EA taxonomy-qualified 70/166/1 (v1.2); traffic MCP 50.1%/Human 43.8%/API 6.1%;
trajectory W24-W29 from Report 102 canonical table; intensity refreshed. Home
header + Verified Metrics table + Metrics-Dashboard fully aligned. Gate PASS.
9452463
wiki: v0.5.44 — auditable reasoning returned by default (clean/simple/informative)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
5b9be24
wiki: align BYOK provider framing with published architecture diagram (6 key-based + Ollama local)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
e93de39
metrics: Report 096 sync — Metrics Dashboard + Home refreshed to Phase 90 era
- Metrics-Dashboard: Phase 47/Report 074 era (2,168h/1,385 users/63.7% VCR) → Report 096 (6,000+h/4,400+ endpoints/61.5% VCR), success-gated v2.5 methodology, W18-W24 trajectory, traffic classification, EA Taxonomy v1.2 (49/134/1)
- Home: header line + Verified Metrics table → Report 096; BYOK provider list aligned to live server-card (6 providers, xAI removed)
- Aggregates only per Data-Disclosure Doctrine v1.0; independently verified against Firestore + Cloud Run logs by RNA
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2842564
wiki: add Architecture page + cross-links from Home and sidebar (T+L Session 40, D-40-1)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1a158bb
wiki: align Home to v0.6.0-Beta (MACP Thesis, verifimind.io, 5,308h/3,777 endpoints)
5e21e81
wiki(Installation): v0.4.5 → v0.5.34 + 13-tool list + 308/406/202 quick-ref
PR3 of the doc-consistency series (after PUBLIC repo PRs #220 and #221).
Updates the wiki Installation page from v0.4.5 / 10 tools to v0.5.34 /
13 tools, and adds the Critical Configuration Requirements section
documenting the three things every user needs to know before copying any
example: trailing slash, transport=streamable-http, dual Accept header.
Header changes:
- Added "Last Updated: May 17, 2026 — v0.5.34, Phase 90"
- Added "13 tools free forever" callout with Option B pledge link
NEW: Critical Configuration Requirements section
- Trailing slash on /mcp/ (308 redirect fix)
- streamable-http (not http-sse / sse)
- Dual Accept header (application/json, text/event-stream)
- Each requirement explained with the failure mode it prevents
Connection Methods restructured:
- Method 1: Streamable-HTTP (Cursor / VS Code / Windsurf)
- Method 2: mcp-remote bridge (Claude Desktop, Claude Code)
- Method 3: Direct HTTP + Python Agents SDK example (NEW)
Verification section updates:
- Health check now expects v0.5.34 + 13 tools (was v0.4.5 + 10 tools)
- Tools list now enumerates ALL 13 tools by name across 3 categories
- Test query example uses run_full_trinity (showcases the synthesis tool)
NEW: Troubleshooting quick-reference table (8 common issues, lookup
table with cause + solution) including 308, 307, 406, 403 (network +
Sentinel blocklist), and 202-is-not-an-error. Cross-links to the full
docs/MCP_Server_Troubleshooting_Guide.md (PR #221).
NEW: "What you can do once connected" section enumerating Trinity, BYOK,
templates, coordination layer, resources.
NEW: Phase 90 Context section explaining the monetization-STANDBY
status, Beta v0.6.0 redefined as Evaluation Roadmap M0+M1 (credibility
milestone, NOT commercial). Removes any user confusion about old
pricing references.
MCP Registry version updated: v3.11.0 (current), aligned with v0.5.34.
Path B sequential plan complete:
- PR #220 (PUBLIC main): MCP_SERVER_FEATURES.md restored v0.5.34 ✅
- PR #221 (PUBLIC main): docs/MCP_Server_Troubleshooting_Guide.md ✅
- This commit (wiki master): Installation.md ✅
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
66bcf65
wiki: MCP-Tools-Reference full rewrite — 13 tools (was 10 with 5 ghosts)
Alton flagged that the page is out-of-date and missing the 3 new
coordination tools. Investigation revealed worse problems:
Wiki claimed 10 tools. Of those 10:
- 4 Trinity tools: 3 correct, 1 mentioned non-existent "Y agent"
- 6 template tools: ALL 6 entries had wrong names or didn't exist
- list_templates -> actual: list_prompt_templates
- get_template -> actual: get_prompt_template
- fill_template -> DOES NOT EXIST in current code
- list_template_categories -> DOES NOT EXIST
- search_templates -> DOES NOT EXIST
- get_template_usage_examples -> DOES NOT EXIST
Wiki was missing 7 real tools:
- export_prompt_template
- register_custom_template
- import_template_from_url
- get_template_statistics
- coordination_handoff_create (the 3 Alton flagged)
- coordination_handoff_read
- coordination_team_status
A surgical patch (just add the 3 coordination tools) would have left
the page MORE wrong — correct tools next to 5 ghost-tool entries that
no client could call. Chose full rewrite over surgical patch.
This rewrite:
- All 13 tools with canonical param signatures pulled directly from
mcp-server/src/verifimind_mcp/server.py @app.tool() decorators
- server.json cited as canonical source-of-truth at top of page
- Fixed the "Y, X, Z, CS" mistake in run_full_trinity description
(current architecture is X-Z-CS Trinity, no Y agent)
- Coordination Tools section marked NEW with v0.5.16 origin
- BYOK section preserved (still accurate, hardened in v0.5.0)
- Added link to Evaluation Roadmap (how we plan to falsify the
Trinity's claims — M2 labeled dataset, M3 Cohen's κ report, M7
external benchmarks)
Tool count now 13 matches server.json + the wiki Home.md update from
commit 1647ff3 (Focused-4 refresh).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
a72bd18
wiki: Focused-4 refresh — v0.5.34 Evaluation Roadmap v1.0
Phase 90 "Adoption First" alignment. Brings the public wiki back from
April 17 (v0.5.14) to current state (May 15 / v0.5.34) on the 4 highest-
navigation-impact pages.
Home.md:
- Version badge v0.5.14 -> v0.5.34
- Add Evaluation Roadmap + 13-tools-free badges
- Quick Navigation now points to all 3 /research pages (paradox,
evaluation-roadmap, cowork) as primary entries
- What's New section rewritten for v0.5.34 (was MPAC article / library)
- Removed "$9/month" / "3 months free Beta access" pricing language;
Beta now framed as M2 dataset contribution per Decision #4
- MCP Tools section: 10 -> 13 free forever, Coordination Tools added
Roadmap.md:
- Current: v0.5.14 -> v0.5.34
- New "Evaluation Roadmap v1.0" header section with full M0-M9 table,
pre-registered thresholds, link to live page + canonical markdown
- Next: replaced "Pioneer $9/month Coordination Layer Phase 1" with
"Evaluation Roadmap M0 + M1 (credibility milestone, NOT commercial)"
- Removed stale v0.5.6-v0.5.9 commercialization-pilot table
- Added recent v0.5.x releases (v0.5.28 Tools Free, v0.5.31-33)
Publications.md:
- Added Evaluation Roadmap v1.0 as top Published Work
- Added Validation Paradox as Published Work
- Research Articles section now lists all 3 /research pages (paradox,
evaluation-roadmap, cowork) at top of table
- Removed Pioneer $9/month framing from Research Reports
_Sidebar.md:
- Added new "Research" section with 4 links (paradox, evaluation-roadmap,
cowork, library) — visitors now reach all 3 published research pages
in one click from any wiki page
What was NOT touched (queued for follow-up pass):
- AI-Council.md, MCP-Tools-Reference.md, BYOK-Guide.md, Installation.md,
Genesis-Methodology.md, Metrics-Dashboard.md, Early-Adopter-Program.md
These pages are stale but not actively misleading on the navigation
contradiction the Focused-4 was meant to resolve.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1647ff3
wiki: v0.5.14 — /library, /mcp/test, MPAC article, research library highlights
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43b83af
wiki: replace RoleNoteAI (inactive) with MACP Research platform (macpresearch.ysenseai.org)
e7f4709
wiki: PEAS → 'Prompt Engineering Agents Standardization' (Alton final decision)
4f532e3
wiki: v0.5.12 alignment — PEAS definition, metrics, version badges (Apr 10 2026)
- Home.md: v0.5.6 → v0.5.12 badge, metrics Phase 74 (2,389h/1,876u/90.7%), PEAS canonical definition
- Early-Adopter-Program.md: v0.5.12, Privacy/T&C v2.0, Discussion #126 link
- Metrics-Dashboard.md: Phase 74 / Report 074, 312 tests
- Roadmap.md: Current v0.5.12 Polar Integration
- _Footer.md: v0.5.12
- All pages: Prompt Engineering Agents System (was Attribution System)
ecf2d93
wiki: add Early Adopter Program page + update Home for v0.5.6 Gateway
- New page: Early-Adopter-Program.md
- Web form guide (GET /register), API curl examples, status check,
feedback submission, opt-out instructions (web + API)
- Z-Protocol v1.1 compliance details
- Links to Discussion #100, Privacy Policy, Terms
- Home.md: bump version badge v0.5.5 → v0.5.6, update last-updated line,
add EA row to quick nav table, add EA section above Quick Start,
update metrics source line, add Discussion #100 to Community
- _Sidebar.md: add Early Adopter Program under Getting Started
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b9abb90
Wiki v3.2: v1.1 frontier report, ROADMAP v4.0, updated metrics (Reports 056-059), footer v0.5.5
- Home: Updated metrics (2,168+ hrs, 1,385+ users), Discussion #98 v1.1 reference, Genesis v4.3
- Roadmap: ROADMAP v4.0 alignment (v0.5.6→v0.6.0-Beta), GMP version column, corrected sequence
- Metrics-Dashboard: Reports 056-059, W12+ row, updated announcements section
- Publications: Added Research Reports section (Frontier v1.1, ROADMAP v4.0)
- Footer: v0.4.5 → v0.5.5
7b92b6a
Wiki: Add Discussion #98 (Frontier Research Validation) + v0.5.7→v0.6.0-Beta roadmap preview
- Home.md: Added Discussion #98 to Community section
- Metrics-Dashboard.md: Added Discussion #98 reference
- Roadmap.md: Added Discussion #98 + v0.5.7→v0.6.0-Beta preview table
FLYWHEEL TEAM | MACP v2.2 | Phase 47+
34faa13
wiki: add Discussion #97 reference, update logo to transparent PNG, align dates to Mar 17
- Home.md: updated logo, added Discussion #97 to Community section
- Metrics-Dashboard.md: linked Discussion #97 in transparency note
- Roadmap.md: linked Discussion #97 in Phase 47 Ground Truth entry
- All pages: updated Last Updated to March 17, 2026
2d038e0
Phase 47 Ground Truth alignment: v0.5.5 + complete changelog v0.4.1→v0.5.5
- Home.md: Version badge v0.5.5, metrics to Report 056 Ground Truth
- Metrics-Dashboard.md: Full rewrite with Phase 47 forensic correction note
- Roadmap.md: Complete version history v0.4.1→v0.5.5 from public README
FLYWHEEL TEAM Session 12C | Manus AI CTO
5014ffd
wiki: update for v0.5.0 Foundation deployment
- Home.md: version badge v0.5.0, BYOK hardening note, 205 tests, v0.5.0 PR #60 link
- Roadmap.md: v0.5.0 Foundation as current release, v0.4.5 demoted to previous
bb1a6db
wiki: comprehensive update — v0.4.5 BYOK, W09 metrics, 9 pages, sidebar navigation
- Updated Home with v0.4.5 BYOK Live, 4-agent AI Council, W09 metrics
- Added BYOK Guide, Metrics Dashboard, Roadmap, Installation, Publications
- Added Genesis Methodology, AI Council, MCP Tools Reference pages
- Added sidebar navigation and updated footer
- Aligned all metrics with COO-AY Report 027 (March 1, 2026)
fd30c53
docs: Update Wiki Home with Genesis v3.1, MCP tools, current metrics
1bde5b6
Banner added at wiki's footer
1b87fe6