From 551b4c9a668b4088dfba4c2f9b68b50d802f53c7 Mon Sep 17 00:00:00 2001 From: "James R. Cogley" Date: Sun, 31 May 2026 15:27:26 +0900 Subject: [PATCH] feat(suite): add .esolia/system.json suite descriptor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Self-describes @esolia/marquis for the eSolia suite-context map served by the Standards MCP (harvested by eSolia/devkit's aggregator). Closes #20 InfoSec: no security impact — additive non-secret descriptor. --- .esolia/system.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .esolia/system.json diff --git a/.esolia/system.json b/.esolia/system.json new file mode 100644 index 0000000..f67ff9b --- /dev/null +++ b/.esolia/system.json @@ -0,0 +1,21 @@ +{ + "name": "marquis", + "purpose": "eSolia's framework-agnostic UI component library (@esolia/marquis): vanilla TypeScript, Tailwind-native components for consistent branded interfaces with no framework dependency.", + "repo": "eSolia/marquis", + "audience": "public", + "stack": ["typescript", "deno", "tailwindcss"], + "owners": ["RickCogley"], + "status": "active", + "sensitivity": { + "overview": "org", + "topology": "dev", + "security": "dev" + }, + "exposes": [ + { "name": "UI components", "kind": "library" } + ], + "links": { + "docs": "https://marquis-docs.esolia.workers.dev/", + "jsr": "https://jsr.io/@esolia/marquis" + } +}