Skip to content

CLI Reference

Manage the thoughts system.

Initialize thoughts for the current repository.

Terminal window
hyprlayer thoughts init [OPTIONS]
OptionDescription
--forceForce 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

Remove thoughts setup from the current repository.

Terminal window
hyprlayer thoughts uninit [OPTIONS]
OptionDescription
--forceForce removal even if not in configuration
--config-file <PATH>Path to config file

Manually sync thoughts to the thoughts repository.

Terminal window
hyprlayer thoughts sync [OPTIONS]
OptionDescription
-m, --message <MSG>Commit message for sync
--config-file <PATH>Path to config file

Show status of the thoughts repository.

Terminal window
hyprlayer thoughts status [OPTIONS]
OptionDescription
--config-file <PATH>Path to config file

View or edit thoughts configuration.

Terminal window
hyprlayer thoughts config [OPTIONS]
OptionDescription
--editOpen configuration in editor
--jsonOutput configuration as JSON
--config-file <PATH>Path to config file

Create a new thoughts profile.

Terminal window
hyprlayer thoughts profile create <NAME> [OPTIONS]
OptionDescription
--repo <PATH>Thoughts repository path
--repos-dir <NAME>Repos directory name
--global-dir <NAME>Global directory name
--config-file <PATH>Path to config file

List all thoughts profiles.

Terminal window
hyprlayer thoughts profile list [OPTIONS]
OptionDescription
--jsonOutput as JSON
--config-file <PATH>Path to config file

Show details of a specific profile.

Terminal window
hyprlayer thoughts profile show <NAME> [OPTIONS]
OptionDescription
--jsonOutput as JSON
--config-file <PATH>Path to config file

Delete a thoughts profile.

Terminal window
hyprlayer thoughts profile delete <NAME> [OPTIONS]
OptionDescription
--forceForce deletion even if in use
--config-file <PATH>Path to config file

Manage AI tool configuration.

Configure AI tool and install agent files.

Terminal window
hyprlayer ai configure [OPTIONS]
OptionDescription
--forceForce reconfiguration even if already set up
--config-file <PATH>Path to config file

Show current AI tool configuration.

Terminal window
hyprlayer ai status [OPTIONS]
OptionDescription
--jsonOutput as JSON
--config-file <PATH>Path to config file

Reinstall AI agent files.

Terminal window
hyprlayer ai reinstall [OPTIONS]
OptionDescription
--config-file <PATH>Path to config file