A category is a cMeta plugin: it defines a kind of artifact and the commands that act on it. Pick one to see its commands, its API and where it comes from - everything is driven the same way, cx <category> <command>.
| Category | Comes from | What it is for | Artifacts shipped |
|---|---|---|---|
| app | (internal) | Run applications bundled as artifacts, such as the built-in cserver web app. |
1 |
| asset | (internal) | Store and retrieve file assets (archives, binaries, downloads) as artifacts. | — |
| cache | (internal) | Content-addressed cache entries produced by runs, so repeated work is reused. | — |
| category | (internal) | The categories themselves: create, find, move, index and update them. | 28 |
| config | (internal) | Named configuration artifacts that tune how cMeta and its categories behave. | — |
| docs | (internal) | Documentation artifacts, including the rendered API documentation sites. | 1 |
| experiment | (internal) | Experiment artifacts - the record of what was run and under which conditions. | — |
| journal | (internal) | Chronological journal entries kept as artifacts. | — |
| log | (internal) | Log artifacts written by runs and applications. | — |
| note | (internal) | Free-form notes kept as first-class, findable artifacts. | — |
| prompt | (internal) | Reusable AI prompts stored as artifacts, so agent instructions are versioned like code. | — |
| repo | (internal) | Content repositories: pull, plug, create and list the repos that supply everything else. | — |
| report | (internal) | Generated reports kept alongside the runs that produced them. | — |
| research | (internal) | Research artifacts - notes, provenance and material tied to a line of work. | — |
| result | (internal) | Saved results and calculations from runs, ready to be compared over time. | — |
| script | (internal) | Portable scripts wrapped as artifacts so they can be found and reused. | — |
| session | (internal) | Session state held as artifacts. | — |
| tests | (internal) | Test artifacts used by cMeta's own test suite. | 1 |
| utils | (internal) | Miscellaneous helper commands exposed through the uniform interface. | — |
| website | (internal) | Website artifacts and their generation. | — |
| work | (internal) | Work items - the unit for tracking an ongoing piece of work. | — |
| dataset | (cTuningLabs@cmeta-aops) | Dataset artifacts, downloaded and prepared reproducibly. | 11 |
| docker | (cTuningLabs@cmeta-aops) | Container recipes for reproducible hosts across Linux distributions. | — |
| model | (cTuningLabs@cmeta-aops) | Machine-learning model artifacts, including models fetched from Hugging Face. | 10 |
| program | (cTuningLabs@cmeta-aops) | Compile and run benchmarks and applications across compute targets (CPU, CUDA, ROCm, Metal, XPU, Android, …). | 31 |
| skill | (cTuningLabs@cmeta-aops) | Packaged skills that teach an AI agent how to drive a piece of cMeta. | — |
| task | (cTuningLabs@cmeta-aops) | The workflow-engine unit: composable, cacheable steps built from a declarative pipeline - what tool and program delegate into. |
119 |
| tool | (cTuningLabs@cmeta-aops) | Detect, install, build and run external tools (git, cmake, clang, cuda, python, …) the same way on every operating system. | 105 |
Nothing matches that filter.
Read live from the cMeta index of this server - the same data cx category list shows you locally.