CLI Reference
hyprlayer thoughts
Section titled “hyprlayer thoughts”Manage the thoughts system.
thoughts init
Section titled “thoughts init”Initialize thoughts for the current repository.
hyprlayer thoughts init [OPTIONS]| Option | Description |
|---|---|
--force | Force reconfiguration even if already set up |
--directory <NAME> | Specify the repository directory name (skips prompt) |
--profile <NAME> | Use a specific thoughts profile |
--config-file <PATH> | Path to config file |
thoughts uninit
Section titled “thoughts uninit”Remove thoughts setup from the current repository.
hyprlayer thoughts uninit [OPTIONS]| Option | Description |
|---|---|
--force | Force removal even if not in configuration |
--config-file <PATH> | Path to config file |
thoughts sync
Section titled “thoughts sync”Manually sync thoughts to the thoughts repository.
hyprlayer thoughts sync [OPTIONS]| Option | Description |
|---|---|
-m, --message <MSG> | Commit message for sync |
--config-file <PATH> | Path to config file |
thoughts status
Section titled “thoughts status”Show status of the thoughts repository.
hyprlayer thoughts status [OPTIONS]| Option | Description |
|---|---|
--config-file <PATH> | Path to config file |
thoughts config
Section titled “thoughts config”View or edit thoughts configuration.
hyprlayer thoughts config [OPTIONS]| Option | Description |
|---|---|
--edit | Open configuration in editor |
--json | Output configuration as JSON |
--config-file <PATH> | Path to config file |
thoughts profile create
Section titled “thoughts profile create”Create a new thoughts profile.
hyprlayer thoughts profile create <NAME> [OPTIONS]| Option | Description |
|---|---|
--repo <PATH> | Thoughts repository path |
--repos-dir <NAME> | Repos directory name |
--global-dir <NAME> | Global directory name |
--config-file <PATH> | Path to config file |
thoughts profile list
Section titled “thoughts profile list”List all thoughts profiles.
hyprlayer thoughts profile list [OPTIONS]| Option | Description |
|---|---|
--json | Output as JSON |
--config-file <PATH> | Path to config file |
thoughts profile show
Section titled “thoughts profile show”Show details of a specific profile.
hyprlayer thoughts profile show <NAME> [OPTIONS]| Option | Description |
|---|---|
--json | Output as JSON |
--config-file <PATH> | Path to config file |
thoughts profile delete
Section titled “thoughts profile delete”Delete a thoughts profile.
hyprlayer thoughts profile delete <NAME> [OPTIONS]| Option | Description |
|---|---|
--force | Force deletion even if in use |
--config-file <PATH> | Path to config file |
hyprlayer ai
Section titled “hyprlayer ai”Manage AI tool configuration.
ai configure
Section titled “ai configure”Configure AI tool and install agent files.
hyprlayer ai configure [OPTIONS]| Option | Description |
|---|---|
--force | Force reconfiguration even if already set up |
--config-file <PATH> | Path to config file |
ai status
Section titled “ai status”Show current AI tool configuration.
hyprlayer ai status [OPTIONS]| Option | Description |
|---|---|
--json | Output as JSON |
--config-file <PATH> | Path to config file |
ai reinstall
Section titled “ai reinstall”Reinstall AI agent files.
hyprlayer ai reinstall [OPTIONS]| Option | Description |
|---|---|
--config-file <PATH> | Path to config file |