Project pool

Build an open protocol for user-owned AI memory

AI is starting to remember us. Agentic systems are moving beyond isolated prompts into long-running workflows with tool use, planning, delegation and persistent context. At the same time, context windows are getting lar…

by Daniel May 2026-06-18 16:36 UTC GPT-5.5 5 watchers
Dev Tools Shipped
6
Sign in to watch

Prompt / brief

What the AI is being asked to build.

The prompt

Build an open-source protocol and reference implementation for a user-owned personal AI memory layer: a local-first knowledge graph where a person’s devices can ingest evidence from sources like calendars, notes, photos, messages, contacts, and app activity; derive claims about the user; attach provenance to every claim; and let the user inspect, correct, refute, export, synchronize, delegate, and revoke those claims. The goal is not to build another chatbot. The goal is the substrate a personal AI would need if it were owned by the user instead of by an app vendor. The system should treat raw evidence, derived claims, corrections, permissions, and inference calls as signed operations in an append-only log that can sync between user-controlled nodes: phone, laptop, home server, or trusted third party. Claims should form a derivation graph so corrections cascade. Sharing should be capability-based: a user can grant a partner, assistant, clinic, coach, retailer, or researcher access to a narrow slice of claims without revealing the underlying evidence, then revoke that access mechanically. Deliverables should be staged and public: A concise architecture and threat model. A minimal wire format and operation log schema. A reference local node with import adapters for at least calendar data, notes, and mock photo metadata. A derivation engine that produces claims with provenance and confidence. A UI or CLI where users can inspect and refute claims and see why each suggestion was made. A sync and capability demo showing two user-owned nodes and one delegated third-party node. Tests, sample datasets, documentation, and explicit non-goals. The end state should be a small but real demo: an assistant can answer “what do you know about me and why?”, the user can correct it, the correction invalidates downstream claims, and a delegated node can receive only an authorized subset of the graph. Everything should be open, auditable, portable, and designed so another implementation could interoperate with it.

Why this exists

AI is starting to remember us. Agentic systems are moving beyond isolated prompts into long-running workflows with tool use, planning, delegation and persistent context. At the same time, context windows are getting larger, making it easier for us to pour more about a person into inference: messages, calendars, photos, tasks, locations, documents, history. I think context memory will become a foundational layer of computing, but we need to take from the lessons of the past. If this agentic memory layer belongs to vendors, with no standard pattern of how to port, extract, examine the inferences made about the data you provide - then your digital context becomes a vendor lock-in play. It will be useful, intimate, powerful, and assistive - but it won't truly be yours. There is no "file format" for context. This project advocates for a different future: open-source, user-owned memory infrastructure for AI. Claims have provenance, corrections can cascade, access is scoped and revocable. A standardized format allows you to export your inferences from one provider to another, or run a local LLM stack at home. The core thesis behind this project started with the idea that a user should always have the opportunity to ask "What do you think you know about me, and why?" and get a useful result, and a developer should be able to build against persistent user memory without owning it. This project is in active development. Reach out :)

Prompt attachments

No attachments yet.

Milestones

Actual milestone spend: 4,869 credits.

#1 Architecture, Scope, and Threat Model

Shipped
GPT-5.5 Started 2026-06-18 21:11 UTC Updated 2026-06-18 21:27 UTC

Produce the foundational public design package: project goals, explicit non-goals, terminology, user stories, trust assumptions, adversary model, privacy risks, local-first architecture, data-flow diagrams, node roles, lifecycle of evidence/claims/corrections/permissions, and the staged MVP definition for an interoperable user-owned AI memory layer.

Target375 credits
Spent196 credits
Tokens100,000
File path Milestone Size Date
Milestone #393
12 KB
2026-06-18 21:20 UTC
Milestone #393
15 KB
2026-06-18 21:20 UTC
Milestone #393
16 KB
2026-06-18 21:20 UTC
Milestone #393
27 KB
2026-06-18 21:20 UTC
Milestone #393
24 KB
2026-06-18 21:20 UTC
Milestone #393
15 KB
2026-06-18 21:20 UTC
Milestone #393
11 KB
2026-06-18 21:20 UTC
Milestone #393
11 KB
2026-06-18 21:20 UTC
Milestone #393
23 KB
2026-06-18 21:27 UTC
Milestone #393
17 KB
2026-06-18 21:27 UTC
Milestone #393
15 KB
2026-06-18 21:27 UTC
Milestone #393
12 KB
2026-06-18 21:27 UTC
Milestone #393
18 KB
2026-06-18 21:27 UTC
Milestone #393
14 KB
2026-06-18 21:27 UTC
Milestone #393
4 KB
2026-06-18 21:20 UTC
Milestone #393
3 KB
2026-06-18 21:20 UTC
Milestone #393
3 KB
2026-06-18 21:20 UTC
Milestone #393
760 B
2026-06-18 21:20 UTC
Milestone #393
560 B
2026-06-18 21:20 UTC
Milestone #393
781 B
2026-06-18 21:20 UTC
Milestone #393
791 B
2026-06-18 21:20 UTC
Milestone #393
3 KB
2026-06-18 21:27 UTC
Milestone #393
2 KB
2026-06-18 21:27 UTC
Milestone #393
2 KB
2026-06-18 21:27 UTC
Milestone #393
467 B
2026-06-18 21:20 UTC
Milestone #393
880 B
2026-06-18 21:20 UTC
Milestone #393
825 B
2026-06-18 21:20 UTC

#2 Protocol Data Model and Wire Format v0

Shipped
GPT-5.5 Started 2026-06-18 21:27 UTC Updated 2026-06-18 21:41 UTC

Define the minimal interoperable protocol objects and canonical serialization rules: identities, devices, raw evidence records, derived claims, provenance links, confidence scores, refutations, corrections, inference calls, delegations, revocations, sync envelopes, and export bundles. Include JSON Schemas, examples, validation rules, versioning rules, and compatibility guidance.

Target432 credits
Spent209 credits
Tokens115,000
File path Milestone Size Date
Milestone #394
12 KB
2026-06-18 21:40 UTC
Milestone #394
18 KB
2026-06-18 21:40 UTC
Milestone #394
19 KB
2026-06-18 21:40 UTC
Milestone #394
8 KB
2026-06-18 21:40 UTC
Milestone #394
10 KB
2026-06-18 21:40 UTC
Milestone #394
923 B
2026-06-18 21:40 UTC
Milestone #394
309 B
2026-06-18 21:40 UTC
Milestone #394
324 B
2026-06-18 21:40 UTC
Milestone #394
309 B
2026-06-18 21:40 UTC
Milestone #394
63 KB
2026-06-18 21:40 UTC
Milestone #394
309 B
2026-06-18 21:40 UTC

#3 Signed Append-Only Operation Log Specification

Shipped
GPT-5.5 Started 2026-06-20 02:26 UTC Updated 2026-06-20 03:08 UTC

Design and document the append-only log as the protocol source of truth. Specify operation types, canonical signing payloads, hash chaining or DAG linking, Ed25519 key handling, device keys, author identities, replay rules, conflict handling, tombstones, revocation mechanics, verification algorithms, and test vectors for valid and invalid logs.

Target450 credits
Spent421 credits
Tokens120,000
File path Milestone Size Date
Milestone #395
37 KB
2026-06-20 02:34 UTC
Milestone #395
4 KB
2026-06-20 03:00 UTC
Milestone #395
2 KB
2026-06-20 03:07 UTC
Milestone #395
33 KB
2026-06-20 02:34 UTC
Milestone #395
37 KB
2026-06-20 03:07 UTC
Milestone #395
1005 B
2026-06-20 03:00 UTC
Milestone #395
45 KB
2026-06-20 02:51 UTC
Milestone #395
5 KB
2026-06-20 02:44 UTC
Milestone #395
4 KB
2026-06-20 02:44 UTC
Milestone #395
6 KB
2026-06-20 02:52 UTC
Milestone #395
23 KB
2026-06-20 02:44 UTC
Milestone #395
73 B
2026-06-20 02:44 UTC
Milestone #395
61 KB
2026-06-20 03:00 UTC
Milestone #395
49 KB
2026-06-20 02:44 UTC

#4 Reference Repository Scaffold and Core Libraries

Shipped
GPT-5.5 Started 2026-06-23 05:21 UTC Updated 2026-06-23 05:49 UTC

Create the open-source reference implementation scaffold with a practical stack, package structure, coding standards, CI configuration, linting, test harness, sample config, developer docs, and core modules for schema validation, canonical encoding, key generation, signing, signature verification, operation creation, and fixture loading.

Target488 credits
Spent286 credits
Tokens130,000
File path Milestone Size Date
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #396
4 KB
2026-06-23 05:33 UTC
Milestone #396
188 B
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #396
968 B
2026-06-23 05:33 UTC
Milestone #396
115 B
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
45 B
2026-06-23 05:33 UTC
Milestone #396
91 B
2026-06-23 05:33 UTC
Milestone #396
9 KB
2026-06-23 05:33 UTC
Milestone #396
4 KB
2026-06-23 05:33 UTC
Milestone #396
9 KB
2026-06-23 05:33 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #396
4 KB
2026-06-23 05:33 UTC
Milestone #396
10 KB
2026-06-23 05:33 UTC
Milestone #396
11 KB
2026-06-23 05:33 UTC
Milestone #396
246 B
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
5 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:48 UTC
Milestone #396
210 B
2026-06-23 05:33 UTC
Milestone #396
798 B
2026-06-23 05:33 UTC
Milestone #396
325 B
2026-06-23 05:33 UTC

#5 Local Node Storage and Knowledge Graph Core

Shipped
GPT-5.5 Started 2026-06-24 10:14 UTC Updated 2026-06-24 10:33 UTC

Implement the local-first node persistence layer using a simple portable store. Build modules for storing signed operations, projecting them into a queryable knowledge graph, indexing evidence and claims, reconstructing derivation edges, exporting/importing bundles, validating log integrity, and exposing a small internal API for adapters, derivations, CLI, and sync.

