Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
346 changes: 173 additions & 173 deletions README.md

Large diffs are not rendered by default.

145 changes: 144 additions & 1 deletion llms.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"seed:new": "node scripts/seed-new.mjs",
"seed:validate": "node scripts/seed-validate.mjs",
"seed:index": "node scripts/seed-index.mjs",
"seed:doctor": "node scripts/seed-doctor.mjs"
"seed:doctor": "node scripts/seed-doctor.mjs",
"seed:backfill": "node scripts/seed-backfill.mjs"
},
"devDependencies": {
"ajv": "^8.17.1",
Expand Down
100 changes: 100 additions & 0 deletions packages/Attestia-Desktop/passport.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"$schema": "../../schemas/passport.schema.json",
"conformsTo": [
"codemeta:3.0",
"ro-crate:1.1",
"mcp-prototypes:passport:1"
],
"id": "seed:Attestia-Desktop:0.1.0",
"swhid": null,
"name": "Attestia-Desktop",
"title": "Attestia-Desktop",
"description": "Financial intent verification for Windows -- a WinUI 3 desktop app and .NET SDK for blockchain attestation and reconciliation.",
"version": "0.1.0",
"license": "MIT",
"datePublished": "2026-04-20",
"dateModified": "2026-04-20",
"codeRepository": "https://github.com/mcp-tool-shop-org/prototypes/tree/main/packages/Attestia-Desktop",
"author": [
{
"name": "mcp-tool-shop"
}
],
"keywords": [],
"lifecycle": {
"state": "dormant",
"stateSince": "2026-04-08",
"maturity": "prototype",
"caretaker": null,
"graduatedTo": null,
"resurrectionNotes": null
},
"taxonomy": {
"category": "desktop-apps",
"domains": [],
"tags": [
"typescript",
"csharp",
"cli",
"sdk",
"winui3",
"astro"
]
},
"technical": {
"kind": "desktop",
"programmingLanguages": [
"typescript",
"csharp"
],
"runtimes": [],
"operatingSystems": [
"any"
]
},
"health": {
"lineCount": null,
"lastCommitAt": null,
"commitRecencyDays": null,
"hasTests": null,
"hasReadme": null,
"hasLicense": null,
"buildable": null
},
"lineage": {
"sourceRepo": null,
"consolidatedAt": "2026-04-08",
"relatedSeeds": [],
"deprecates": [],
"successors": []
},
"sbom": {
"format": "none",
"url": null,
"hash": null
},
"discovery": {
"oneLiner": "A WinUI 3 desktop app and .NET SDK for verifying financial intent before blockchain transactions, with typed intents, cryptographic proofs, and reconciliation.",
"whyItMatters": "Provides a real-time dashboard, intent management, proof explorer, and reconciliation views without leaving Windows, while mapping attestation controls to regulatory frameworks and generating compliance reports."
},
"patterns": [
{
"name": "typed-financial-intents",
"category": "data-model",
"summary": "Declare, approve, execute, and verify transactions with structured records instead of raw payloads."
}
],
"failureModes": [],
"priorArt": [],
"agentCapsule": {
"insight": null,
"excerpt": null
},
"ingest": {
"method": "ollama-backfill",
"model": "hermes3:8b",
"confidence": 0.9,
"manualReview": true,
"ingestedAt": "2026-04-20T21:48:25.370Z"
}
}
98 changes: 98 additions & 0 deletions packages/ConsensusOS/passport.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"$schema": "../../schemas/passport.schema.json",
"conformsTo": [
"codemeta:3.0",
"ro-crate:1.1",
"mcp-prototypes:passport:1"
],
"id": "seed:ConsensusOS:1.0.6",
"swhid": null,
"name": "ConsensusOS",
"title": "ConsensusOS",
"description": "Modular control plane safeguarding distributed consensus systems",
"version": "1.0.6",
"license": "MIT",
"datePublished": "2026-04-20",
"dateModified": "2026-04-20",
"codeRepository": "https://github.com/mcp-tool-shop-org/prototypes/tree/main/packages/ConsensusOS",
"author": [
{
"name": "mcp-tool-shop"
}
],
"keywords": [],
"lifecycle": {
"state": "dormant",
"stateSince": "2026-04-08",
"maturity": "prototype",
"caretaker": null,
"graduatedTo": null,
"resurrectionNotes": null
},
"taxonomy": {
"category": "developer-tools",
"domains": [],
"tags": [
"typescript",
"javascript",
"cli",
"mcp"
]
},
"technical": {
"kind": "cli",
"programmingLanguages": [
"TypeScript",
"JavaScript"
],
"runtimes": [],
"operatingSystems": [
"any"
]
},
"health": {
"lineCount": null,
"lastCommitAt": null,
"commitRecencyDays": null,
"hasTests": null,
"hasReadme": null,
"hasLicense": null,
"buildable": null
},
"lineage": {
"sourceRepo": null,
"consolidatedAt": "2026-04-08",
"relatedSeeds": [],
"deprecates": [],
"successors": []
},
"sbom": {
"format": "none",
"url": null,
"hash": null
},
"discovery": {
"oneLiner": "A Node.js CLI and library for managing multi-chain consensus systems.",
"whyItMatters": "Provides a modular, zero-dependency control plane for distributed consensus governance."
},
"patterns": [
{
"name": "plugin-based architecture",
"category": "data-model",
"summary": "Uses plugins to extend functionality and manage different aspects of the control plane."
}
],
"failureModes": [],
"priorArt": [],
"agentCapsule": {
"insight": null,
"excerpt": null
},
"ingest": {
"method": "ollama-backfill",
"model": "hermes3:8b",
"confidence": 0.9,
"manualReview": true,
"ingestedAt": "2026-04-20T21:48:32.544Z"
}
}
99 changes: 99 additions & 0 deletions packages/CursorAssist/passport.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"$schema": "../../schemas/passport.schema.json",
"conformsTo": [
"codemeta:3.0",
"ro-crate:1.1",
"mcp-prototypes:passport:1"
],
"id": "seed:CursorAssist:0.1.0",
"swhid": null,
"name": "CursorAssist",
"title": "CursorAssist",
"description": "A deterministic engine for assistive cursor control, UI accessibility benchmarking, and adaptive motor-skill training.",
"version": "0.1.0",
"license": "MIT",
"datePublished": "2026-04-20",
"dateModified": "2026-04-20",
"codeRepository": "https://github.com/mcp-tool-shop-org/prototypes/tree/main/packages/CursorAssist",
"author": [
{
"name": "mcp-tool-shop"
}
],
"keywords": [],
"lifecycle": {
"state": "dormant",
"stateSince": "2026-04-08",
"maturity": "prototype",
"caretaker": null,
"graduatedTo": null,
"resurrectionNotes": null
},
"taxonomy": {
"category": "mouse-and-cursor",
"domains": [],
"tags": [
"csharp",
"cli",
"mcp",
"tauri",
"winui3",
"maui"
]
},
"technical": {
"kind": "library",
"programmingLanguages": [
"C#"
],
"runtimes": [],
"operatingSystems": [
"any"
]
},
"health": {
"lineCount": null,
"lastCommitAt": null,
"commitRecencyDays": null,
"hasTests": null,
"hasReadme": null,
"hasLicense": null,
"buildable": null
},
"lineage": {
"sourceRepo": null,
"consolidatedAt": "2026-04-08",
"relatedSeeds": [],
"deprecates": [],
"successors": []
},
"sbom": {
"format": "none",
"url": null,
"hash": null
},
"discovery": {
"oneLiner": "Deterministic assistive cursor control engine with NuGet packages for schemas, trace format, policy mapping, and transform pipeline.",
"whyItMatters": "Provides a modular set of tools for building assistive technologies with reproducible and verifiable results."
},
"patterns": [
{
"name": "input-handling",
"category": "signal-processing",
"summary": "Velocity-adaptive EMA smoothing with phase correction, power-law frequency-weighted deadzones, and cosine coherence for directional intent detection."
}
],
"failureModes": [],
"priorArt": [],
"agentCapsule": {
"insight": null,
"excerpt": null
},
"ingest": {
"method": "ollama-backfill",
"model": "hermes3:8b",
"confidence": 0.9,
"manualReview": true,
"ingestedAt": "2026-04-20T21:48:40.378Z"
}
}
Loading
Loading