puppyone AGENTS.md

Project instructions for AI coding agents working on PuppyOne, a cloud file system for collecting information and supporting collaboration between people and agents. They describe its version engine, data connections, access controls, history, and related development areas.

In plain words
What is it for?
Use it when developing PuppyOne's file system, web or API features, connectors, collaboration tools, version history, authentication, or access controls.
Why use it?
They help an agent understand how changes must fit PuppyOne's Git-based versioning and current architecture. This reduces the risk of bringing back removed protocols or outdated names.

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

Made for: Codex, OpenCode.

Per session 5,311 This file is loaded in full into every session.
When invoked 5,311 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.05311 $0.05311
Opus 5 $0.02655 $0.02655
Sonnet 5 $0.01062 $0.01062
Haiku 4.5 $0.00531 $0.00531

Measured yesterday against content hash f5d6b04122d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

puppyone 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 yesterday.

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

How it starts

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

PuppyOne (ContextBase)

AI assistants working on this codebase: the canonical Version Engine architecture is in docs/architecture/01-version-engine.md. PuppyOne is Git-native at the version layer: stock git talks to https://<host>/git/ap/<access_key>.git, while Web/API/puppyone fs writes converge through the Product Operation Adapter. Do not introduce the removed legacy wire protocol, external version package, or old source naming.

Overview

PuppyOne is a cloud file system built for AI Agents, centered around two core pillars: Connect and Collaborate.

It aggregates information scattered across various sources into a unified Context Space, while providing a complete infrastructure for multi-party collaboration between humans and agents — authentication, access control, version history, audit logging, and backup/rollback. Through the file system, bash, and the MCP protocol, any agent can read and write this ContextBase just like a local file system.

Connect

  • Multi-source data connectors — OAuth connectors for 15+ platforms including Notion, GitHub, Gmail, Google Drive, Linear, Airtable, and more; also supports URL scraping, database connections, and custom scripts
  • Bidirectional local folder sync — Real-time sync between local directories and the cloud Context Space via Git Remote and Puppyone CLI entry points
  • MCP protocol exposure — Generates standard MCP interfaces for each agent or endpoint; any MCP-compatible client (Claude Desktop, Cursor, etc.) can connect directly
  • Code sandbox — Securely execute code in isolated Docker/E2B containers; agents can invoke sandbox endpoints remotely

Collaborate

  • Authentication & access control — JWT for human users + Access Key for machine authentication; agent-level node access permissions
  • Version history & rollback — File-level version management, arbitrary version diff comparison, one-click rollback; folder-level snapshots
  • Audit logging — Records all operations (who did what to which node, and when), fully traceable
  • Collaborative editing — Checkout/commit workflow, locking mechanism, conflict detection and resolution
  • Structured data management — Cloud file system (folders/JSON/Markdown/files), JSON Pointer table operations

Read the full file on GitHub · 415 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. yesterday First seen · 415 lines · 5,311 tokens per session scan A f5d6b04122d6

Subscribe to this mod's changes

puppyone AGENTS.md is an instructions file published in the GitHub repository puppyone-ai/puppyone (1,299 stars, last pushed 29d ago), licensed Apache-2.0. It adds 5,311 tokens to every session, about $0.0266 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-30.