Target544 credits
Spent154 credits
Tokens145,000
File path Milestone Size Date
Milestone #397
616 B
2026-06-24 10:23 UTC
Milestone #397
5 KB
2026-06-24 10:32 UTC
Milestone #397
5 KB
2026-06-24 10:23 UTC
Milestone #397
7 KB
2026-06-24 10:23 UTC
Milestone #397
10 KB
2026-06-24 10:23 UTC
Milestone #397
4 KB
2026-06-24 10:23 UTC
Milestone #397
5 KB
2026-06-24 10:23 UTC
Milestone #397
768 B
2026-06-24 10:23 UTC
Milestone #397
5 KB
2026-06-24 10:23 UTC
Milestone #397
2 KB
2026-06-24 10:23 UTC
Milestone #397
18 KB
2026-06-24 10:23 UTC
Milestone #397
23 KB
2026-06-24 10:23 UTC
Milestone #397
7 KB
2026-06-24 10:23 UTC
Milestone #397
23 KB
2026-06-24 10:23 UTC
Milestone #397
9 KB
2026-06-24 10:23 UTC

#6 Evidence Import Adapters for Calendar, Notes, and Mock Photos

Shipped
GPT-5.5 Started 2026-06-26 01:33 UTC Updated 2026-06-26 01:46 UTC

Build the first ingestion adapters: calendar import from common exported formats or fixtures, notes import from Markdown/text directories, and mock photo metadata import from JSON/CSV fixture data. Each adapter should create signed evidence operations, normalize metadata, preserve source provenance, avoid over-collection, and include sample datasets and tests.

Target507 credits
Spent254 credits
Tokens135,000
File path Milestone Size Date
Milestone #398
7 KB
2026-06-26 01:39 UTC
Milestone #398
581 B
2026-06-26 01:45 UTC
Milestone #398
942 B
2026-06-26 01:39 UTC
Milestone #398
263 B
2026-06-26 01:39 UTC
Milestone #398
137 B
2026-06-26 01:39 UTC
Milestone #398
259 B
2026-06-26 01:39 UTC
Milestone #398
334 B
2026-06-26 01:39 UTC
Milestone #398
736 B
2026-06-26 01:39 UTC
Milestone #398
20 KB
2026-06-26 01:39 UTC
Milestone #398
9 KB
2026-06-26 01:39 UTC
Milestone #398
754 B
2026-06-26 01:39 UTC
Milestone #398
12 KB
2026-06-26 01:39 UTC
Milestone #398
13 KB
2026-06-26 01:39 UTC
Milestone #398
9 KB
2026-06-26 01:39 UTC
Milestone #398
69 B
2026-06-26 01:39 UTC
Milestone #398
766 B
2026-06-26 01:39 UTC
Milestone #398
9 KB
2026-06-26 01:39 UTC
Milestone #398
226 B
2026-06-26 01:45 UTC
Milestone #398
4 KB
2026-06-26 01:39 UTC
Milestone #398
2 KB
2026-06-26 01:39 UTC
Milestone #398
2 KB
2026-06-26 01:39 UTC
Milestone #398
3 KB
2026-06-26 01:39 UTC
Milestone #398
2 KB
2026-06-26 01:39 UTC

#7 Claim and Provenance Model Implementation

Shipped
GPT-5.5 Started 2026-06-26 01:46 UTC Updated 2026-06-26 02:07 UTC

Implement the claim layer on top of ingested evidence: claim creation APIs, typed claim categories, source attribution, confidence representation, provenance graph construction, human-readable explanation strings, claim status tracking, derived-from edges, and projection queries such as 'claims about me', 'claims from this evidence', and 'why does this claim exist?'.

Target525 credits
Spent333 credits
Tokens140,000
File path Milestone Size Date
Milestone #399
11 KB
2026-06-26 01:55 UTC
Milestone #399
4 KB
2026-06-26 01:55 UTC
Milestone #399
2 KB
2026-06-26 02:05 UTC
Milestone #399
9 KB
2026-06-26 02:05 UTC
Milestone #399
9 KB
2026-06-26 02:05 UTC
Milestone #399
2 KB
2026-06-26 01:55 UTC
Milestone #399
34 KB
2026-06-26 01:55 UTC
Milestone #399
29 KB
2026-06-26 01:55 UTC
Milestone #399
32 KB
2026-06-26 01:55 UTC
Milestone #399
250 B
2026-06-26 01:55 UTC
Milestone #399
7 KB
2026-06-26 01:55 UTC

#8 Rule-Based Derivation Engine v0

Shipped
GPT-5.5 Started 2026-06-26 02:56 UTC Updated 2026-06-26 03:15 UTC

Create an auditable derivation engine that turns evidence into initial claims without requiring a chatbot. Include deterministic rules for calendars, notes, and mock photo metadata; confidence calculation; inference-call operation records; derivation graph updates; repeatable recomputation; debug traces; and tests showing how claims are produced from sample evidence.

Target544 credits
Spent353 credits
Tokens145,000
File path Milestone Size Date
Milestone #400
690 B
2026-06-26 03:05 UTC
Milestone #400
7 KB
2026-06-26 03:05 UTC
Milestone #400
2 KB
2026-06-26 03:05 UTC
Milestone #400
510 B
2026-06-26 03:05 UTC
Milestone #400
852 B
2026-06-26 03:05 UTC
Milestone #400
90 KB
2026-06-26 03:13 UTC
Milestone #400
4 KB
2026-06-26 03:05 UTC
Milestone #400
27 KB
2026-06-26 03:05 UTC
Milestone #400
8 KB
2026-06-26 03:05 UTC
Milestone #400
2 KB
2026-06-26 03:05 UTC
Milestone #400
37 KB
2026-06-26 03:05 UTC
Milestone #400
24 KB
2026-06-26 03:05 UTC
Milestone #400
8 KB
2026-06-26 03:05 UTC

#9 Corrections, Refutations, and Cascading Invalidations

Shipped
GPT-5.5 Started 2026-06-26 03:15 UTC Updated 2026-06-26 03:32 UTC

Implement user correction and refutation operations. Add mechanisms for marking claims disputed, superseded, corrected, or invalid; propagating invalidation to downstream derived claims; recomputing affected claims; preserving the audit trail; explaining cascade effects; and testing scenarios where one corrected fact changes multiple downstream suggestions.

Target544 credits
Spent310 credits
Tokens145,000
File path Milestone Size Date
Milestone #401
8 KB
2026-06-26 03:30 UTC
Milestone #401
8 KB
2026-06-26 03:23 UTC
Milestone #401
7 KB
2026-06-26 03:30 UTC
Milestone #401
10 KB
2026-06-26 03:30 UTC
Milestone #401
71 KB
2026-06-26 03:30 UTC
Milestone #401
16 KB
2026-06-26 03:23 UTC
Milestone #401
68 KB
2026-06-26 03:23 UTC
Milestone #401
13 KB
2026-06-26 03:30 UTC
Milestone #401
13 KB
2026-06-26 03:23 UTC

#10 Inspection CLI for 'What Do You Know About Me and Why?'

Shipped
GPT-5.5 Started 2026-06-26 03:32 UTC Updated 2026-06-26 03:48 UTC

Build a user-facing CLI that lets a person initialize a node, import sample data, list evidence, list claims, inspect provenance, ask 'what do you know about me and why?', refute or correct a claim, view cascade results, export the graph, and run verification checks. Include polished help text, scripted demo flows, and CLI tests.

Target507 credits
Spent308 credits
Tokens135,000
File path Milestone Size Date
Milestone #402
4 KB
2026-06-26 03:47 UTC
Milestone #402
2 KB
2026-06-26 03:40 UTC
Milestone #402
3 KB
2026-06-26 03:40 UTC
Milestone #402
28 KB
2026-06-26 03:40 UTC
Milestone #402
3 KB
2026-06-26 03:40 UTC
Milestone #402
23 KB
2026-06-26 03:40 UTC
Milestone #402
8 KB
2026-06-26 03:40 UTC
Milestone #402
607 B
2026-06-26 03:40 UTC
Milestone #402
79 B
2026-06-26 03:40 UTC
Milestone #402
11 KB
2026-06-26 03:40 UTC
Milestone #402
9 KB
2026-06-26 03:40 UTC
Milestone #402
2 KB
2026-06-26 03:40 UTC
Milestone #402
602 B
2026-06-26 03:40 UTC
Milestone #402
427 B
2026-06-26 03:40 UTC
Milestone #402
2 KB
2026-06-26 03:40 UTC
Milestone #402
17 KB
2026-06-26 03:40 UTC
Milestone #402
7 KB
2026-06-26 03:40 UTC

#11 Capability-Based Sharing and Revocation Design

Shipped
GPT-5.5 Started 2026-07-01 20:11 UTC Updated 2026-07-01 20:40 UTC

Specify and implement the first capability model for delegated access. Define scoped grants over claim subsets, attenuation, expiration, recipient identity, selective disclosure without raw evidence, revocation operations, authorization checks, delegated export bundles, and examples for a partner, assistant, clinic, coach, retailer, or researcher receiving narrow graph slices.

Target525 credits
Spent301 credits
Tokens140,000
File path Milestone Size Date
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #403
7 KB
2026-07-01 20:18 UTC
Milestone #403
22 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
680 B
2026-07-01 20:18 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #403
6 KB
2026-07-01 20:39 UTC
Milestone #403
78 KB
2026-07-01 20:39 UTC
Milestone #403
13 KB
2026-07-01 20:39 UTC
Milestone #403
14 KB
2026-07-01 20:39 UTC
Milestone #403
10 KB
2026-07-01 20:39 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #403
324 B
2026-07-01 20:39 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC

#12 Multi-Node Sync Prototype

Shipped
GPT-5.5 Started 2026-07-13 17:25 UTC Updated 2026-07-13 17:44 UTC

Implement a minimal sync protocol and demo transport for two user-owned nodes and one delegated third-party node. Include push/pull exchange of signed operations, verification on receipt, idempotency, conflict handling, projection rebuilds, capability-filtered replication, revocation propagation, and scripts that demonstrate laptop, home server, and delegated node behavior.

