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.
npx agentmods add instructions/lolay/nowline/agents-mdgit clone --depth 1 https://github.com/lolay/nowlineWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03258 | $0.03258 |
| Opus 5 | $0.01629 | $0.01629 |
| Sonnet 5 | $0.00652 | $0.00652 |
| Haiku 4.5 | $0.00326 | $0.00326 |
Grade A, and why
nowline 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.
How it starts
The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Orientation for AI coding agents (Cursor, Claude Code, OpenAI Codex CLI, Aider) working in this repo. Human contributors should start with README.md and CONTRIBUTING.md — this file deliberately does not duplicate them.
What this repo is
Nowline is a text-first DSL for product/engineering roadmaps, plus the toolchain that parses, validates, lays out, and renders it. The .nowline file is the product; everything else is a view of that file. Read specs/principles.md for what's in scope (and what's deliberately not), and specs/dsl.md for the canonical language reference before touching grammar, parser, validator, or printer.
OSS boundary invariant
nowline is a standalone OSS repo. It never pushes to or triggers the
proprietary services.
Permitted outbound writes from nowline:
npm publish->@nowline/*packages on the npm registry- VS Code Marketplace + Open VSX extension publish
- Homebrew tap formula update
- Write to
lolay/nowline-action(follow-only mirror, release pipeline only)
Prohibited (hard rule -- do not add exceptions without estate-level sign-off):
repository_dispatchintonowline-api,nowline-app,nowline-site, ornowline-infragh workflow run -Rtargeting those repos- Any write token held by a
nowlineworkflow scoped to those repos
Consumers pull; nowline does not push:
nowline-appinstalls@nowline/*from npm; Renovate handles updates.nowline-sitepulls docs via theexternal/nowlinegit submodule (branch = main) +sync-docs; Renovate handles updates.- A consumer-owned schedule or consumer/human-initiated
repository_dispatchmay trigger a deploy -- but the initiator must never benowline.
After the embed CDN retirement, nowline has no remaining tie to
nowline-infra. See docs/architecture.md -> "Dependency direction" in the
workspace for the full estate-level mapping.
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.
- 2d ago First seen · 136 lines · 3,258 tokens per session scan A 6498acf7cb7c
nowline AGENTS.md is an instructions file published in the GitHub repository lolay/nowline (0 stars, last pushed 4d ago), licensed Apache-2.0. It adds 3,258 tokens to every session, about $0.0163 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.
Other instructions, from other repositories
notfair-plugin AGENTS.md
AGENTS.md instructions for nowork-studio/notfair-plugin, covering notfair — skill resolver for ai agents, how to use this file, seo, paid ads and analytics.
notfair-plugin CLAUDE.md
Claude Code instructions for nowork-studio/notfair-plugin, covering engineering execution standard, agent entry points (single sources of truth), working style: brutal honesty, relentless quality, repository purpose and critical: this ships to users.
mcp-server-tauri AGENTS.md
Instructions for hypothesi/mcp-server-tauri, covering agents.md, project overview, setup commands, code style and adding new mcp tools.
domscribe CLAUDE.md
Instructions for patchorbit/domscribe, covering claude.md, what is domscribe?, how to work on this codebase, commands and install dependencies (pnpm, not npm).
logic-lens GEMINI.md
Instructions for hyhmrright/logic-lens, covering logic-lens — developer guide (gemini cli), invoking skills, installation, project layout and key conventions.
safe-docx AGENTS.md
Instructions for UseJunior/safe-docx, covering openspec instructions, ecma-376 conformance, workflow conventions, branch naming and commits.