Docs | QonQrete

Quickstart (v1.2.0)

This guide will walk you through running your first cycle with the QonQrete system using one of three methods: CLI, VS Code extension, or JetBrains plugins.

CLI

To use the command‑line interface, install the qonqrete package and run:

# Deploy runtime (first time only)
qonqrete deploy

# Configure AI (first time only)
qonqrete config set-ai

# Create your task file
qonqrete tasq create tasq.md
# Edit tasq.md with your requirements

# Run!
qonqrete tasq run

# View results in qage_001/, qage_002/, etc.

VS Code

# 1. Open your project
code /path/to/my-project

# 2. Deploy runtime (first time only)
# Command: QonQrete: Deploy to Workspace

# 3. Configure AI (first time only)
# Command: QonQrete: Set AI Configuration

# 4. Create your task
# Command: QonQrete: Create tasq.md
# Edit tasq.md with your requirements

# 5. Run!
# Command: QonQrete: Run Tasq (Ctrl+Alt+Q)

# 6. View results in qage_001/, qage_002/, etc.

JetBrains / IntelliJ IDEs

# 1. Open your project in IntelliJ/WebStorm/etc.

# 2. Deploy runtime (first time only)
# Action: QonQrete: Deploy to Workspace

# 3. Configure AI (first time only)
# Action: QonQrete: Set AI Configuration

# 4. Create your task
# Action: QonQrete: Create tasq.md
# Edit tasq.md with your requirements

# 5. Run!
# Action: QonQrete: Run Tasq (Ctrl+Alt+Q)

# 6. View results in Tool Window → Qage Browser

Next steps

Refer to the rest of the documentation for a deeper dive into architecture, configuration, advanced commands, and best practices.