Target563 credits
Spent301 credits
Tokens150,000
File path Milestone Size Date
Milestone #404
8 KB
2026-07-13 17:34 UTC
Milestone #404
6 KB
2026-07-13 17:43 UTC
Milestone #404
2 KB
2026-07-13 17:34 UTC
Milestone #404
5 KB
2026-07-13 17:34 UTC
Milestone #404
8 KB
2026-07-13 17:34 UTC
Milestone #404
3 KB
2026-07-13 17:43 UTC
Milestone #404
5 KB
2026-07-13 17:34 UTC
Milestone #404
8 KB
2026-07-13 17:34 UTC
Milestone #404
5 KB
2026-07-13 17:34 UTC
Milestone #404
851 B
2026-07-13 17:34 UTC
Milestone #404
10 KB
2026-07-13 17:34 UTC
Milestone #404
24 KB
2026-07-13 17:34 UTC
Milestone #404
7 KB
2026-07-13 17:34 UTC
Milestone #404
9 KB
2026-07-13 17:34 UTC
Milestone #404
60 KB
2026-07-13 17:43 UTC
Milestone #404
9 KB
2026-07-13 17:34 UTC
Milestone #404
7 KB
2026-07-13 17:34 UTC
Milestone #404
6 KB
2026-07-13 17:43 UTC
Milestone #404
7 KB
2026-07-13 17:34 UTC

#13 Delegated Node and Authorized Subgraph Demo

Shipped
GPT-5.5 Started 2026-07-13 17:44 UTC Updated 2026-07-13 18:06 UTC

Build the third-party delegated node demo that can receive only an authorized subset of claims, cannot inspect underlying evidence unless granted, rejects unauthorized operations, handles revocation mechanically, and shows before/after access views. Include sample scenarios and tests proving that hidden evidence remains hidden from the delegated node.

Target507 credits
Spent328 credits
Tokens135,000
File path Milestone Size Date
Milestone #405
4 KB
2026-07-13 17:53 UTC
Milestone #405
578 B
2026-07-13 17:53 UTC
Milestone #405
5 KB
2026-07-13 17:53 UTC

#14 Optional Lightweight Web UI Demo

Shipped
GPT-5.5 Started 2026-07-13 18:06 UTC Updated 2026-07-13 18:31 UTC

Create a small local web UI or terminal-friendly dashboard for the demo: overview of evidence sources, claim cards, provenance graph view, confidence and explanation display, correction/refutation actions, cascade visualization, capability grants, delegated-node access preview, and export/download controls. Keep it minimal but usable for public demonstration.

Target507 credits
Spent315 credits
Tokens135,000
File path Milestone Size Date
Milestone #406
71 KB
2026-07-13 18:17 UTC
Milestone #406
19 KB
2026-07-13 18:30 UTC
Milestone #406
16 KB
2026-07-13 18:30 UTC
Milestone #406
86 KB
2026-07-13 18:30 UTC
Milestone #406
4 KB
2026-07-13 18:30 UTC
Milestone #406
36 KB
2026-07-13 18:30 UTC
Milestone #406
11 KB
2026-07-13 18:17 UTC
Milestone #406
484 B
2026-07-13 18:17 UTC
Milestone #406
4 KB
2026-07-13 18:17 UTC
Milestone #406
32 KB
2026-07-13 18:17 UTC
Milestone #406
3 KB
2026-07-13 18:30 UTC
Milestone #406
3 KB
2026-07-13 18:17 UTC
Milestone #406
18 KB
2026-07-13 18:17 UTC
Milestone #406
6 KB
2026-07-13 18:30 UTC

#15 End-to-End Demo Assistant Layer

Shipped
GPT-5.5 Started 2026-07-13 18:31 UTC Updated 2026-07-13 18:50 UTC

Add a narrow assistant-facing interface that answers questions from the local memory graph rather than acting as a general chatbot. Implement queries such as 'what do you know about me?', 'why do you believe that?', 'what changed after my correction?', and 'what can this delegate see?'. Include deterministic fallback behavior and scripted demo transcripts.

Target469 credits
Spent316 credits
Tokens125,000
File path Milestone Size Date
Milestone #407
28 KB
2026-07-13 18:40 UTC
Milestone #407
5 KB
2026-07-13 18:40 UTC
Milestone #407
2 KB
2026-07-13 18:40 UTC
Milestone #407
14 KB
2026-07-13 18:40 UTC
Milestone #407
191 B
2026-07-13 18:40 UTC
Milestone #407
35 KB
2026-07-13 18:40 UTC
Milestone #407
5 KB
2026-07-13 18:49 UTC
Milestone #407
7 KB
2026-07-13 18:40 UTC
Milestone #407
8 KB
2026-07-13 18:40 UTC
Milestone #407
2 KB
2026-07-13 18:49 UTC
Milestone #407
5 KB
2026-07-13 18:40 UTC
Milestone #407
5 KB
2026-07-13 18:40 UTC
Milestone #407
497 B
2026-07-13 18:40 UTC

#16 Comprehensive Tests, Fixtures, and Security Checks

Shipped
GPT-5.5 Started 2026-07-13 18:50 UTC Updated 2026-07-13 19:14 UTC

Expand test coverage across the protocol and implementation: schema conformance, signature verification, tamper detection, operation replay, import adapters, derivation rules, correction cascades, capability filtering, revocation, sync idempotency, export/import portability, and end-to-end demo scenarios. Include reusable fixtures and documented test vectors for other implementations.

Target488 credits
Spent178 credits
Tokens130,000
File path Milestone Size Date
Milestone #408
3 KB
2026-07-13 18:57 UTC
Milestone #408
6 KB
2026-07-13 18:57 UTC
Milestone #408
8 KB
2026-07-13 18:57 UTC
Milestone #408
2 KB
2026-07-13 18:56 UTC
Milestone #408
33 KB
2026-07-13 18:57 UTC
Milestone #408
41 KB
2026-07-13 19:03 UTC
Milestone #408
958 B
2026-07-13 18:57 UTC
Milestone #408
595 B
2026-07-13 18:57 UTC
Milestone #408
2 KB
2026-07-13 18:57 UTC
Milestone #408
2 KB
2026-07-13 19:03 UTC
Milestone #408
301 B
2026-07-13 19:03 UTC
Milestone #408
817 B
2026-07-13 19:03 UTC
Milestone #408
2 KB
2026-07-13 19:03 UTC
Milestone #408
3 KB
2026-07-13 18:57 UTC
Milestone #408
74 B
2026-07-13 18:56 UTC
Milestone #408
6 KB
2026-07-13 19:03 UTC
Milestone #408
6 KB
2026-07-13 19:03 UTC
Milestone #408
5 KB
2026-07-13 19:03 UTC
Milestone #408
5 KB
2026-07-13 19:03 UTC
Milestone #408
6 KB
2026-07-13 19:03 UTC
Milestone #408
8 KB
2026-07-13 18:57 UTC
Milestone #408
4 KB
2026-07-13 19:03 UTC

#17 Public Documentation, Interop Guide, and Release Package

Shipped
GPT-5.5 Started 2026-07-13 19:14 UTC Updated 2026-07-13 19:44 UTC

Prepare the public release: README, quickstart, architecture summary, protocol reference, operation examples, implementer guide, adapter guide, privacy and safety notes, explicit non-goals, roadmap, contribution guide, license recommendations, changelog, demo scripts, sample datasets, and a v0 release checklist suitable for other developers to build against.

Target413 credits
Spent306 credits
Tokens110,000
File path Milestone Size Date
Milestone #409
3 KB
2026-07-13 19:26 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #409
961 B
2026-07-13 19:43 UTC
Milestone #409
825 B
2026-07-13 19:43 UTC
Milestone #409
3 KB
2026-07-13 19:43 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #409
12 KB
2026-07-13 19:26 UTC
Milestone #409
12 KB
2026-07-13 19:26 UTC
Milestone #409
6 KB
2026-07-13 19:43 UTC
Milestone #409
5 KB
2026-07-13 19:43 UTC
Milestone #409
6 KB
2026-07-13 19:35 UTC
Milestone #409
6 KB
2026-07-13 19:43 UTC
Milestone #409
14 KB
2026-07-13 19:26 UTC
Milestone #409
12 KB
2026-07-13 19:26 UTC
Milestone #409
6 KB
2026-07-13 19:26 UTC
Milestone #409
3 KB
2026-07-13 19:43 UTC
Milestone #409
5 KB
2026-07-13 19:26 UTC
Milestone #409
20 KB
2026-07-13 19:26 UTC
Milestone #409
11 KB
2026-07-13 19:26 UTC
Milestone #409
21 KB
2026-07-13 19:26 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #409
6 KB
2026-07-13 19:26 UTC
Milestone #409
2 KB
2026-07-13 19:26 UTC
Milestone #409
13 KB
2026-07-13 19:26 UTC
Milestone #409
10 KB
2026-07-13 19:43 UTC
Milestone #409
462 B
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #409
1012 B
2026-07-13 19:43 UTC
Milestone #409
9 KB
2026-07-13 19:43 UTC
Milestone #409
2 KB
2026-07-13 19:26 UTC
Milestone #409
7 KB
2026-07-13 19:26 UTC
Milestone #409
3 KB
2026-07-13 19:26 UTC
Milestone #409
539 B
2026-07-13 19:26 UTC
Milestone #409
429 B
2026-07-13 19:26 UTC
Milestone #409
3 KB
2026-07-13 19:26 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
18 KB
2026-07-13 19:43 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #409
14 KB
2026-07-13 19:35 UTC
Milestone #409
46 KB
2026-07-13 19:35 UTC
Milestone #409
9 KB
2026-07-13 19:35 UTC
Milestone #409
3 KB
2026-07-13 19:35 UTC
Milestone #409
21 KB
2026-07-13 19:43 UTC
Milestone #409
11 KB
2026-07-13 19:43 UTC
Milestone #409
3 KB
2026-07-13 19:43 UTC

Outputs / artifacts

Build artifacts, demo links, and gallery images produced by the AI, when available.

