compend 0.0.0

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 (3) hide show
  1. package/README.md +9 -0
  2. package/logo.svg +1 -0
  3. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ <img src="logo.svg" height="48" alt="" />
2
+
3
+ # Compend
4
+
5
+ A reference engine for AI agents. Index your Markdown skills, prompts, and knowledge bases — and serve them as just-in-time grounding with hybrid search and dynamic context. No retraining. No keys. No Python.
6
+
7
+ ## Coming soon
8
+
9
+ Compend is an MCP server that indexes OKF-formatted knowledge documents — skills, agents, instructions, prompts, workflows, and references — with FTS + vector search and REST-based reconciliation for distributed teams.
package/logo.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000"><path d="M440-278v-394q-41-24-87-36t-93-12q-36 0-71.5 7T120-692v396q35-12 69.5-18t70.5-6q47 0 91.5 10.5T440-278Zm40 118q-48-38-104-59t-116-21q-42 0-82.5 11T100-198q-21 11-40.5-1T40-234v-482q0-11 5.5-21T62-752q46-24 96-36t102-12q74 0 126 17t112 52q11 6 16.5 14t5.5 21v418q44-21 88.5-31.5T700-320q36 0 70.5 6t69.5 18v-481q15 5 29.5 11t28.5 14q11 5 16.5 15t5.5 21v482q0 23-19.5 35t-40.5 1q-37-20-77.5-31T700-240q-60 0-116 21t-104 59Zm140-240v-440l120-40v440l-120 40Zm-340-99Z"/></svg>
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "compend",
3
+ "version": "0.0.0",
4
+ "description": "A reference engine for AI agents. Index your Markdown skills, prompts, and knowledge bases — serve them as just-in-time grounding with hybrid search and dynamic context.",
5
+ "license": "MIT",
6
+ "keywords": ["ai", "agent", "reference", "knowledge", "skills", "markdown", "okf"],
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/hectorjarquin/compend.git"
10
+ }
11
+ }