AI utility to build and use across different context. Local Transcriptions, composable, pipe friendly. Uses XDG and POSIX specifications. Designed with vim and coreutils.
Find a file
Andrew Briscoe a87cccfae4
add: xdg compliance for env file and config dir
- Fix broken conditional logic in environment variable sourcing that prevented
  TAI_ENV_FILE from working when set externally
- Add proper precedence hierarchy: TAI_ENV_FILE > --env-file > default
- Add error handling for non-existent environment files with clear messages
- Remove redundant sourcing logic in AISpeak() function

- Fix default environment file path to use $APP_CONFIG_DIR/.default.env
- Ensure APP_CONFIG_DIR exists before attempting to use default env file
- Add missing APP_DATA_DIR creation for complete XDG compliance
- Improve adherence to XDG Base Directory specification

Resolves environment sourcing issues and ensures proper directory structure
creation following Unix/Linux standards.

Signed-off-by: Andrew Briscoe <admin@pandasportal.net>
2025-09-24 19:06:50 +08:00
bin add: xdg compliance for env file and config dir 2025-09-24 19:06:50 +08:00
docs/concepts Lint fixes 2025-09-17 22:17:28 +08:00
install.sh Lint fixes 2025-09-17 22:17:28 +08:00