Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@10kdevs/matha

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10kdevs/matha - npm Package Compare versions

Comparing version
0.1.8
to
0.1.9
+1
-1
package.json
{
"name": "@10kdevs/matha",
"version": "0.1.8",
"version": "0.1.9",
"description": "The persistent cognitive layer for AI-assisted development. Gives AI agents the project context that currently only exists inside a senior engineer's head.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -248,3 +248,23 @@ # MATHA

---
## Auto-Wiring MATHA (Set Once, Works Forever)
After connecting MATHA as an MCP server, add this rule to your IDE's
AI settings. It eliminates the manual before/after step entirely.
**Cursor** → Settings → Rules for AI
**Windsurf** → Settings → AI Rules
**Claude Code** → CLAUDE.md in project root
Paste this rule:
> At the start of every conversation, call matha_brief() before
> writing any code. Review all rules, danger zones, and prior
> decisions. Flag any hasCritical:true results before proceeding.
> After completing work, call matha_record_decision() for any
> assumption that changed during the session.
One rule. Every session starts warm.
---
## Case Study

@@ -251,0 +271,0 @@