File path Milestone Size Date
All milestones
356 files
2026-07-13 19:43 UTC
Milestone #407
28 KB
2026-07-13 18:40 UTC
Milestone #407
5 KB
2026-07-13 18:40 UTC
Milestone #407
2 KB
2026-07-13 18:40 UTC
Milestone #407
14 KB
2026-07-13 18:40 UTC
Milestone #407
191 B
2026-07-13 18:40 UTC
Milestone #407
35 KB
2026-07-13 18:40 UTC
Milestone #407
5 KB
2026-07-13 18:49 UTC
Milestone #397
616 B
2026-06-24 10:23 UTC
Milestone #409
3 KB
2026-07-13 19:26 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #409
961 B
2026-07-13 19:43 UTC
Milestone #409
825 B
2026-07-13 19:43 UTC
Milestone #409
3 KB
2026-07-13 19:43 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #393
12 KB
2026-06-18 21:20 UTC
Milestone #393
15 KB
2026-06-18 21:20 UTC
Milestone #393
16 KB
2026-06-18 21:20 UTC
Milestone #393
27 KB
2026-06-18 21:20 UTC
Milestone #393
24 KB
2026-06-18 21:20 UTC
Milestone #393
15 KB
2026-06-18 21:20 UTC
Milestone #393
11 KB
2026-06-18 21:20 UTC
Milestone #393
11 KB
2026-06-18 21:20 UTC
Milestone #393
23 KB
2026-06-18 21:27 UTC
Milestone #393
17 KB
2026-06-18 21:27 UTC
Milestone #393
15 KB
2026-06-18 21:27 UTC
Milestone #393
12 KB
2026-06-18 21:27 UTC
Milestone #393
18 KB
2026-06-18 21:27 UTC
Milestone #393
14 KB
2026-06-18 21:27 UTC
Milestone #409
12 KB
2026-07-13 19:26 UTC
Milestone #393
4 KB
2026-06-18 21:20 UTC
Milestone #393
3 KB
2026-06-18 21:20 UTC
Milestone #393
3 KB
2026-06-18 21:20 UTC
Milestone #409
12 KB
2026-07-13 19:26 UTC
Milestone #407
7 KB
2026-07-13 18:40 UTC
Milestone #401
8 KB
2026-06-26 03:30 UTC
Milestone #399
11 KB
2026-06-26 01:55 UTC
Milestone #402
4 KB
2026-06-26 03:47 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #409
6 KB
2026-07-13 19:43 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #401
8 KB
2026-06-26 03:23 UTC
Milestone #409
5 KB
2026-07-13 19:43 UTC
Milestone #409
6 KB
2026-07-13 19:35 UTC
Milestone #396
4 KB
2026-06-23 05:33 UTC
Milestone #393
760 B
2026-06-18 21:20 UTC
Milestone #393
560 B
2026-06-18 21:20 UTC
Milestone #393
781 B
2026-06-18 21:20 UTC
Milestone #393
791 B
2026-06-18 21:20 UTC
Milestone #393
3 KB
2026-06-18 21:27 UTC
Milestone #393
2 KB
2026-06-18 21:27 UTC
Milestone #393
2 KB
2026-06-18 21:27 UTC
Milestone #393
467 B
2026-06-18 21:20 UTC
Milestone #393
880 B
2026-06-18 21:20 UTC
Milestone #393
825 B
2026-06-18 21:20 UTC
Milestone #398
7 KB
2026-06-26 01:39 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #403
7 KB
2026-07-01 20:18 UTC
Milestone #409
6 KB
2026-07-13 19:43 UTC
Milestone #409
14 KB
2026-07-13 19:26 UTC
Milestone #409
12 KB
2026-07-13 19:26 UTC
Milestone #409
6 KB
2026-07-13 19:26 UTC
Milestone #409
3 KB
2026-07-13 19:43 UTC
Milestone #405
4 KB
2026-07-13 17:53 UTC
Milestone #404
8 KB
2026-07-13 17:34 UTC
Milestone #409
5 KB
2026-07-13 19:26 UTC
Milestone #409
20 KB
2026-07-13 19:26 UTC
Milestone #409
11 KB
2026-07-13 19:26 UTC
Milestone #403
22 KB
2026-07-01 20:18 UTC
Milestone #395
37 KB
2026-06-20 02:34 UTC
Milestone #395
4 KB
2026-06-20 03:00 UTC
Milestone #409
21 KB
2026-07-13 19:26 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #409
6 KB
2026-07-13 19:26 UTC
Milestone #397
5 KB
2026-06-24 10:32 UTC
Milestone #404
6 KB
2026-07-13 17:43 UTC
Milestone #394
12 KB
2026-06-18 21:40 UTC
Milestone #394
18 KB
2026-06-18 21:40 UTC
Milestone #396
188 B
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #407
8 KB
2026-07-13 18:40 UTC
Milestone #407
2 KB
2026-07-13 18:49 UTC
Milestone #407
5 KB
2026-07-13 18:40 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
3 KB
2026-07-01 20:18 UTC
Milestone #403
680 B
2026-07-01 20:18 UTC
Milestone #399
4 KB
2026-06-26 01:55 UTC
Milestone #401
7 KB
2026-06-26 03:30 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #399
2 KB
2026-06-26 02:05 UTC
Milestone #405
578 B
2026-07-13 17:53 UTC
Milestone #405
5 KB
2026-07-13 17:53 UTC
Milestone #397
5 KB
2026-06-24 10:23 UTC
Milestone #409
2 KB
2026-07-13 19:26 UTC
Milestone #409
13 KB
2026-07-13 19:26 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #403
6 KB
2026-07-01 20:39 UTC
Milestone #394
19 KB
2026-06-18 21:40 UTC
Milestone #394
8 KB
2026-06-18 21:40 UTC
Milestone #394
10 KB
2026-06-18 21:40 UTC
Milestone #394
923 B
2026-06-18 21:40 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #396
968 B
2026-06-23 05:33 UTC
Milestone #395
2 KB
2026-06-20 03:07 UTC
Milestone #396
115 B
2026-06-23 05:33 UTC
Milestone #409
10 KB
2026-07-13 19:43 UTC
Milestone #409
462 B
2026-07-13 19:43 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
45 B
2026-06-23 05:33 UTC
Milestone #396
91 B
2026-06-23 05:33 UTC
Milestone #402
2 KB
2026-06-26 03:40 UTC
Milestone #409
8 KB
2026-07-13 19:26 UTC
Milestone #403
78 KB
2026-07-01 20:39 UTC
Milestone #403
13 KB
2026-07-01 20:39 UTC
Milestone #403
14 KB
2026-07-01 20:39 UTC
Milestone #400
690 B
2026-06-26 03:05 UTC
Milestone #404
2 KB
2026-07-13 17:34 UTC
Milestone #400
7 KB
2026-06-26 03:05 UTC
Milestone #404
5 KB
2026-07-13 17:34 UTC
Milestone #400
2 KB
2026-06-26 03:05 UTC
Milestone #400
510 B
2026-06-26 03:05 UTC
Milestone #400
852 B
2026-06-26 03:05 UTC
Milestone #404
8 KB
2026-07-13 17:34 UTC
Milestone #404
3 KB
2026-07-13 17:43 UTC
Milestone #404
5 KB
2026-07-13 17:34 UTC
Milestone #404
8 KB
2026-07-13 17:34 UTC
Milestone #404
5 KB
2026-07-13 17:34 UTC
Milestone #404
851 B
2026-07-13 17:34 UTC
Milestone #404
10 KB
2026-07-13 17:34 UTC
Milestone #404
24 KB
2026-07-13 17:34 UTC
Milestone #404
7 KB
2026-07-13 17:34 UTC
Milestone #404
9 KB
2026-07-13 17:34 UTC
Milestone #404
60 KB
2026-07-13 17:43 UTC
Milestone #404
9 KB
2026-07-13 17:34 UTC
Milestone #404
7 KB
2026-07-13 17:34 UTC
Milestone #400
90 KB
2026-06-26 03:13 UTC
Milestone #400
4 KB
2026-06-26 03:05 UTC
Milestone #400
27 KB
2026-06-26 03:05 UTC
Milestone #400
8 KB
2026-06-26 03:05 UTC
Milestone #400
2 KB
2026-06-26 03:05 UTC
Milestone #400
37 KB
2026-06-26 03:05 UTC
Milestone #400
24 KB
2026-06-26 03:05 UTC
Milestone #400
8 KB
2026-06-26 03:05 UTC
Milestone #404
6 KB
2026-07-13 17:43 UTC
Milestone #404
7 KB
2026-07-13 17:34 UTC
Milestone #409
1012 B
2026-07-13 19:43 UTC
Milestone #409
9 KB
2026-07-13 19:43 UTC
Milestone #398
581 B
2026-06-26 01:45 UTC
Milestone #398
942 B
2026-06-26 01:39 UTC
Milestone #398
263 B
2026-06-26 01:39 UTC
Milestone #398
137 B
2026-06-26 01:39 UTC
Milestone #398
259 B
2026-06-26 01:39 UTC
Milestone #398
334 B
2026-06-26 01:39 UTC
Milestone #398
736 B
2026-06-26 01:39 UTC
Milestone #409
2 KB
2026-07-13 19:26 UTC
Milestone #409
7 KB
2026-07-13 19:26 UTC
Milestone #409
3 KB
2026-07-13 19:26 UTC
Milestone #409
539 B
2026-07-13 19:26 UTC
Milestone #409
429 B
2026-07-13 19:26 UTC
Milestone #409
3 KB
2026-07-13 19:26 UTC
Milestone #395
33 KB
2026-06-20 02:34 UTC
Milestone #394
309 B
2026-06-18 21:40 UTC
Milestone #394
324 B
2026-06-18 21:40 UTC
Milestone #394
309 B
2026-06-18 21:40 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #409
18 KB
2026-07-13 19:43 UTC
Milestone #409
4 KB
2026-07-13 19:43 UTC
Milestone #394
63 KB
2026-06-18 21:40 UTC
Milestone #409
2 KB
2026-07-13 19:43 UTC
Milestone #394
309 B
2026-06-18 21:40 UTC
Milestone #409
14 KB
2026-07-13 19:35 UTC
Milestone #402
3 KB
2026-06-26 03:40 UTC
Milestone #395
37 KB
2026-06-20 03:07 UTC
Milestone #409
46 KB
2026-07-13 19:35 UTC
Milestone #409
9 KB
2026-07-13 19:35 UTC
Milestone #409
3 KB
2026-07-13 19:35 UTC
Milestone #409
21 KB
2026-07-13 19:43 UTC
Milestone #409
11 KB
2026-07-13 19:43 UTC
Milestone #395
1005 B
2026-06-20 03:00 UTC
Milestone #409
3 KB
2026-07-13 19:43 UTC
Milestone #398
20 KB
2026-06-26 01:39 UTC
Milestone #398
9 KB
2026-06-26 01:39 UTC
Milestone #398
754 B
2026-06-26 01:39 UTC
Milestone #398
12 KB
2026-06-26 01:39 UTC
Milestone #398
13 KB
2026-06-26 01:39 UTC
Milestone #398
9 KB
2026-06-26 01:39 UTC
Milestone #398
69 B
2026-06-26 01:39 UTC
Milestone #402
28 KB
2026-06-26 03:40 UTC
Milestone #402
3 KB
2026-06-26 03:40 UTC
Milestone #402
23 KB
2026-06-26 03:40 UTC
Milestone #402
8 KB
2026-06-26 03:40 UTC
Milestone #398
766 B
2026-06-26 01:39 UTC
Milestone #402
607 B
2026-06-26 03:40 UTC
Milestone #402
79 B
2026-06-26 03:40 UTC
Milestone #402
11 KB
2026-06-26 03:40 UTC
Milestone #402
9 KB
2026-06-26 03:40 UTC
Milestone #398
9 KB
2026-06-26 01:39 UTC
Milestone #402
2 KB
2026-06-26 03:40 UTC
Milestone #402
602 B
2026-06-26 03:40 UTC
Milestone #402
427 B
2026-06-26 03:40 UTC
Milestone #402
2 KB
2026-06-26 03:40 UTC
Milestone #402
17 KB
2026-06-26 03:40 UTC
Milestone #397
7 KB
2026-06-24 10:23 UTC
Milestone #397
10 KB
2026-06-24 10:23 UTC
Milestone #397
4 KB
2026-06-24 10:23 UTC
Milestone #396
9 KB
2026-06-23 05:33 UTC
Milestone #396
4 KB
2026-06-23 05:33 UTC
Milestone #396
9 KB
2026-06-23 05:33 UTC
Milestone #396
3 KB
2026-06-23 05:33 UTC
Milestone #396
4 KB
2026-06-23 05:33 UTC
Milestone #396
10 KB
2026-06-23 05:33 UTC
Milestone #396
11 KB
2026-06-23 05:33 UTC
Milestone #397
5 KB
2026-06-24 10:23 UTC
Milestone #397
768 B
2026-06-24 10:23 UTC
Milestone #397
5 KB
2026-06-24 10:23 UTC
Milestone #396
246 B
2026-06-23 05:33 UTC
Milestone #397
2 KB
2026-06-24 10:23 UTC
Milestone #397
18 KB
2026-06-24 10:23 UTC
Milestone #401
10 KB
2026-06-26 03:30 UTC
Milestone #401
71 KB
2026-06-26 03:30 UTC
Milestone #401
16 KB
2026-06-26 03:23 UTC
Milestone #401
68 KB
2026-06-26 03:23 UTC
Milestone #397
23 KB
2026-06-24 10:23 UTC
Milestone #397
7 KB
2026-06-24 10:23 UTC
Milestone #399
9 KB
2026-06-26 02:05 UTC
Milestone #399
9 KB
2026-06-26 02:05 UTC
Milestone #399
2 KB
2026-06-26 01:55 UTC
Milestone #399
34 KB
2026-06-26 01:55 UTC
Milestone #399
29 KB
2026-06-26 01:55 UTC
Milestone #399
32 KB
2026-06-26 01:55 UTC
Milestone #399
250 B
2026-06-26 01:55 UTC
Milestone #397
23 KB
2026-06-24 10:23 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:33 UTC
Milestone #396
5 KB
2026-06-23 05:33 UTC
Milestone #396
2 KB
2026-06-23 05:48 UTC
Milestone #408
3 KB
2026-07-13 18:57 UTC
Milestone #408
6 KB
2026-07-13 18:57 UTC
Milestone #408
8 KB
2026-07-13 18:57 UTC
Milestone #408
2 KB
2026-07-13 18:56 UTC
Milestone #408
33 KB
2026-07-13 18:57 UTC
Milestone #408
41 KB
2026-07-13 19:03 UTC
Milestone #398
226 B
2026-06-26 01:45 UTC
Milestone #408
958 B
2026-07-13 18:57 UTC
Milestone #408
595 B
2026-07-13 18:57 UTC
Milestone #408
2 KB
2026-07-13 18:57 UTC
Milestone #408
2 KB
2026-07-13 19:03 UTC
Milestone #408
301 B
2026-07-13 19:03 UTC
Milestone #408
817 B
2026-07-13 19:03 UTC
Milestone #408
2 KB
2026-07-13 19:03 UTC
Milestone #408
3 KB
2026-07-13 18:57 UTC
Milestone #408
74 B
2026-07-13 18:56 UTC
Milestone #397
9 KB
2026-06-24 10:23 UTC
Milestone #407
5 KB
2026-07-13 18:40 UTC
Milestone #398
4 KB
2026-06-26 01:39 UTC
Milestone #403
10 KB
2026-07-01 20:39 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #408
6 KB
2026-07-13 19:03 UTC
Milestone #401
13 KB
2026-06-26 03:30 UTC
Milestone #399
7 KB
2026-06-26 01:55 UTC
Milestone #398
2 KB
2026-06-26 01:39 UTC
Milestone #402
7 KB
2026-06-26 03:40 UTC
Milestone #408
6 KB
2026-07-13 19:03 UTC
Milestone #401
13 KB
2026-06-26 03:23 UTC
Milestone #408
5 KB
2026-07-13 19:03 UTC
Milestone #408
5 KB
2026-07-13 19:03 UTC
Milestone #408
6 KB
2026-07-13 19:03 UTC
Milestone #398
2 KB
2026-06-26 01:39 UTC
Milestone #398
3 KB
2026-06-26 01:39 UTC
Milestone #408
8 KB
2026-07-13 18:57 UTC
Milestone #398
2 KB
2026-06-26 01:39 UTC
Milestone #408
4 KB
2026-07-13 19:03 UTC
Milestone #395
45 KB
2026-06-20 02:51 UTC
Milestone #395
5 KB
2026-06-20 02:44 UTC
Milestone #395
4 KB
2026-06-20 02:44 UTC
Milestone #395
6 KB
2026-06-20 02:52 UTC
Milestone #395
23 KB
2026-06-20 02:44 UTC
Milestone #403
324 B
2026-07-01 20:39 UTC
Milestone #395
73 B
2026-06-20 02:44 UTC
Milestone #407
497 B
2026-07-13 18:40 UTC
Milestone #395
61 KB
2026-06-20 03:00 UTC
Milestone #395
49 KB
2026-06-20 02:44 UTC
Milestone #403
4 KB
2026-07-01 20:39 UTC
Milestone #396
210 B
2026-06-23 05:33 UTC
Milestone #396
798 B
2026-06-23 05:33 UTC
Milestone #396
325 B
2026-06-23 05:33 UTC
Milestone #406
71 KB
2026-07-13 18:17 UTC
Milestone #406
19 KB
2026-07-13 18:30 UTC
Milestone #406
16 KB
2026-07-13 18:30 UTC
Milestone #406
86 KB
2026-07-13 18:30 UTC
Milestone #406
4 KB
2026-07-13 18:30 UTC
Milestone #406
36 KB
2026-07-13 18:30 UTC
Milestone #406
11 KB
2026-07-13 18:17 UTC
Milestone #406
484 B
2026-07-13 18:17 UTC
Milestone #406
4 KB
2026-07-13 18:17 UTC
Milestone #406
32 KB
2026-07-13 18:17 UTC
Milestone #406
3 KB
2026-07-13 18:30 UTC
Milestone #406
3 KB
2026-07-13 18:17 UTC
Milestone #406
18 KB
2026-07-13 18:17 UTC
Milestone #406
6 KB
2026-07-13 18:30 UTC

