No description
  • TypeScript 72.8%
  • Python 12.8%
  • SCSS 10.3%
  • JavaScript 3.8%
  • Shell 0.3%
Find a file
Kai Siren 6f38599d75
Some checks are pending
Run Tests / test (push) Waiting to run
Run Tests / test-e2e (push) Waiting to run
TruffleHog / Scan for secrets (push) Waiting to run
feat(footer): link to gmail OAuth privacy policy
closes #1386

Audit-log: coily://1779269577/AGPEJOZK - coily ops aws sts get-caller-identity
Audit-log: coily://1779269578/AGPEJOZN - coily ops aws ssm get-parameter
Audit-log: coily://1779269601/AGPEJO4J - coily ops gh run list
2026-05-20 02:41:25 -07:00
.claude chore(lockdown): adopt agent-guard pre-tool-use delegate 2026-05-16 14:00:17 -07:00
.coily rename: update cross-repo refs after coilyco-ai to agentic-os-kai 2026-05-15 02:33:38 -07:00
.github chore(ci): remove codex-review-gate + undraft-and-poke-codex workflows 2026-05-16 15:44:42 -07:00
cypress Refactor content block styling (#1225) 2023-10-12 04:02:04 +00:00
docs docs(FEATURES): swap o2r worked-example pointer to luca 2026-05-16 14:58:24 -07:00
drafts Pull agent-launch-pillars post offline 2026-04-30 02:03:30 -07:00
scripts chore(pulse): refresh data 2026-05-19 2026-05-19 11:07:31 +00:00
src feat(footer): link to gmail OAuth privacy policy 2026-05-20 02:41:25 -07:00
static roll resume 2026-04-28 11:39:17 -07:00
.gitattributes roll resume 2026-04-28 11:39:17 -07:00
.gitignore feat(og): generate per-page OG images at build time via satori 2026-05-06 22:46:07 -07:00
.npmrc migrate to pnpm, TypeScript, React 19, and Gatsby Head API 2026-04-19 18:38:27 -07:00
.pre-commit-config.yaml chore: adopt coilysiren/agentic-os v0.2.1 upstream-ref pre-commit suite 2026-05-15 23:31:10 -07:00
AGENTS.md rename: update cross-repo refs after coilyco-ai to agentic-os-kai 2026-05-15 02:33:38 -07:00
CLAUDE.md Convert CLAUDE.md symlink to @AGENTS.md import 2026-04-23 13:35:49 -07:00
cypress.config.js Updates dependencies (#1188) 2023-09-24 06:32:58 -04:00
eslint.config.mjs fix CI: lint scripts/ as Node, drop unused bindings 2026-04-14 00:27:26 -07:00
gatsby-browser.tsx remove superpowers docs 2026-04-25 21:22:38 -07:00
gatsby-config.ts feat(og): generate per-page OG images at build time via satori 2026-05-06 22:46:07 -07:00
gatsby-node.ts apps: render OpenGraph metadata for each listed app 2026-05-02 15:07:39 -07:00
gatsby-ssr.tsx add per-page 'View source on GitHub' footer link 2026-04-19 23:13:29 -07:00
netlify.toml pin Netlify Node to 22 (fixes stale-cache build break) 2026-04-20 03:47:02 +00:00
package.json feat(og): generate per-page OG images at build time via satori 2026-05-06 22:46:07 -07:00
pnpm-lock.yaml build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#1383) 2026-05-18 17:50:01 +00:00
README.md rename: update cross-repo refs after coilyco-ai to agentic-os-kai 2026-05-15 02:33:38 -07:00
tsconfig.json migrate to pnpm, TypeScript, React 19, and Gatsby Head API 2026-04-19 18:38:27 -07:00

coilysiren.me

my internet website

Git workflow

Commit directly to main without asking for confirmation, including git add. Do not open pull requests unless explicitly asked.

Commit whenever a unit of work feels sufficiently complete — after fixing a bug, adding a feature, passing tests, or reaching any other natural stopping point. Don't wait for the user to ask.

Status

Netlify Status

Local Developement

Create a .env.development file with these contents:

GATSBY_API_URL=http://localhost:4000 # or whatever port you are running the API on

Commands

Dev commands are declared in .coily/coily.yaml. Run them as coily exec <verb>.

See also

  • AGENTS.md - agent-facing operating rules.
  • docs/FEATURES.md - inventory of what ships today.
  • .coily/coily.yaml - allowlisted commands. Agents route through coily, not bare make / uv / python / npm / cargo / dotnet.

Cross-reference convention from coilysiren/agentic-os-kai#313.