@forwardimpact/libformat
Advanced tools
+12
-9
| { | ||
| "name": "@forwardimpact/libformat", | ||
| "version": "0.1.11", | ||
| "description": "Render markdown to ANSI for agent-friendly terminal output or HTML for browsers.", | ||
| "version": "0.1.12", | ||
| "description": "Render markdown to ANSI or HTML — formatted output in any surface without losing structure.", | ||
| "keywords": [ | ||
@@ -20,9 +20,12 @@ "markdown", | ||
| "author": "D. Olsson <hi@senzilla.io>", | ||
| "forwardimpact": { | ||
| "capability": "agent-capability", | ||
| "needs": [ | ||
| "Render markdown as ANSI", | ||
| "Render markdown as HTML" | ||
| ] | ||
| }, | ||
| "jobs": [ | ||
| { | ||
| "user": "Platform Builders", | ||
| "goal": "Enable Agents on Every Surface", | ||
| "trigger": "Rendering output in a new surface and getting broken structure or inconsistent results.", | ||
| "bigHire": "render structured, consistent output across surfaces without per-target formatting code.", | ||
| "littleHire": "add a rendering target or override without duplicating formatting logic.", | ||
| "competesWith": "raw unformatted output; per-surface formatting code; tolerating inconsistent rendering" | ||
| } | ||
| ], | ||
| "type": "module", | ||
@@ -29,0 +32,0 @@ "main": "./src/index.js", |
+6
-1
| # libformat | ||
| Markdown formatting and text processing utilities for HTML and terminal output. | ||
| <!-- BEGIN:description — Do not edit. Generated from package.json. --> | ||
| Render markdown to ANSI or HTML — formatted output in any surface without losing | ||
| structure. | ||
| <!-- END:description --> | ||
| ## Getting Started | ||
@@ -6,0 +11,0 @@ |
23263
2.25%18
38.46%