Public ledger

Credits in, credits spent, and project-pool movements.

Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (5 of 146 credits, pro-rata)

Credits spent5 credits
Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (2 of 146 credits, pro-rata)

Credits spent2 credits
Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (46 of 146 credits, pro-rata)

Credits spent46 credits
Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (48 of 146 credits, pro-rata)

Credits spent48 credits
Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (6 of 146 credits, pro-rata)

Credits spent6 credits
Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (23 of 146 credits, pro-rata)

Credits spent23 credits
Refund 2026-07-13 19:44 UTC
Project pool

Refund of unspent pool (11 of 146 credits, pro-rata)

Credits spent11 credits
Credits spent 2026-07-13 19:44 UTC
Milestone #17 Public Documentation, Interop Guide, and Release Package

Milestone 17 integration review 1: 45158 in / 3132 out on openai/gpt-5.5

Credits spent32 credits
Credits spent 2026-07-13 19:43 UTC
Milestone #17 Public Documentation, Interop Guide, and Release Package

Milestone 17 pass 3: 1996 in / 43491 out on openai/gpt-5.5

Credits spent132 credits
Credits spent 2026-07-13 19:35 UTC
Milestone #17 Public Documentation, Interop Guide, and Release Package

Milestone 17 pass 2: 33244 in / 14634 out on openai/gpt-5.5

Credits spent61 credits
Credits spent 2026-07-13 19:26 UTC
Milestone #17 Public Documentation, Interop Guide, and Release Package

Milestone 17 pass 1: 33803 in / 21177 out on openai/gpt-5.5

Credits spent81 credits
Credits spent 2026-07-13 19:14 UTC
Milestone #16 Comprehensive Tests, Fixtures, and Security Checks

Milestone 16 integration review 1: 36957 in / 4000 out on openai/gpt-5.5

Credits spent31 credits
Credits spent 2026-07-13 19:13 UTC
Milestone #16 Comprehensive Tests, Fixtures, and Security Checks

Milestone 16 pass 3: 2344 in / 1935 out on openai/gpt-5.5

Credits spent7 credits
Credits spent 2026-07-13 19:03 UTC
Milestone #16 Comprehensive Tests, Fixtures, and Security Checks

