projektor AGENTS.md

projektor AGENTS.md is an instructions file for Codex, OpenCode from TAJD/projektor. It costs 6,988 tokens per session, scanned A, original, MIT.

Project instructions for Projektor, a lightweight project-management tool running on Cloudflare, with a web app and an API.

In plain words
What is it for?
Use them when implementing or fixing features in the API, web app, database, caching, file storage, or shared workspace code.
Why use it?
They describe the system's services, data stores, code layout, and testing expectations so changes fit the existing architecture.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/tajd/projektor/agents-md
Clone the repo
git clone --depth 1 https://github.com/TAJD/projektor

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for projektor AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tajd/projektor/agents-md.svg)](https://agentmods.dev/instructions/tajd/projektor/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tajd/projektor/agents-md"><img src="https://agentmods.dev/badge/instructions/tajd/projektor/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,988 This file is loaded in full into every session.
When invoked 6,988 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.06988 $0.06988
Opus 5 $0.03494 $0.03494
Sonnet 5 $0.01398 $0.01398
Haiku 4.5 $0.00699 $0.00699

Measured 3d ago against content hash 986c9e89e98e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

projektor AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -H "X-Bootstrap-Secret: localdev" http://127.0.0.1:8787/bootstrap
AGENTS.md · 384 lines

How it starts

The opening of the file, as written. The whole thing — 384 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Guidance for AI agents (and humans) working on the projektor codebase. Read this before making changes — it captures conventions that aren't obvious from the code alone.

Portable source of truth across agent tools (Claude Code, Codex, Cursor, …). CLAUDE.md points here.

What projektor is

A project management tool deployed on Cloudflare, combining AI-native design with tried-and-tested principles.

Design principles

  1. Fast and lightweight.
  2. Serverless, built on Cloudflare resources.

Implementation details:

  • When implementing a feature or fixing a bug, always add a test that confirms the behaviour.
  • Runtime: Hono on Cloudflare Workers
  • Data: D1 (SQLite) for relational data, KV for caching (Access certs, user-by-email), R2 for file attachments
  • Schema: Drizzle is the schema and primary query layer; raw DB.prepare remains in the auth/workspace middleware hot path, the dev bootstrap, and a handful of service queries (FTS, counters) where hand-written SQL is clearer.
  • Monorepo: pnpm workspaces + turbo. apps/api (the Worker), apps/web (Astro + Preact static site, served in production via CF Workers Static Assets — see below), apps/docs (the Astro docs site linked throughout this file), packages/* (db, types, plugin-sdk), plugins/*
  • Deploy: projektor publishes a self-contained release artifact on each v* tag; a config-only deploy repo (e.g. projektor-deploy-example) downloads it and ships it with wrangler — no submodule, no source checkout downstream. The Worker (apps/api) and the built frontend (apps/web/dist) ship together: wrangler.toml declares an [assets] binding with run_worker_first = ["/api/*", "/mcp/*", "/wiki", "/.well-known/*"], so those paths always hit the Hono Worker while every other path serves the static Astro output (per-route HTML, asset-first). The release build compiles apps/web and bundles the Worker into a single worker.js.

Coordination model (read this first)

Read the full file on GitHub · 384 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 384 lines · 6,988 tokens per session scan A 986c9e89e98e

Subscribe to this mod's changes

projektor AGENTS.md is an instructions file published in the GitHub repository TAJD/projektor (39 stars, last pushed 9d ago), licensed MIT. It adds 6,988 tokens to every session, about $0.0349 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.