Skip to content

Commit dfd8652

Browse files
mstrathmanclaude
andcommitted
docs: full humanizer pass (Layer 1 + adversarial audit)
The earlier commit only removed em dashes. This runs the full checklist: - README: drop the significance-inflation ('the piece none of the cloud versions have') for a plainer, higher-rhythm line. - SECURITY: replace the → glyph (an AI typographic tell) with prose. - CONTRIBUTING: cut the boilerplate 'Thanks for your interest' opener. Left deliberately: the bold-label bullets in SECURITY's trust model (genuine item labels, idiomatic for a security doc, not the tautological antipattern), and the neutral register of SECURITY/CHANGELOG/CONTRIBUTING (neutral is correct for policy/reference prose; injecting 'voice' there would be wrong). Verified clean of em dashes, glyphs, curly quotes, copula avoidance, AI vocabulary, and filler. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: mstrathman <matthew.strathman@gmail.com>
1 parent f15744e commit dfd8652

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing to sqlite-predict
22

3-
Thanks for your interest. This project is pre-alpha; the API and formats
4-
are unstable, so it's a good time to influence them.
3+
This project is pre-alpha. The API and the on-disk formats are still
4+
unstable, which makes now a good time to influence them.
55

66
## Ground rules
77

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ the same shape to the database that runs everywhere else: on the edge, in
2929
the browser, on a phone, and inside the local-first databases that AI
3030
agents increasingly sit on.
3131

32-
It also adds the piece none of the cloud versions have. Every prediction
33-
carries a **receipt**, so an agent can cite a number as a fact and an
34-
auditor can reproduce it.
32+
The cloud versions stop at the prediction. This one keeps going: every
33+
result carries a **receipt** that pins down the model and the exact data it
34+
read, so an agent can cite the number and an auditor can reproduce it.
3535

3636
## Operations
3737

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please report suspected vulnerabilities privately. **Do not open a public
66
issue for security reports.**
77

88
- Use GitHub's [private vulnerability reporting][ghsa] on this repository
9-
("Security" tab "Report a vulnerability"), or
9+
(the Security tab, then "Report a vulnerability"), or
1010
- Email the Pure Storage security team at **psirt@purestorage.com**.
1111

1212
Please include a description, reproduction steps or a proof of concept, and

0 commit comments

Comments
 (0)