Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

CompText Language Guide

Overview

CompText DSL enables efficient LLM communication through structured commands.

Core Concepts

Commands

Reusable patterns stored in the codex.

use:docker-setup-v1

Modules

Grouped collections of related commands.

module:development

Composition

Combine multiple commands.

use:project-init
use:git-workflow

Full Specification

See CompText DSL Repo for complete spec.