continuity

A continuity guide for projects developed across multiple sessions or by multiple agents. It lists documents and reports to read so work stays aligned with the AINL language, runtime, compiler, and model-evaluation process.

In plain words
What is it for?
Use it at the start of a new session, especially before implementation, integration work, training or evaluation changes, or major documentation updates.
Why use it?
It reduces the risk of losing important project context when another session or agent takes over.

Agent

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 agents/sbhooley/ainativelang/continuity
Clone the repo
git clone --depth 1 https://github.com/sbhooley/ainativelang
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 983 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.00983
Opus 5 $0.00000 $0.00491
Sonnet 5 $0.00000 $0.00197
Haiku 4.5 $0.00000 $0.00098

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

Security

Grade A, and why

continuity 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.

docs/agents/continuity.md · 99 lines

How it starts

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

AI Agent Continuity Guide

This project is intentionally designed for multi-session, multi-agent development. Use this guide to continue work safely and efficiently across handoffs.

Primary Goal

Preserve correctness of AINL language/runtime behavior while improving model quality on strict canonical AINL generation.

First-Read Checklist (Every New Session)

  1. If you will do implementation work: Read docs/BOT_ONBOARDING.md and complete the steps in docs/OPENCLAW_IMPLEMENTATION_PREFLIGHT.md before coding (see tooling/bot_bootstrap.json).
  2. Read README.md and docs/DOCS_INDEX.md.
  3. Read docs/AINL_SPEC.md and SEMANTICS.md.
  4. Read docs/RUNTIME_COMPILER_CONTRACT.md (compiler/runtime + grammar ownership contract).
  5. Read docs/TRAINING_ALIGNMENT_RUNBOOK.md before touching train/eval scripts.
  6. Read docs/DOCS_MAINTENANCE.md before broad documentation edits.
  7. Read latest reports:
    • corpus/curated/alignment_run_health.json
    • corpus/curated/model_eval_trends.json
  8. Inspect current generation quality report:
    • corpus/curated/model_eval_report_v5_aligned.json (or latest variant)
  9. If planning an integration or major change, review consultant reports:
    • agent_reports/AI_CONSULTANT_REPORT_APOLLO.md — OpenClaw ocl adapter integration strategy
    • docs/ZEROCLAW_INTEGRATION.md — ZeroClaw skill + MCP bootstrap (parallel integration path)
  10. Operator / field narratives (what shipped in live stacks): agent_reports/README.md — indexed OpenClaw agent field reports (e.g. Day 2 AINL King, 2026-03-19).
  11. Intelligence monitors (memory / bootstrap / summarizer AINL): docs/INTELLIGENCE_PROGRAMS.md and scripts/run_intelligence.py.

Ground Rules for Safe Progress

  • Do not weaken strict AINL validation just to improve score.
  • Do not patch runtime to hide compiler-analysis gaps; fix compiler-owned contract logic.
  • Prefer additive changes (new flags/diagnostics) over breaking behavior.
  • Keep constrained decoding deterministic for eval comparability.
  • Preserve machine-readable artifacts in corpus/curated/.
  • If adding optimization knobs, wire them through:
    • script CLI
    • cycle script
    • output diagnostics
    • docs

Read the full file on GitHub · 99 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 · 99 lines · 0 tokens per session scan A 789b78ed3365

Subscribe to this mod's changes

continuity is an agent published in the GitHub repository sbhooley/ainativelang (671 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 983 tokens. 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-30.