JSPM

@hasna/markdown

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q74238F
  • License Apache-2.0

Open Markdown Protocol (OMP) — structured markdown as intermediate representation between AI models. Smart LLM writes it, cheap LLM/regex executes it.

Package Exports

  • @hasna/markdown

Readme

@hasna/markdown

Open Markdown Protocol (OMP) — structured markdown as intermediate representation between AI models. Smart LLM writes it, cheap LLM/regex executes it.

npm License

Install

npm install -g @hasna/markdown

CLI Usage

omp --help
  • omp validate <file>
  • omp run <file>
  • omp compile <file>
  • omp lint <file>
  • omp inspect <file>
  • omp init

MCP Server

omp-mcp

REST API

omp-serve

Cloud Sync

This package supports cloud sync via @hasna/cloud:

cloud setup
cloud sync push --service markdown
cloud sync pull --service markdown

Data Directory

Data is stored in ~/.hasna/markdown/.

License

Apache-2.0 -- see LICENSE