nowline AGENTS.md

A set of repository instructions for Nowline, a text-based language and toolchain for product and engineering roadmaps. It explains the project, where its public-source boundary lies, and what agents must check before changing core files.

In plain words
What is it for?
Use it when working on Nowline’s grammar, parser, validator, printer, release publishing, or repository automation.
Why use it?
It helps coding agents avoid violating the repository’s rules, especially rules about reading the language specifications and not connecting the open-source project to prohibited private services.

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

Made for: Codex, OpenCode.

Per session 3,258 This file is loaded in full into every session.
When invoked 3,258 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.03258 $0.03258
Opus 5 $0.01629 $0.01629
Sonnet 5 $0.00652 $0.00652
Haiku 4.5 $0.00326 $0.00326

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

Security

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.

AGENTS.md · 136 lines

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_dispatch into nowline-api, nowline-app, nowline-site, or nowline-infra
  • gh workflow run -R targeting those repos
  • Any write token held by a nowline workflow scoped to those repos

Consumers pull; nowline does not push:

  • nowline-app installs @nowline/* from npm; Renovate handles updates.
  • nowline-site pulls docs via the external/nowline git submodule (branch = main) + sync-docs; Renovate handles updates.
  • A consumer-owned schedule or consumer/human-initiated repository_dispatch may trigger a deploy -- but the initiator must never be nowline.

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.

Read the full file on GitHub · 136 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 · 136 lines · 3,258 tokens per session scan A 6498acf7cb7c

Subscribe to this mod's changes

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.