@triedotdev/mcp 1.0.139 → 1.0.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
# Trie:
|
|
1
|
+
# Trie: Trainable AI agent with a cryptographic governance ledger and portable context for AI-generated codebases.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
**The ledger that keeps your work compliant when agents and humans ship together.**
|
|
4
5
|
|
|
5
6
|
[](https://www.trie.dev) [](https://x.com/louiskishfy)
|
|
6
7
|
|
|
7
8
|
## What Trie Does
|
|
8
9
|
|
|
9
|
-
Trie maintains a
|
|
10
|
+
Trie is a trainable AI agent that maintains a ledger that governs work across agents and humans:
|
|
10
11
|
|
|
11
12
|
- **Autonomous Operation**: Run `trie watch` and the agent monitors your codebase 24/7
|
|
12
13
|
- **Intelligent Extraction**: Automatically extracts decisions, facts, blockers from every change
|
|
@@ -20,7 +21,7 @@ The ledger learns from every incident, decision, and fix. When you ship, Trie re
|
|
|
20
21
|
|
|
21
22
|
**The problem**: When work happens across Cursor, Claude Code, VS Code, the terminal, and CI/CD, context fragments. An agent makes a decision in one tool; a human forgets it in another. Each environment has its own memory—or none at all. You burn tokens re-explaining the same constraints, or worse, ship code that violates decisions made elsewhere.
|
|
22
23
|
|
|
23
|
-
**The solution**: Trie stores important information in a
|
|
24
|
+
**The solution**: Trie stores important information in a cryptographic governance ledger—a tamper-evident, append-only chain of blocks. Every decision, incident, fix, and tradeoff gets written to the ledger. Because the ledger lives in your `.trie/` folder and syncs across your team, every tool reads from the same source of truth. Cursor, Claude, the CLI, and CI/CD all query the same blocks. No more context loss. No more conflicting memories. The ledger is the shared brain that keeps agents and humans aligned across every tool you use.
|
|
24
25
|
|
|
25
26
|
## Goal
|
|
26
27
|
|
package/package.json
CHANGED