-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Kritarth-Dandapat edited this page Jul 19, 2026
·
1 revision
/wrangler.toml.example Worker config template — copy to wrangler.toml (git-ignored)
/src/index.js Edge gateway: upload + render logic
/cli/ dkraft-publish CLI, published as freeflow-dkraft-publisher on npm
/templates/ Example HTML templates (e.g. plan-template.html)
/.claude/skills/freeflow-publish/ Agent skill teaching the publish workflow
/docs/ Source for the GitHub Pages site
-
Worker (
src/index.js) — single file, no bundler. Test locally withnpm run worker:dev, deploy withnpm run worker:deploy. -
CLI (
cli/) — its ownpackage.json, published independently to npm asfreeflow-dkraft-publisher.
master has force-push and deletion blocked. No required status checks yet (no CI workflow configured) and no mandatory PR reviews — direct pushes are allowed for maintainers. If CI is added later, wire required status checks into the branch protection rule.
No formal template yet. Keep changes scoped — the Worker and CLI are small, single-purpose files; prefer minimal diffs over refactors bundled with features.
This repo is built to be agent-friendly:
-
.claude/skills/freeflow-publish/SKILL.mdis a plain-language runbook any coding agent can follow to publish drafts through the CLI. - GitHub Copilot coding agent, Anthropic code agent, and OpenAI code agent are all available as issue assignees on this repo (see suggested assignees on any issue).
Use GitHub Issues. For security-relevant gaps, see Security for the current known-issues list before filing a duplicate.