[AI] Updated AGENTS.md to init with gemma 4 12b qat
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
## Key Singletons
|
## Key Singletons
|
||||||
- `GlobalStates.qml`: Manages global UI visibility (e.g., `mediaControlsOpen`, `notificationPanelOpen`).
|
- `GlobalStates.qml`: Manages global UI visibility (e.g., `mediaControlsOpen`, `notificationPanelOpen`).
|
||||||
- `common/Config.qml`: Manages JSON configuration and watches for file changes.
|
- `common/Config.qml`: Manages JSON configuration at `${XDG_CONFIG_HOME}/hydro-os/config.json` and watches for file changes.
|
||||||
- `common/Directories.qml`: Defines XDG and repository-specific file paths.
|
- `common/Directories.qml`: Defines XDG and repository-specific file paths (e.g., `${XDG_CONFIG_HOME}/hydro-os/color.json`).
|
||||||
- `common/Appearance.qml`: Handles theme, colors, and transparency.
|
- `common/Appearance.qml`: Handles theme, colors, and transparency.
|
||||||
|
|
||||||
## Component Structure
|
## Component Structure
|
||||||
@@ -20,5 +20,5 @@
|
|||||||
- `settings.qml`: Settings view entry point.
|
- `settings.qml`: Settings view entry point.
|
||||||
|
|
||||||
## Development Workflow
|
## Development Workflow
|
||||||
- *TBD*: Check for build/lint/test commands (e.g., `npm`, `make`, or direct `quickshell` execution).
|
- **Logs**: Run `quickshell log` and read only after the last "INFO: Reloading configuration..."
|
||||||
- Logs: Run `quickshell log` and read only after the last "INFO: Reloading configuration..."
|
- **Config**: Configuration files are located in `${XDG_CONFIG_HOME}/hydro-os/` and may be auto-created by the application.
|
||||||
|
|||||||
Reference in New Issue
Block a user