@thedecipherist/mdd 1.8.5 → 1.8.7
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 +0 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1200,12 +1200,7 @@ Every project below was built start to finish with this workflow - spec first in
|
|
|
1200
1200
|
|---------|-------------|
|
|
1201
1201
|
| [MarkdownAI](https://github.com/TheDecipherist/markdownai) | Live documents powered by directives. Markdown files that query databases, call APIs, and render dynamically. Six npm packages, 80 feature docs. - [.mdd/](https://github.com/TheDecipherist/markdownai/tree/main/.mdd) |
|
|
1202
1202
|
| [StrictDB](https://github.com/TheDecipherist/strictdb) | Unified database driver with MongoDB-style syntax across PostgreSQL, MySQL, MSSQL, SQLite, and Elasticsearch. Single shared connection layer. - [npm](https://www.npmjs.com/package/strictdb) · [.mdd/](https://github.com/TheDecipherist/strictdb/tree/main/.mdd) |
|
|
1203
|
-
| [ClassMCP](https://github.com/TheDecipherist/classmcp) | MCP server for AI-assisted CSS. Semantic class patterns that cut token usage by ~77% compared to inline Tailwind. Works with Tailwind, Bootstrap, UnoCSS, Tachyons. - [npm](https://www.npmjs.com/package/classmcp) · [.mdd/](https://github.com/TheDecipherist/classmcp/tree/main/.mdd) |
|
|
1204
|
-
| [Classpresso](https://github.com/TheDecipherist/classpresso) | Build-time CSS class consolidation for AI-generated code. Eliminates redundant utility classes at build time. - [npm](https://www.npmjs.com/package/classpresso) · [.mdd/](https://github.com/TheDecipherist/classpresso/tree/main/.mdd) |
|
|
1205
|
-
| [mdd-tui](https://github.com/TheDecipherist/mdd-tui) | Terminal dashboard for MDD projects. Split-pane view of docs, audit reports, initiative progress, and ops runbooks. - [.mdd/](https://github.com/TheDecipherist/mdd-tui/tree/main/.mdd) |
|
|
1206
1203
|
| [mdd-dashboard](https://github.com/TheDecipherist/mdd-dashboard) | Browser-based visual dashboard. Interactive D3 dependency graphs with live reload and git-aware filtering. - [.mdd/](https://github.com/TheDecipherist/mdd-dashboard/tree/main/.mdd) |
|
|
1207
|
-
| [DockerDoctor](https://github.com/TheDecipherist/dockerdoctor) | Docker container health monitoring and diagnostics. Automated health checks, log analysis, and recovery suggestions. - [.mdd/](https://github.com/TheDecipherist/dockerdoctor/tree/main/.mdd) |
|
|
1208
|
-
| [TerseJSON](https://github.com/TheDecipherist/tersejson) | Transparent JSON key compression using lazy-loading proxies. 30-80% bandwidth reduction with no changes to consuming code. - [.mdd/](https://github.com/TheDecipherist/tersejson/tree/main/.mdd) |
|
|
1209
1204
|
| [CompressMCP](https://github.com/TheDecipherist/compressmcp) | Lossless dictionary-based JSON key compression for MCP tool responses via pre/post hooks. - [.mdd/](https://github.com/TheDecipherist/compressmcp/tree/main/.mdd) |
|
|
1210
1205
|
| [PipeStage](https://github.com/TheDecipherist/pipestage) | Type-safe pipeline composition for Node.js with built-in error handling, validation, and parallel execution. - [.mdd/](https://github.com/TheDecipherist/pipestage/tree/main/.mdd) |
|
|
1211
1206
|
| [PeelX](https://github.com/TheDecipherist/peelX) | Recursive nested archive extraction CLI. Automatically unpacks zip-in-tar-in-gz in one command. Python, distributed via PyPI. - [.mdd/](https://github.com/TheDecipherist/peelX/tree/main/.mdd) |
|