zaezd AGENTS.md

Repository instructions for Zaezd, a trip-planning project that builds travel packages around reasons to travel, such as attending IT conferences.

In plain words
What is it for?
Understanding the repository, following its specifications, running verification, and preserving required features such as return travel and honest checkout links.
Why use it?
They give coding agents the project’s structure, priorities, delivery process, and required checks so changes fit the existing system.

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/evilfreelancer/zaezd/agents-md
Clone the repo
git clone --depth 1 https://github.com/EvilFreelancer/zaezd

Made for: Codex, OpenCode.

Per session 1,542 This file is loaded in full into every session.
When invoked 1,542 The same file — it is already loaded in full.
Security scan A 0 findings. 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.01542 $0.01542
Opus 5 $0.00771 $0.00771
Sonnet 5 $0.00308 $0.00308
Haiku 4.5 $0.00154 $0.00154

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

Security

Grade A, and why

zaezd AGENTS.md scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 131 lines

How it starts

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

Zaezd - agent brief

Trip engine that starts from a reason to travel. A person does not know where to go, they know why. The first vertical is IT conferences: the event catalogue (confcal MCP) says where and when, Tutu MCP supplies transport and lodging, and a deterministic composer turns both into at most three explainable packages on one screen.

The product specification lives in specs/ and is authoritative. Read specs/README.md first; it indexes all ten documents and names the three things that are never cut: the return leg, the deterministic date algorithm, and honest checkout link labels.

State of the repository

All five layers are written, specified and deployed: the pure core, the confcal and Tutu clients, the three optional enrichments, the orchestrator, the trip board and the three MCP tools with the ui:// widget. It ships as a container and runs behind whatever reverse proxy a deployment happens to have; npm run verify covers all of it offline against fixtures/.

ideas/ holds the reconnaissance the specs were built from. It ships with the public repository as history, not as product code, and nothing under src/ may import from it. research/ holds raw probes and review transcripts and stays out of git.

Commands

npm install          # once
npm start            # the server, ZAEZD_MODE=live or replay
npm run bdd          # executable Gherkin specifications (features/)
npm test             # unit tests (tests/)
npm run typecheck    # tsc over the Node tree and the browser tree
npm run lint         # eslint
npm run rules:sync   # regenerate .cursor/rules from .claude/rules
npm run docs:check   # every command the documentation names really exists
npm run build        # compile to dist/ and copy static assets
npm run verify       # all of the above except build, the gate before calling anything done

Runtime dependencies are added as the layer that needs them is built: zod with src/sources/normalize.ts, @modelcontextprotocol/sdk with the clients, @modelcontextprotocol/ext-apps with the ui:// resource. Leaflet and the Kite token extract are vendored under src/web/public/vendor/ with their licences, not installed. Unused dependencies are a scored defect here.

Read the full file on GitHub · 131 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. 2d ago First seen · 131 lines · 1,542 tokens per session scan A 4166da4667ee

Subscribe to this mod's changes

zaezd AGENTS.md is an instructions file published in the GitHub repository EvilFreelancer/zaezd (1 stars, last pushed 13d ago), licensed MIT. It adds 1,542 tokens to every session, about $0.0077 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.