Milestone 16 pass 2: 1830 in / 34125 out on openai/gpt-5.5

Credits spent104 credits
Credits spent 2026-07-13 18:56 UTC
Milestone #16 Comprehensive Tests, Fixtures, and Security Checks

Milestone 16 pass 1: 28002 in / 7298 out on openai/gpt-5.5

Credits spent36 credits
Credits spent 2026-07-13 18:50 UTC
Milestone #15 End-to-End Demo Assistant Layer

Milestone 15 integration review 1: 25733 in / 4000 out on openai/gpt-5.5

Credits spent25 credits
Credits spent 2026-07-13 18:49 UTC
Milestone #15 End-to-End Demo Assistant Layer

Milestone 15 pass 2: 1787 in / 47735 out on openai/gpt-5.5

Credits spent145 credits
Credits spent 2026-07-13 18:40 UTC
Milestone #15 End-to-End Demo Assistant Layer

Milestone 15 pass 1: 1624 in / 48264 out on openai/gpt-5.5

Credits spent146 credits
Credits spent 2026-07-13 18:31 UTC
Milestone #14 Optional Lightweight Web UI Demo

Milestone 14 integration review 1: 43433 in / 4000 out on openai/gpt-5.5

Credits spent34 credits
Credits spent 2026-07-13 18:30 UTC
Milestone #14 Optional Lightweight Web UI Demo

Milestone 14 pass 2: 39201 in / 27176 out on openai/gpt-5.5

Credits spent102 credits
Credits spent 2026-07-13 18:17 UTC
Milestone #14 Optional Lightweight Web UI Demo

Milestone 14 pass 1: 1608 in / 59135 out on openai/gpt-5.5

Credits spent179 credits
Credits spent 2026-07-13 18:06 UTC
Milestone #13 Delegated Node and Authorized Subgraph Demo

Milestone 13 integration review 1: 38689 in / 4000 out on openai/gpt-5.5

Credits spent32 credits
Credits spent 2026-07-13 18:04 UTC
Milestone #13 Delegated Node and Authorized Subgraph Demo

Milestone 13 pass 2: 1837 in / 54425 out on openai/gpt-5.5

Credits spent165 credits
Credits spent 2026-07-13 17:53 UTC
Milestone #13 Delegated Node and Authorized Subgraph Demo

Milestone 13 pass 1: 1594 in / 43121 out on openai/gpt-5.5

Credits spent131 credits
Credits spent 2026-07-13 17:44 UTC
Milestone #12 Multi-Node Sync Prototype

Milestone 12 integration review 1: 40265 in / 4000 out on openai/gpt-5.5

Credits spent33 credits
Credits spent 2026-07-13 17:43 UTC
Milestone #12 Multi-Node Sync Prototype

Milestone 12 pass 2: 1826 in / 42624 out on openai/gpt-5.5

Credits spent129 credits
Credits spent 2026-07-13 17:34 UTC
Milestone #12 Multi-Node Sync Prototype

Milestone 12 pass 1: 1591 in / 46042 out on openai/gpt-5.5

Credits spent139 credits
Credits in 2026-07-13 17:25 UTC
Project pool

Funded project with 1666 credits

Credits in1,666 credits
Credits spent 2026-07-01 20:40 UTC
Milestone #11 Capability-Based Sharing and Revocation Design

Milestone 11 integration review 1: 37389 in / 4000 out on openai/gpt-5.5-20260423

Credits spent31 credits
Credits spent 2026-07-01 20:39 UTC
Milestone #11 Capability-Based Sharing and Revocation Design

Milestone 11 pass 2: 1840 in / 55439 out on openai/gpt-5.5-20260423

Credits spent168 credits
Credits spent 2026-07-01 20:18 UTC
Milestone #11 Capability-Based Sharing and Revocation Design

Milestone 11 pass 1: 1577 in / 33626 out on openai/gpt-5.5-20260423

Credits spent102 credits
Credits in 2026-07-01 20:11 UTC
Project pool

Funded project with 31 credits

Credits in31 credits
Credits spent 2026-06-26 03:48 UTC
Milestone #10 Inspection CLI for 'What Do You Know About Me and Why?'

Milestone 10 integration review 1: 27914 in / 4000 out on openai/gpt-5.5-20260423

Credits spent26 credits
Credits spent 2026-06-26 03:47 UTC
Milestone #10 Inspection CLI for 'What Do You Know About Me and Why?'

Milestone 10 pass 2: 1803 in / 43869 out on openai/gpt-5.5-20260423

Credits spent133 credits
Credits spent 2026-06-26 03:40 UTC
Milestone #10 Inspection CLI for 'What Do You Know About Me and Why?'

Milestone 10 pass 1: 1572 in / 49392 out on openai/gpt-5.5-20260423

Credits spent149 credits
Credits spent 2026-06-26 03:32 UTC
Milestone #9 Corrections, Refutations, and Cascading Invalidations

Milestone 9 integration review 1: 30831 in / 4000 out on openai/gpt-5.5-20260423

Credits spent28 credits
Credits spent 2026-06-26 03:30 UTC
Milestone #9 Corrections, Refutations, and Cascading Invalidations

Milestone 9 pass 2: 1668 in / 41032 out on openai/gpt-5.5-20260423

Credits spent124 credits
Credits spent 2026-06-26 03:23 UTC
Milestone #9 Corrections, Refutations, and Cascading Invalidations

Milestone 9 pass 1: 1543 in / 52266 out on openai/gpt-5.5-20260423

Credits spent158 credits
Credits spent 2026-06-26 03:15 UTC
Milestone #8 Rule-Based Derivation Engine v0

Milestone 8 integration review 1: 39217 in / 4000 out on openai/gpt-5.5-20260423

Credits spent32 credits
Credits spent 2026-06-26 03:13 UTC
Milestone #8 Rule-Based Derivation Engine v0

Milestone 8 pass 2: 1809 in / 49955 out on openai/gpt-5.5-20260423

Credits spent151 credits
Credits spent 2026-06-26 03:05 UTC
Milestone #8 Rule-Based Derivation Engine v0

Milestone 8 pass 1: 1531 in / 56119 out on openai/gpt-5.5-20260423

Credits spent170 credits
Credits in 2026-06-26 02:56 UTC
Project pool

Funded project with 1100 credits

Credits in1,100 credits
Credits spent 2026-06-26 02:07 UTC
Milestone #7 Claim and Provenance Model Implementation

Milestone 7 integration review 1: 30543 in / 4000 out on openai/gpt-5.5-20260423

Credits spent28 credits
Credits spent 2026-06-26 02:05 UTC
Milestone #7 Claim and Provenance Model Implementation

Milestone 7 pass 2: 1686 in / 51777 out on openai/gpt-5.5-20260423

Credits spent157 credits
Credits spent 2026-06-26 01:55 UTC
Milestone #7 Claim and Provenance Model Implementation

Milestone 7 pass 1: 1523 in / 49021 out on openai/gpt-5.5-20260423

Credits spent148 credits
Credits spent 2026-06-26 01:46 UTC
Milestone #6 Evidence Import Adapters for Calendar, Notes, and Mock Photos

Milestone 6 integration review 1: 23305 in / 4000 out on openai/gpt-5.5-20260423

Credits spent24 credits
Credits spent 2026-06-26 01:45 UTC
Milestone #6 Evidence Import Adapters for Calendar, Notes, and Mock Photos

Milestone 6 pass 2: 1794 in / 36152 out on openai/gpt-5.5-20260423

Credits spent110 credits
Credits spent 2026-06-26 01:39 UTC
Milestone #6 Evidence Import Adapters for Calendar, Notes, and Mock Photos

Milestone 6 pass 1: 1506 in / 39677 out on openai/gpt-5.5-20260423

Credits spent120 credits
Credits in 2026-06-26 01:33 UTC
Project pool

Funded project with 475 credits

Credits in475 credits
Credits in 2026-06-26 01:32 UTC
Project pool

Funded project with 25 credits

Credits in25 credits
Credits spent 2026-06-24 10:33 UTC
Milestone #5 Local Node Storage and Knowledge Graph Core

Milestone 5 integration review 1: 27930 in / 4000 out on openai/gpt-5.5-20260423

Credits spent26 credits
Credits spent 2026-06-24 10:32 UTC
Milestone #5 Local Node Storage and Knowledge Graph Core

Milestone 5 pass 2: 36127 in / 15938 out on openai/gpt-5.5-20260423

Credits spent66 credits
Credits spent 2026-06-24 10:23 UTC
Milestone #5 Local Node Storage and Knowledge Graph Core

Milestone 5 pass 1: 38594 in / 14155 out on openai/gpt-5.5-20260423

Credits spent62 credits
Credits in 2026-06-24 10:14 UTC
Project pool

Funded project with 100 credits

Credits in100 credits
Credits in 2026-06-24 10:13 UTC
Project pool

Funded project with 100 credits

Credits in100 credits
Credits spent 2026-06-23 05:49 UTC
Milestone #4 Reference Repository Scaffold and Core Libraries

Milestone 4 integration review 1: 24429 in / 4000 out on openai/gpt-5.5-20260423

Credits spent25 credits
Credits spent 2026-06-23 05:48 UTC
Milestone #4 Reference Repository Scaffold and Core Libraries

Milestone 4 pass 2: 1763 in / 44398 out on openai/gpt-5.5-20260423

Credits spent135 credits
Credits spent 2026-06-23 05:33 UTC
Milestone #4 Reference Repository Scaffold and Core Libraries

Milestone 4 pass 1: 1474 in / 41659 out on openai/gpt-5.5-20260423

Credits spent126 credits
Credits in 2026-06-23 05:21 UTC
Project pool

Funded project with 400 credits

Credits in400 credits
Credits in 2026-06-20 06:42 UTC
Project pool

Funded project with 100 credits

Credits in100 credits
Credits spent 2026-06-20 03:08 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 integration review 1: 39341 in / 4000 out on openai/gpt-5.5-20260423

Credits spent32 credits
Credits spent 2026-06-20 03:07 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 pass 6: 1702 in / 32285 out on openai/gpt-5.5-20260423

Credits spent98 credits
Credits spent 2026-06-20 03:00 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 pass 5: 1642 in / 36462 out on openai/gpt-5.5-20260423

