No description
- TypeScript 72.8%
- Python 12.8%
- SCSS 10.3%
- JavaScript 3.8%
- Shell 0.3%
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 |
||
|---|---|---|
| .claude | ||
| .coily | ||
| .github | ||
| cypress | ||
| docs | ||
| drafts | ||
| scripts | ||
| src | ||
| static | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .pre-commit-config.yaml | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| cypress.config.js | ||
| eslint.config.mjs | ||
| gatsby-browser.tsx | ||
| gatsby-config.ts | ||
| gatsby-node.ts | ||
| gatsby-ssr.tsx | ||
| netlify.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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
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.