Context
docs/FAQ.md:44 states, as a public commitment:
No hosted service. AIDD is prompt content you install into your own tool; there is no AIDD server, account, or telemetry.
Expected
The published documentation describes what the framework actually does, and a reader deciding whether to install it is not misled about what it collects.
Actual
The sentence becomes false in three steps, and no issue updates it.
- At milestone 14 the framework writes a session journal into the repository and configures a provider export. "No telemetry" stops being true.
- At milestone 15 a skill reads it back.
- At milestone 16 data leaves the machine towards a hosted dashboard. "No AIDD server" stops being true too.
The claim is load-bearing in a way a stale doc line usually is not: it is the answer people quote when asking whether the framework watches them. Leaving it while shipping the opposite is worse than never having written it.
Reproduction
Read docs/FAQ.md:44, then read #620, #646 and #656.
Scope
- The FAQ entry, rewritten to describe what is collected, where it goes, what is off by default, and how to turn it off.
- A search for the same claim elsewhere:
README.md and docs/ were checked and carry no duplicate today, but that must be re-checked at the time of the change.
- The privacy commitments that survive, stated positively rather than as an absence: no prompt content, no code, no diff, off by default on public repositories, and a local-only default.
Done When
Relations
Context
docs/FAQ.md:44states, as a public commitment:Expected
The published documentation describes what the framework actually does, and a reader deciding whether to install it is not misled about what it collects.
Actual
The sentence becomes false in three steps, and no issue updates it.
The claim is load-bearing in a way a stale doc line usually is not: it is the answer people quote when asking whether the framework watches them. Leaving it while shipping the opposite is worse than never having written it.
Reproduction
Read
docs/FAQ.md:44, then read #620, #646 and #656.Scope
README.mdanddocs/were checked and carry no duplicate today, but that must be re-checked at the time of the change.Done When
Relations