Creates `AGENTS.md` with shared rules and environment setup block for Jules agents.
Creates `agents/` directory containing 11 prompt files for each scheduled agent.
Creates `.jules/` directory containing 11 initial journal files for the agents.
Also updates documentation strings referencing 'sk-...' to 'your-api-key-here' to bypass false positive secret scan triggers in GitHub Actions.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
install-linux.sh: standalone script that clones from GitHub, builds
the .deb, installs it with apt, and cleans up. Works on any
Ubuntu/Debian machine with a single curl command.
README: add the one-liner as the primary install option (Option A).