From 39668148685b1485bf096acc9be043fc774db942 Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 25 Mar 2026 00:11:46 +0100 Subject: [PATCH] updated SCOPE file --- SCOPE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/SCOPE.md b/SCOPE.md index 0571392e..57270bea 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -97,6 +97,31 @@ MarkiTect turns fragmented knowledge (scattered docs, chats, notes) into structu --- +## Provided Capabilities + +```capability +type: documentation +title: Structured document validation and schema management +description: Parse, validate, and enforce schemas on markdown documents — generate schemas from examples, validate entity collections, report naming convention compliance. +keywords: [markdown, schema, validation, document, structure, linting] +``` + +```capability +type: documentation +title: Infospace lifecycle management +description: Create, populate, evaluate (quality scores), compose, and export curated knowledge collections (infospaces) with transclusion and relationship graph analysis. +keywords: [infospace, knowledge, curation, evaluation, transclusion, quality, graph] +``` + +```capability +type: data +title: LLM-driven knowledge artifact generation +description: Execute prompts with dependency resolution and quality gates to generate typed entities — concepts, mechanisms, observations — at scale from schemas and templates. +keywords: [llm, generation, prompt, entity, artifact, knowledge, automation] +``` + +--- + ## Getting Oriented - Start with: `CLAUDE.md` (dev commands, LLM config, infospace lifecycle), `INTRODUCTION.md` (use cases, philosophy)