Skip to content

Latest commit

 

History

780 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treq

treq

Treq is the open-source Stacking Agent Development Environment (ADE). It gives each agent its own workspace, stacks branches, and rebases when the base moves.

The goal of Treq is to provide a full suite of high-productivity tooling with the software developer firmly in the driver seat. Features are centered around ensuring high code quality and reducing delegation friction, while integrating with existing development platforms and tooling.

Treq code overview

Getting Started

Download the latest release here. Install steps are in the installation docs.

Features

Developer

Regenerating screenshots

The committed overview shot is assets/screenshots/code.png. Site crops are generated in the Deploy Web landing-screenshots job and are not committed.

Regenerate locally with npm run screenshot:readme. Docs-only CI sets SKIP_LANDING_SCREENSHOTS=1.

npm run screenshot:readme
# same as
npm run screenshot:landing

Specs live at scripts/screenshot/specs/readme-*.spec.tsx.

Bumping the version

make bump           # prompts for the new version
make bump VERSION=0.1.3   # non-interactive

Updates package.json, src-tauri/tauri.conf.json, src-tauri/Cargo.toml, and src-tauri/Cargo.lock in one step.

# to profile benchmark code
samply record cargo bench --bench sync_workspaces

License

Licensed under the Apache License, Version 2.0