Forgejo Accelerated https://fjx.tfks.net
  • TypeScript 95.4%
  • Dockerfile 2.1%
  • Shell 1.3%
  • Just 0.9%
  • CSS 0.3%
Find a file
2026-06-26 17:56:59 -07:00
.agents/commands/fjx fix agent-pm's command 2026-06-26 15:33:28 -07:00
.claude chore: install fjx commands under agents namespace 2026-06-23 06:00:55 +00:00
.codex/skills Initial commit 2026-05-13 17:40:37 +00:00
.forgejo/workflows feat: afk-mode §12 — MCP endpoint + fjx-mgmt image 2026-05-29 08:04:53 -07:00
.githooks Initial commit 2026-05-13 17:40:37 +00:00
.pi Initial commit 2026-05-13 17:40:37 +00:00
.vscode Initial commit 2026-05-13 17:40:37 +00:00
coverage feat(qa): surface failed-step output in qa checks 2026-06-24 19:41:31 -07:00
doc feat(qa): surface failed-step output in qa checks 2026-06-24 19:41:31 -07:00
images feat(dev): surface QA findings on direct handoff; gate just validate 2026-06-24 17:52:32 -07:00
mgmt fix(mgmt): render run avatars without read:user scope 2026-06-24 22:30:26 -07:00
openspec docs: afk-mode operator docs + archive change 2026-06-20 00:04:42 +00:00
scripts feat: afk-mode §13–§14 — run-detail stats, avatar support, telemetry fixes 2026-06-19 21:09:15 +00:00
src clarify label PM should use when assigning 2026-06-26 17:56:59 -07:00
wiki chore: rename pm tick → pm next, polish supervise telemetry 2026-06-02 09:30:30 -07:00
.dockerignore Initial commit 2026-05-13 17:40:37 +00:00
.gitignore chore: rename pm tick → pm next, polish supervise telemetry 2026-06-02 09:30:30 -07:00
AGENTS.md docs: migrate wiki/workflow/* refs to src/doc/* and fjx help 2026-05-14 02:52:33 -07:00
CLAUDE.md Initial commit 2026-05-13 17:40:37 +00:00
deno.json feat(supervise): wire telemetry adapter in supervise next, add run report output 2026-06-23 06:26:37 -07:00
deno.lock chore: supervise container shakedown + dotenv autoload 2026-06-22 22:55:53 -07:00
env.example chore: supervise container shakedown + dotenv autoload 2026-06-22 22:55:53 -07:00
fjx.json feat: afk-mode §1–§4 — project config, telemetry pipeline, release verbs 2026-05-27 13:04:11 -07:00
Justfile chore: rename pm tick → pm next, polish supervise telemetry 2026-06-02 09:30:30 -07:00
LICENSE publish to jsr 2026-05-13 12:43:01 -07:00
README.md chore: rename pm tick → pm next, polish supervise telemetry 2026-06-02 09:30:30 -07:00
test.just fix(adapter-codex): treat epoch-0 birthtime as missing 2026-06-21 10:15:19 -07:00

fjx

Forgejo Accelerated

validated published

FJX is an opinionated workflow & agent harness to help teams build software in a way that is both natural & observable to humans while allowing for agent acceleration. fjx is a CLI to the Forgejo API that helps agents perform their work safely & efficiently.

It is very much a work-in-progress and heavily opinionated. Enjoy yourself. Take only what you need from it.

Install

Requires Deno 2.x.

# Install as `fjx` on PATH
deno install -gA -n fjx jsr:@tfks/fjx

# Or run ad-hoc without installing
deno run -A jsr:@tfks/fjx --help

Setup

just setup   # check prereqs, configure git hooks, cache deps, copy .env
just         # list available recipes
just dev     # run with file watching

Environment variables

Variable Required Purpose
FJX_CACHE yes (agents) Path to the JSON cache file used for labels, PM sweep checkpoints, and current-item pointer. Set per-role (e.g. .fjx-cache-dev.json).
FJX_TOKEN one of the auth vars Forgejo personal access token (preferred).
FJX_USERNAME one of the auth vars Forgejo username for HTTP Basic auth.
FJX_PASSWORD one of the auth vars Forgejo password for HTTP Basic auth.

Auth priority: FJX_TOKENFJX_USERNAME/FJX_PASSWORD → credentials in the cache file.

Layout

  • src/main.ts — entry point
  • Justfile — task runner
  • runbooks/ — operational workflows (also exposed as /runbooks:<name> slash commands)
  • wiki/ — repo-local memory
  • AGENTS.md — operating manual for AI agents (and humans)
  • .forgejo/workflows/ — CI/CD