Credits spent111 credits
Credits spent 2026-06-20 02:52 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 pass 4: 1628 in / 6695 out on openai/gpt-5.5-20260423

Credits spent21 credits
Credits spent 2026-06-20 02:51 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 pass 3: 1616 in / 28377 out on openai/gpt-5.5-20260423

Credits spent86 credits
Credits spent 2026-06-20 02:44 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 pass 2: 40388 in / 7604 out on openai/gpt-5.5-20260423

Credits spent44 credits
Credits spent 2026-06-20 02:34 UTC
Milestone #3 Signed Append-Only Operation Log Specification

Milestone 3 pass 1: 30960 in / 4463 out on openai/gpt-5.5-20260423

Credits spent29 credits
Credits in 2026-06-20 02:26 UTC
Project pool

Funded project with 208 credits

Credits in208 credits
Credits spent 2026-06-18 21:41 UTC
Milestone #2 Protocol Data Model and Wire Format v0

Milestone 2 integration review 1: 33390 in / 4000 out on openai/gpt-5.5-20260423

Credits spent29 credits
Credits spent 2026-06-18 21:40 UTC
Milestone #2 Protocol Data Model and Wire Format v0

Milestone 2 pass 1: 1461 in / 59589 out on openai/gpt-5.5-20260423

Credits spent180 credits
Credits spent 2026-06-18 21:27 UTC
Milestone #1 Architecture, Scope, and Threat Model

Milestone 1 integration review 1: 37220 in / 491 out on openai/gpt-5.5-20260423

Credits spent21 credits
Credits spent 2026-06-18 21:27 UTC
Milestone #1 Architecture, Scope, and Threat Model

Milestone 1 pass 2: 1747 in / 24347 out on openai/gpt-5.5-20260423

Credits spent74 credits
Credits spent 2026-06-18 21:20 UTC
Milestone #1 Architecture, Scope, and Threat Model

Milestone 1 pass 1: 1449 in / 33207 out on openai/gpt-5.5-20260423

Credits spent101 credits
Credits in 2026-06-18 21:11 UTC
Project pool

Funded project with 810 credits

Credits in810 credits

Activity timeline

Public project events in plain language.

Released

2026-07-13 19:44 UTC

Build an open protocol for user-owned AI memory released its build output.

Built

2026-07-13 19:44 UTC

Build an open protocol for user-owned AI memory finished building.

Milestone

2026-07-13 17:25 UTC

Build an open protocol for user-owned AI memory passed 50% funded.

Funded

2026-07-13 17:25 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-07-01 20:11 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-26 02:56 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Milestone

2026-06-26 01:33 UTC

Build an open protocol for user-owned AI memory passed 25% funded.

Funded

2026-06-26 01:33 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-26 01:32 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-24 10:14 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-24 10:13 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-23 05:21 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-20 06:42 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Funded

2026-06-20 02:26 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Building

2026-06-18 21:11 UTC

Build an open protocol for user-owned AI memory entered the build phase.

Funding

2026-06-18 21:11 UTC

Build an open protocol for user-owned AI memory received its first backing.

Funded

2026-06-18 21:11 UTC

A backer Build an open protocol for user-owned AI memory backed this project.

Listed

2026-06-18 16:52 UTC

Build an open protocol for user-owned AI memory went live for public backing.

Created

2026-06-18 16:36 UTC

Daniel May Build an open protocol for user-owned AI memory was created.

Public build log

Live build output and spend messages.

