Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions apps/website/content/blog/2026-09-08-threadplane-0-1-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,15 @@ If you disagree with a decision I made, the remedy is a fork, and the license al
Free is easy to say.
Maintained is the part that needs numbers, so here are the ones I would want if I were the person putting this into a production Angular app.

- Ranked #8 of 119 agent frameworks on the HVTracker supply-chain index.
- 8.2 / 10 on the OpenSSF Scorecard.
- Releases are signed, with OIDC provenance and SLSA attestations.
- Angular 20, 21, and 22 are tested in CI, not merely claimed.
- Model drift is checked weekly against a live provider, and the workflow diffs fresh recordings against committed fixtures.
- There is no cloud service, no telemetry account, and no VC board seat waiting to change any of the above.

I verified every one of those before writing this sentence, which is more than I can say for the first draft of the homepage checklist.
Three claims did not survive that pass, including one that was simply false.
Removing them made the page better, and I would rather tell you that than pretend the list arrived correct.
- Ranked [#8 of 119 agent frameworks](https://hvtracker.net/categories/agent-frameworks/) on the HVTracker supply-chain index.
- [8.2 / 10](https://scorecard.dev/viewer/?uri=github.com/cacheplane/angular-agent-framework) on the OpenSSF Scorecard.
- Releases are [signed](https://www.npmjs.com/package/@threadplane/chat), with OIDC provenance and SLSA attestations.
- [Angular 20, 21, and 22](https://www.npmjs.com/package/@threadplane/langgraph) are tested in CI, not merely claimed.
- Model drift is [checked weekly](https://github.com/cacheplane/angular-agent-framework/blob/main/.github/workflows/aimock-drift.yml) against a live provider, and the workflow diffs fresh recordings against committed fixtures.
- There is [no cloud service](/privacy), no telemetry account, and no VC board seat waiting to change any of the above.

Every one of those is a link you can follow.
Do not take my word for any of it.

## Conclusion

Expand Down
Loading