@triedotdev/mcp 1.0.12 → 1.0.13

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,8 @@ Run trie_soc2 to check compliance
63
63
  ```
64
64
 
65
65
  ## Super Reviewer 🔍
66
- > ⭐ **Manually invoked** — Use `trie_pr_review` directly. Not included in `trie_scan`.
66
+
67
+ ⭐ **Manually invoked** — Use `trie_pr_review` directly. Not included in `trie_scan`.
67
68
 
68
69
  AI accelerates coding 10-100x, but code reviews remain 1-1.5x. You're either waiting on reviewers or drowning in self-review of your own AI-generated output. Super Reviewer fixes this by making **you the driver** while AI handles the heavy lifting.
69
70
 
@@ -86,7 +87,8 @@ Use trie_pr_review with pr:"12345"
86
87
  - For PR reviews: repo must be pushed to GitHub
87
88
 
88
89
  ## Agent Smith 🕴️
89
- > ⭐ **Manually invoked** — Use `trie_agent_smith` directly. Not included in `trie_scan`.
90
+
91
+ ⭐ **Manually invoked** — Use `trie_agent_smith` directly. Not included in `trie_scan`.
90
92
 
91
93
  *"I'm going to be honest with you... I hate this code."*
92
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Intelligent Agent Orchestration for AI Coding Tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",