coilysiren.me — personal site and technical writing on platform engineering, systems, and side projects
  • TypeScript 75.1%
  • Python 12.1%
  • SCSS 10.3%
  • JavaScript 2.5%
Find a file
coilyco-ops a5e61a14e1
All checks were successful
Run Tests / test (push) Successful in 1m38s
TruffleHog / Scan for secrets (push) Successful in 20s
Run Tests / test-e2e (push) Successful in 3m0s
fix(ci): use pnpm directly in Forgejo test install
closes #69
2026-07-09 16:45:56 +00:00
.agents/skills/repo-website chore(skills): rename website skill to repo-website 2026-06-01 02:35:04 -07:00
.claude lockdown: strip committed deny + dead lockdown-deny.sh hook (agentic-os-kai#706) 2026-06-26 07:41:25 +00:00
.forgejo/workflows fix(ci): use pnpm directly in Forgejo test install 2026-07-09 16:45:56 +00:00
.github chore(code-comments): clean YAML violations, bump agentic-os to v0.16.0 2026-06-08 16:52:09 -07:00
.ward chore: add .ward/ward.yaml bridge (.coily -> .ward migration) 2026-06-14 15:11:43 -07:00
cypress chore: clean up code-comments hook violations 2026-05-26 17:43:52 -07:00
docs fix(ci): use pnpm directly in Forgejo test install 2026-07-09 16:45:56 +00:00
drafts Pull agent-launch-pillars post offline 2026-04-30 02:03:30 -07:00
scripts feat(og): add logo-forward banner card with text-overlay space 2026-06-04 04:43:54 -07:00
src fix: rename icon-trio to icons, drop the gaming variant spread 2026-06-11 22:54:20 -07:00
static feat: add unlisted /hiring page with reusable noindex frontmatter flag 2026-05-26 19:05:37 -07:00
.agentic-os.toml feat: modernize website devtools and Forgejo CI 2026-07-09 16:39:53 +00: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 feat: modernize website devtools and Forgejo CI 2026-07-09 16:39:53 +00:00
AGENTS.md feat: modernize website devtools and Forgejo CI 2026-07-09 16:39:53 +00: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 chore: clean up code-comments hook violations 2026-05-26 17:43:52 -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 feat: modernize website devtools and Forgejo CI 2026-07-09 16:39:53 +00: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 .ward/ward.yaml. Run them as ward exec <verb>.

See also

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

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