Skip to content

blkinnovate/reconstruct-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reconstruct Templates

Templates for Reconstruct CLI commands and rules for AI coding assistants.

Overview

This repository contains the command and rule templates that are distributed via the Reconstruct CLI. These templates are automatically downloaded and installed when users run reconstruct init.

Structure

reconstruct-templates/
├── commands/          # Cursor command files
│   ├── recon-init.md
│   ├── recon-implement.md
│   └── recon-sync.md
├── rules/             # Cursor rule files
│   └── reconstruct-task-planning.md
├── LICENSE
└── README.md

Installation

Templates are automatically installed via the Reconstruct CLI:

npm install -g reconstruct-cli
reconstruct init

Versioning

Templates are versioned independently from the CLI. Each release includes:

  • Command files with version headers
  • Rule files with version headers
  • A templates-{version}.tar.gz archive

License

See LICENSE for license terms. This work is licensed under a custom license that permits personal and non-commercial use. Commercial use requires explicit permission.

Contributing

This repository is maintained as part of the Reconstruct project. For issues or feature requests, please contact the maintainers.

Links

About

Releases for Reconstruct template files

Resources

License

Stars

Watchers

Forks

Packages

No packages published