ical-filter-proxy AGENTS.md

ical-filter-proxy AGENTS.md is an instructions file for Codex, OpenCode from yungwood/ical-filter-proxy. It costs 523 tokens per session, scanned A, original, MIT.

Repository instructions for a Go web service that filters iCalendar feeds, which are calendar data feeds, and serves the filtered results. They describe the project structure, configuration flow, and common commands.

In plain words
What is it for?
Use them when modifying the Go service, compiling calendar matching rules, validating YAML configuration, or running its tests and linter.
Why use it?
They give coding agents the project-specific rules needed to change configuration and filtering logic safely without rediscovering the repository's design.

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/yungwood/ical-filter-proxy/agents-md
Clone the repo
git clone --depth 1 https://github.com/yungwood/ical-filter-proxy

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 ical-filter-proxy AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yungwood/ical-filter-proxy/agents-md.svg)](https://agentmods.dev/instructions/yungwood/ical-filter-proxy/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/yungwood/ical-filter-proxy/agents-md"><img src="https://agentmods.dev/badge/instructions/yungwood/ical-filter-proxy/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 523 This file is loaded in full into every session.
When invoked 523 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.00523 $0.00523
Opus 5 $0.00262 $0.00262
Sonnet 5 $0.00105 $0.00105
Haiku 4.5 $0.00052 $0.00052

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

Security

Grade A, and why

ical-filter-proxy 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 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.

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 · 61 lines

How it starts

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

Agent Notes

This file gives contributor agents enough project context to make focused changes without rediscovering the repo shape.

Project Shape

  • This is a Go HTTP service that proxies upstream iCalendar feeds, filters events, and serves filtered calendar feeds.
  • YAML-backed config types use a Config suffix where there is a separate runtime representation.
  • Runtime config is built in two phases:
    • LoadConfig(file) reads YAML, resolves secret files, and validates calendar-level settings.
    • Config.Compile() builds RuntimeConfig, compiles match rules, and rejects invalid regexes before serving.
  • Keep the config/runtime split clear:
    • CalendarConfig -> Calendar
    • FilterConfig -> Filter
    • EventMatchRulesConfig -> EventMatchRules
    • StringMatchRuleConfig -> StringMatchRule
  • Regex match rules should be compiled during config compilation, not during per-event processing.
  • Transforms are not currently compiled; StringTransformRule is used directly at runtime.

Common Commands

Run the full test suite:

go test ./...

Run the configured linter:

go run github.com/golangci/golangci-lint/v2/cmd/[email protected] run --config .golangci.yml ./...

Run Dockerfile linting when touching container files:

hadolint Dockerfile

Run Nix checks when touching Nix files:

nix flake check

Contribution Preferences

  • Keep PRs focused. Prefer small, reviewable changes over broad refactors.
  • Follow existing naming and structure before introducing new abstractions.
  • Add or update tests for behavior changes, especially config validation, HTTP handling, filtering, metrics, and security-sensitive code.
  • Prefer returning errors from lower-level code and logging at the application boundary.
  • Preserve security behavior around token handling, URL redaction, normalized metrics labels, and management endpoint separation.
  • If adding new match condition types, add them through the config-to-runtime compilation path rather than doing repeated parsing during event processing.

Read the full file on GitHub · 61 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 · 61 lines · 523 tokens per session scan A 2f595d21ab10

Subscribe to this mod's changes

ical-filter-proxy AGENTS.md is an instructions file published in the GitHub repository yungwood/ical-filter-proxy (26 stars, last pushed yesterday), licensed MIT. It adds 523 tokens to every session, about $0.0026 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-09-01.