Personal_AI_Infrastructure
Personal_AI_Infrastructure copied to clipboard
Personal AI Infrastructure for upgrading humans.
## Summary The History directory used inconsistent naming conventions: | Directory | Convention | |-----------|------------| | Decisions | PascalCase ✓ | | Execution | PascalCase ✓ | | Learnings |...
## Summary The `capture-all-events.ts` hook uses lowercase `'raw-outputs'` in the path, but the actual History directory is `Raw-Outputs` (TitleCase with hyphen). This causes the hook to fail on case-sensitive filesystems...
## Summary This PR enforces the TitleCase naming convention specified in `SkillSystem.md` across all skills. This addresses the inconsistencies reported in #229. ## Changes ### Directory Renames Renamed `workflows/` to...
Hola! I ran into this, when deploying PAI on both macos and linux (Omarchy) environments. Worked on macos, but not linux and was a head-scratcher for a bit. ## Description...
Claude Code uses lower case directories by convention, and the switch to Commands/ has broken this, at least on case sensitive OS like Linux. By changing the name of the...
In Skills/CORE/CONSTITUTION.md, there's a table listing 12+ specialized agents: | Agent | Purpose | |-----------------------|-------------------------------| | kai | Main orchestrator | | intern | High-agency genius generalist | | engineer...
After running `bootstraph.sh` I noticed that `config/profile.json` was created which has the option to set the port voice server is listening on. However, `initialize-session.ts` has the voice server port hard-coded.
Which script should I use for the initial setup after cloning the repo? `.claude/setup.sh` OR `.claude/Tools/setup/bootstrap.sh`? Instructions mostly say `bootstrap.sh` but it's unclear what `setup.sh` is for; it's also mentioned...
I was unable to find any documention on how the `~/.claude/projects` directory works with PAI. Should I be placing a `CLAUDE.MD` file in a folder that matches my project name?...
# Add Linux Support and Audio Caching to PAI Voice Server ## Summary This PR extends the PAI voice notification system to support both macOS and Linux platforms, adds an...