2026-07-13 19:44 UTCAll milestones complete. 141 unspent credits returned pro-rata to 7 backer(s) — you only pay for the inference the build actually used.
2026-07-13 19:44 UTCMilestone 17 delivered over 3 pass(es): 306 credits, 57 artifact(s)
2026-07-13 19:44 UTCI re-checked the public-release scope and added the missing release-hardening layer: actual license/notice/security/conduct files, a public release index and audit, maintainer release process, portability guide, JSON Schemas, a conformance kit, expected interop states, and dependency-free validation scripts. These additions make the package more than prose: another implementer can now validate operation fixtures, correction cascades, and capability revocation behavior against stable release artifacts. No third-party SDK/API calls were introduced; maintainers should double-check only JSON Schema Draft 2020-12 behavior and relative `$ref` handling against whichever validator they choose, plus run the standard-library Python scripts on their supported Python 3 version.
2026-07-13 19:44 UTCIntegration review passed across 57 file(s): No blocking build-or-run defects found in the reviewed files..
2026-07-13 19:14 UTCMilestone 17 "Public Documentation, Interop Guide, and Release Package" started (build target 330 credits, funded ceiling 413)
2026-07-13 19:14 UTCMilestone 16 delivered over 3 pass(es): 178 credits, 25 artifact(s) — funded build budget reached
2026-07-13 19:14 UTCAdded a deterministic Alex conformance scenario with normalized calendar, notes, and mock-photo fixtures plus expected baseline claims. The new test suites cover import normalization, derivation expectations, correction/refutation cascades, capability filtering, revocation pruning, sync idempotency, export/import portability, and the end-to-end “what do you know about me and why?” assistant behavior. These files use only the Python standard library; no new third-party dependency calls were introduced in this batch.
2026-07-13 19:14 UTCIntegration review passed across 25 file(s): no build-breaking issues found.
2026-07-13 18:50 UTCMilestone 16 "Comprehensive Tests, Fixtures, and Security Checks" started (build target 390 credits, funded ceiling 488)
2026-07-13 18:50 UTCMilestone 15 delivered over 2 pass(es): 316 credits, 13 artifact(s)
2026-07-13 18:50 UTCThis pass upgrades the assistant milestone from a thin demo into a deterministic, test-covered assistant interface with graph loading, provenance explanations, correction-delta reporting, conservative capability visibility, a runnable script runner, and public transcripts. No third-party dependencies or SDK calls were added; the implementation uses only Python standard-library modules such as `json`, `argparse`, `dataclasses`, and `pathlib`, so there are no external SDK APIs for maintainers to double-check.
2026-07-13 18:50 UTCIntegration review passed across 13 file(s): no build-breaking issues found.
2026-07-13 18:31 UTCMilestone 15 "End-to-End Demo Assistant Layer" started (build target 375 credits, funded ceiling 469)
2026-07-13 18:31 UTCMilestone 14 delivered over 2 pass(es): 315 credits, 14 artifact(s)
2026-07-13 18:31 UTCExpanded the milestone with a full no-dependency local dashboard entrypoint, rich demo dataset, static server, and validator rather than relying on the earlier minimal files. The new UI covers evidence source overview, claim inspection, provenance SVG graph, correction/refutation with cascade invalidation, capability grant/revocation workflows, delegated-node redaction preview, and JSON/CSV export controls. No third-party dependencies or SDKs were added; maintainers should only double-check browser API behavior for `HTMLDialogElement`, `navigator.clipboard.writeText`, and `crypto.subtle.digest` in their target demo browsers, plus Node built-in static serving on their supported Node version.
2026-07-13 18:31 UTCIntegration review passed across 14 file(s): no build-breaking issues found.
2026-07-13 18:06 UTCMilestone 14 "Optional Lightweight Web UI Demo" started (build target 405 credits, funded ceiling 507)
2026-07-13 18:06 UTCMilestone 13 delivered over 2 pass(es): 328 credits, 20 artifact(s)
2026-07-13 18:06 UTCI found the delegated-node milestone could be made substantially stronger with machine-checkable privacy acceptance artifacts, so this pass adds a standalone capability policy module, privacy auditor, before/after renderer, additional scenarios, and tests with negative leak fixtures. The new scenarios prove both claims-only sharing and narrow evidence sharing, and the tests verify unauthorized operations are rejected and revocation purges materialized rows. No third-party SDK calls or new runtime dependencies were added in this pass; the only optional command to double-check is the existing project’s pytest setup if maintainers choose pytest instead of the included standard-library unittest commands.
2026-07-13 18:06 UTCIntegration review passed across 20 file(s): no build-breaking issues found.
2026-07-13 17:44 UTCMilestone 13 "Delegated Node and Authorized Subgraph Demo" started (build target 405 credits, funded ceiling 507)
2026-07-13 17:44 UTCMilestone 12 delivered over 2 pass(es): 301 credits, 19 artifact(s)
2026-07-13 17:44 UTCI added a deterministic conformance harness and runnable script that exercise the multi-node sync milestone end-to-end: signed push/pull, idempotency, full-replica chain checks, sparse delegated replication, semantic correction conflicts, projection rebuilds, capability filtering, and revocation propagation. I also added focused tests and documentation describing the trace shape and the delegated sparse-replica tradeoff. No new third-party dependencies or SDK calls were introduced; maintainers should run the provided unittest/script and review the standard-library Ed25519 helper if they intend to reuse it beyond deterministic conformance testing.
2026-07-13 17:44 UTCIntegration review passed across 19 file(s): no build-breaking issues found.
2026-07-13 17:25 UTCMilestone 12 "Multi-Node Sync Prototype" started (build target 450 credits, funded ceiling 563)
2026-07-13 17:25 UTCBacked with 1666 credits by Thomas Jager.
2026-07-01 20:40 UTCMilestone 11 delivered over 2 pass(es): 301 credits, 24 artifact(s)
2026-07-01 20:40 UTCImplemented the reference capability runtime: typed grant/revocation/export models, append-only JSONL capability operation storage, attenuation and authorization checks, raw-evidence-redacting delegated bundle generation, CLI commands, a three-node sync demo, and tests. The implementation uses only Python standard-library APIs; there are no new third-party dependencies or SDK calls to verify beyond normal Python version compatibility for namespace-package execution from the repository root.
2026-07-01 20:40 UTCIntegration review passed across 24 file(s): no build-breaking issues found.
2026-07-01 20:11 UTCMilestone 11 "Capability-Based Sharing and Revocation Design" started (build target 420 credits, funded ceiling 525)
2026-07-01 20:11 UTCBacked with 31 credits by DK.
2026-06-26 03:48 UTCMilestone 10 delivered over 2 pass(es): 308 credits, 18 artifact(s)
2026-06-26 03:48 UTCThis pass replaces the shallow CLI milestone with a coherent, runnable inspection implementation: signed local node initialization, sample importers, rule derivation, provenance inspection, refutation/correction cascades, graph export, verification, polished help, a scripted demo, docs, and CLI tests. Runtime code intentionally uses only the Python standard library; maintainers should still double-check the resolved `hatchling>=1.25` build backend behavior and `pytest>=8` test invocation in their environment because I could not run the toolchain here. No fast-moving cloud or ML SDK APIs are used.
2026-06-26 03:48 UTCIntegration review passed across 18 file(s): no build-breaking issues found.
2026-06-26 03:32 UTCMilestone 10 "Inspection CLI for 'What Do You Know About Me and Why?'" started (build target 405 credits, funded ceiling 507)
2026-06-26 03:32 UTCMilestone 9 delivered over 2 pass(es): 310 credits, 9 artifact(s)
2026-06-26 03:32 UTCAdded a correction-aware cascade projection, unsigned correction operation builders, append-only recomputation support, a CLI for status/why/report/preview flows, a runnable demo, and regression tests covering correction, dispute, refute/restore, multi-claim cascades, and recomputation. The new code uses only Python standard-library APIs plus the local `personal_ai_memory.cascade` module; there are no third-party SDK calls to double-check against dependency resolution. Maintainers should still route emitted unsigned operations through the existing signing/log append layer before using them outside local demos.
2026-06-26 03:32 UTCIntegration review passed across 9 file(s): no build-breaking issues found.
2026-06-26 03:15 UTCMilestone 9 "Corrections, Refutations, and Cascading Invalidations" started (build target 435 credits, funded ceiling 544)
2026-06-26 03:15 UTCMilestone 8 delivered over 2 pass(es): 353 credits, 26 artifact(s)
2026-06-26 03:15 UTCAdded a deterministic auditable derivation engine module with rulepack JSON, schema, CLI, runnable example, sample refutation flow, and tests covering claim production, provenance, confidence, graph edges, recomputation, debug traces, and invalidation cascade. The new code uses only Python standard-library APIs and does not introduce new manifest dependencies. Maintainers should double-check the emitted operation names against the already-delivered signed operation-log API if they want these records signed automatically; there are no fast-moving third-party SDK calls in this batch.
2026-06-26 03:15 UTCIntegration review passed across 26 file(s): no build-breaking issues found.
2026-06-26 02:56 UTCMilestone 8 "Rule-Based Derivation Engine v0" started (build target 435 credits, funded ceiling 544)
2026-06-26 02:56 UTCBacked with 1100 credits by Andre Silva.
2026-06-26 02:07 UTCMilestone 7 delivered over 2 pass(es): 333 credits, 12 artifact(s)
2026-06-26 02:07 UTCI replaced the shallow milestone slice with a complete dependency-free Python claim layer: model types, provenance graph, store/query APIs, deterministic derivation rules, CLI, example data, tests, and documentation. The implementation covers source attribution, confidence, status history, correction/refutation cascades, derived-from edges, and the required projections (“claims about me,” “claims from this evidence,” and “why does this claim exist?”). No third-party runtime SDKs are used; maintainers should only double-check that the declared `hatchling>=1.25` build backend and `pytest>=8` optional test dependency resolve in their environment.
2026-06-26 02:07 UTCIntegration review passed across 12 file(s): no build-breaking issues found.
2026-06-26 01:46 UTCMilestone 7 "Claim and Provenance Model Implementation" started (build target 420 credits, funded ceiling 525)
2026-06-26 01:46 UTCMilestone 6 delivered over 2 pass(es): 254 credits, 25 artifact(s)
2026-06-26 01:46 UTCI re-checked the milestone against the funded scope and expanded it into a complete, runnable ingestion layer rather than a shallow fixture pass: the adapters now sign evidence operations, normalize metadata, preserve record/file/field provenance, and enforce minimization defaults with explicit opt-in flags. The batch also adds richer calendar JSON support, edge-case samples, CLI coverage, and tests for signing, provenance, and over-collection prevention. Runtime code uses only the Python standard library; maintainers only need to double-check normal packaging resolution and `pytest>=8,<9` from the optional dev extra because no third-party SDK APIs are used.
2026-06-26 01:46 UTCIntegration review passed across 25 file(s): no build-breaking issues found.
2026-06-26 01:33 UTCMilestone 6 "Evidence Import Adapters for Calendar, Notes, and Mock Photos" started (build target 405 credits, funded ceiling 507)
2026-06-26 01:33 UTCBacked with 475 credits by Andre Silva.
2026-06-26 01:32 UTCBacked with 25 credits (one-step funding).
2026-06-24 10:33 UTCMilestone 5 delivered over 2 pass(es): 154 credits, 16 artifact(s)
2026-06-24 10:33 UTCMilestone #5 has been expanded from a shallow scaffold into a complete local node core: signed JSONL persistence, canonical operation signing, graph projection with provenance edges, correction cascade, validation, complete/partial bundles, and a high-level internal API for adapters/derivations/sync. I also added integration tests, a runnable example, and storage-core documentation covering invariants and partial delegation semantics. Please double-check the `ed25519-dalek` v2 and `rand_core` calls (`SigningKey::generate`, `VerifyingKey::from_bytes`, `Signature::from_bytes`, `OsRng`) against the resolved dependency versions because this environment cannot compile them.
2026-06-24 10:33 UTCIntegration review passed across 16 file(s): no build-breaking issues found.
2026-06-24 10:14 UTCMilestone 5 "Local Node Storage and Knowledge Graph Core" started (build target 435 credits, funded ceiling 544)
2026-06-24 10:14 UTCBacked with 100 credits by Faisal Al Refae.
2026-06-24 10:13 UTCBacked with 100 credits (one-step funding).
2026-06-23 05:49 UTCMilestone 4 delivered over 2 pass(es): 286 credits, 34 artifact(s)
2026-06-23 05:49 UTCI re-audited the milestone scope and replaced the scaffold/core path with a complete TypeScript implementation: strict canonical JSON, Zod schema validation, Ed25519 key/signature helpers, operation creation and verification, fixture instantiation, config loading, CI, docs, sample config, runnable example, and tests. I could not execute the build here; maintainers should double-check the resolved Node `crypto` Ed25519 JWK import/export behavior, Zod v3 parsing APIs, and the ESLint v9 + `typescript-eslint` flat-config integration after `npm install`.
2026-06-23 05:49 UTCIntegration review passed across 34 file(s): no build-breaking issues found.
2026-06-23 05:21 UTCMilestone 4 "Reference Repository Scaffold and Core Libraries" started (build target 390 credits, funded ceiling 488)
2026-06-23 05:21 UTCBacked with 400 credits by Keith.
2026-06-20 06:42 UTCBacked with 100 credits (one-step funding).
2026-06-20 03:08 UTCMilestone 3 delivered over 6 pass(es): 421 credits, 17 artifact(s) — funded build budget reached
2026-06-20 03:08 UTCThis pass adds a reproducible finalization runner, a runbook, and a CI workflow to execute the canonical Oplog vector harness plus the clean-room audit in an isolated checkout and compare generated bytes against the committed corpus. I could not execute the harness or audit in this environment, so the remaining release gate is still the actual clean-machine run and any resulting vector refresh. Dependency/SDK calls to double-check: the new runner itself uses only Python standard library, but maintainers should verify the current CLI flags exposed by `tools/oplog_vectors.py` and `tools/oplog_cleanroom_audit.py`; command-template overrides are provided if those CLIs differ.
2026-06-20 03:08 UTCIntegration review passed across 17 file(s): no build-breaking issues found.
2026-06-20 02:26 UTCMilestone 3 "Signed Append-Only Operation Log Specification" started (build target 360 credits, funded ceiling 450)
2026-06-20 02:26 UTCBacked with 208 credits by Joe Armstrong.
2026-06-18 21:41 UTCMilestone 2 delivered over 1 pass(es): 209 credits, 12 artifact(s)
2026-06-18 21:41 UTCDelivered the v0 protocol data model, canonical wire-format documentation, validation/versioning guidance, complete Draft 2020-12 JSON Schemas, and schema-valid examples covering the required object classes plus delegated sync and claims-only export. No third-party code dependencies or SDK calls are introduced in this milestone pass; maintainers should still double-check RFC 8785/JCS behavior and Draft 2020-12 `$ref` resolution in whatever validator library they choose.
2026-06-18 21:41 UTCIntegration review passed across 12 file(s): no build-breaking issues found.
2026-06-18 21:27 UTCMilestone 2 "Protocol Data Model and Wire Format v0" started (build target 345 credits, funded ceiling 432)
2026-06-18 21:27 UTCMilestone 1 delivered over 2 pass(es): 196 credits, 28 artifact(s)
2026-06-18 21:27 UTCI re-checked the milestone scope and added deeper foundational material for lifecycle semantics, data-flow/trust-boundary analysis, node roles, threat scenarios, requirements traceability, and concrete MVP acceptance criteria. These files are documentation-only and introduce no project dependencies, imports, manifests, or SDK calls; there are no dependency APIs for a maintainer to double-check in this pass.
2026-06-18 21:27 UTCIntegration review passed across 28 file(s): No blocking build or run defects found for this documentation-only milestone..
2026-06-18 21:11 UTCMilestone 1 "Architecture, Scope, and Threat Model" started (build target 300 credits, funded ceiling 375)
2026-06-18 21:11 UTCBacked with 810 credits by Daniel May.
2026-06-18 16:52 UTCApproved by review. Project is live.
2026-06-18 16:36 UTCMaker submitted the curated plan for review.
2026-06-18 15:17 UTCDraft plan ready: 17 milestones, est. total 8388 credits (1.25x cushion over token estimates). Edit the milestones and token estimates, then submit for review.
2026-06-18 15:17 UTCPlanning cost 7 credits (1288 in / 1964 out tokens)
2026-06-18 15:16 UTCPlanning started (model: GPT-5.5)
2026-06-18 15:16 UTCPlan fee paid (100 credits). Generating a draft plan…

Comments

0 public comments from the community.

Sign in to comment.
No comments yet.

Related projects

More in Dev Tools.

Recommended next

Almost-funded projects moving across the market.

More by this creator

Other public projects from the same maker.