meta-content-system
dormant prototypeMeta Content System
One pipeline, every platform -- The same input files produce the same `library.index.json` on Windows, Linux, and macOS. No platform drift.
Portable content ingestion, normalization, and indexing for typing-practice apps.
Version
0.1.0
License
MIT
Kind
library
Languages
C#, JavaScript, TypeScript
Lines of code
1,448
Last commit
2026-04-20 (0d ago)
Health signals
Tests: yes README: yes LICENSE: yes Buildable: unknown
Patterns proven here
interface-driven architecture data-model
Every pipeline stage (`IContentSource`, `IExtractor`, `IMetricCalculator`, `IContentLibrary`) is behind an abstraction for testability and extensibility.
Why it matters
Provides a unified way to process source code for typing practice apps across different platforms.
Tags
csharpclimcp