Gladys AGENTS.md

Gladys AGENTS.md is an instructions file for Codex, OpenCode from GladysAssistant/Gladys. It costs 2,456 tokens per session, scanned A, original, Apache-2.0.

Repository-specific instructions for Gladys Assistant, a privacy-focused smart-home platform with a Node.js server, a Preact web app, and a SQLite database.

In plain words
What is it for?
Use them before working on Gladys, especially when starting its services, changing the server or front end, or following its spec-first process.
Why use it?
They explain the project structure, development commands, onboarding behavior, and expected startup warnings so changes can be made safely.

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/gladysassistant/gladys/agents-md
Clone the repo
git clone --depth 1 https://github.com/GladysAssistant/Gladys

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 Gladys AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gladysassistant/gladys/agents-md.svg)](https://agentmods.dev/instructions/gladysassistant/gladys/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/gladysassistant/gladys/agents-md"><img src="https://agentmods.dev/badge/instructions/gladysassistant/gladys/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,456 This file is loaded in full into every session.
When invoked 2,456 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.02456 $0.02456
Opus 5 $0.01228 $0.01228
Sonnet 5 $0.00491 $0.00491
Haiku 4.5 $0.00246 $0.00246

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

Security

Grade A, and why

Gladys 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 4d 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 · 127 lines

How it starts

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

AGENTS.md

Cursor Cloud specific instructions

Gladys Assistant is a privacy-first smart home platform. The repo has two dev services:

  • server (/server): Node.js + Express REST/WebSocket API on port 1443, using SQLite + DuckDB for storage. Started with nodemon (hot reload).
  • front (/front): Preact SPA (via Vite) on port 1444, API at http://localhost:1443.

The root package.json orchestrates both via npm-run-all.

Running the app (dev mode)

From the repo root: npm start (runs run-p start-server:dev start-front:dev). The server listens on http://localhost:1443 and the front dev server on http://localhost:1444. Open the front URL; on a fresh DB it starts the onboarding/signup flow (create first admin account → preferences → house/room → dashboard). The server auto-creates/migrates its SQLite DB (server/gladys-development.db) on start, so no manual migration is needed for a fresh dev run.

Non-obvious caveats

  • Harmless startup errors: on npm start you'll see smart-home device discovery errors (e.g. SonosDiscoveryError: No players found) because no physical devices exist in the VM/network. These are expected and do not affect the app.
  • Service dependencies: the server has ~38 integration services under server/services/*, each with its own package.json. cd server && npm install runs a postinstall (cli/install_service_dependencies.js) that installs deps for every service. Set INSTALL_SERVICES_SILENT_FAIL=true so a single flaky service install does not abort the whole install.
  • Native modules (sqlite3, bcrypt, sharp, USB/bluetooth services) compile from source; they need build tools (gcc/g++/make/python3) and libudev-dev on the system. DuckDB (@duckdb/node-api) ships prebuilt platform binaries and does not compile from source.

Feature specs (spec-first process)

Living specifications live in docs/specs/. They are the source of truth for the behavior and cross-repo contracts of the features they cover.

Read the full file on GitHub · 127 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. 4d ago First seen · 127 lines · 2,456 tokens per session scan A 7e90a3255977

Subscribe to this mod's changes

Gladys AGENTS.md is an instructions file published in the GitHub repository GladysAssistant/Gladys (3,174 stars, last pushed yesterday), licensed Apache-2.0. It adds 2,456 tokens to every session, about $0.0123 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.