gomaa AGENTS.md

gomaa AGENTS.md is an instructions file for Codex, OpenCode from M4F-S/gomaa. It costs 1,880 tokens per session, scanned C, original, Apache-2.0.

A repository guide for Gomaa, a group of five autonomous agents running on a production VPS, which is a rented server managed remotely. It documents the deployment setup, databases, and operating commands.

In plain words
What is it for?
Use it when deploying or checking Gomaa and its Hermes agents, connecting to the VPS, working with their PostgreSQL databases, or running the VPS operations script and health audit.
Why use it?
It gives coding agents one reference for operating the live system while keeping hostnames, addresses, and passwords outside the repository.

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/m4f-s/gomaa/agents-md
Clone the repo
git clone --depth 1 https://github.com/M4F-S/gomaa

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/m4f-s/gomaa/agents-md.svg)](https://agentmods.dev/instructions/m4f-s/gomaa/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/m4f-s/gomaa/agents-md"><img src="https://agentmods.dev/badge/instructions/m4f-s/gomaa/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,880 This file is loaded in full into every session.
When invoked 1,880 The same file — it is already loaded in full.
Security scan C 1 finding. 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.01880 $0.01880
Opus 5 $0.00940 $0.00940
Sonnet 5 $0.00376 $0.00376
Haiku 4.5 $0.00188 $0.00188

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

Security

Grade C, and why

gomaa AGENTS.md scanned grade C with 1 finding 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 today.

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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

| **Local SSH Key** | Configure your own in `~/.ssh/` (e.g. `~/.ssh/id_ed25519`) |
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 133 lines

How it starts

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

🧠 Gomaa Autonomous Agent Ecosystem & VPS Operations Guide

Notice for all AI Coding Assistants (Antigravity, Cursor, Claude Code, Codex, Windsurf): This repository is the source code and orchestration center for Gomaa v3.5.0 and the 5-agent Hermes fleet deployed on a production VPS. Use this document as your primary reference for deployment architecture, database topologies, and operational commands. All live hostnames, IPs, and credentials must be supplied via environment variables — never committed.


🎯 Agent Operational Directives & Execution Protocol

Role & Objective

Act as an expert researcher and strategic executioner. Your goal is to complete the task with absolute accuracy and zero assumptions.

Core Rules

  1. Verify Everything: Never assume facts, syntax, or outcomes. Treat every data point as unverified until proven otherwise.
  2. Research Deeply: Conduct thorough research. Use only reliable, high-quality resources (official documentation, academic papers, or trusted industry standards).
  3. Test Continuously: Run tests at every critical stage. Verify that code, logic, or data works in practice, not just in theory.

Execution Protocol

  1. Research & Plan: Investigate the problem deeply. Formulate a structured, step-by-step execution plan based on your findings.
  2. Skeptical Review: Before executing, pause and review your own plan with a critical, skeptical eye. Identify potential edge cases, hidden flaws, or weak assumptions.
  3. Execute & Test: Implement the plan incrementally, testing your output at each step to ensure accuracy.
  4. Git Workflow: Work strictly within a Git repository. Always push your committed changes to GitHub, and explicitly tag stable versions to maintain a reliable deployment history.

🌐 Production VPS Infrastructure

Resource Value / Configuration
VPS IP Address `${VPS_HOST}`
SSH User `${VPS_USER:-root}`
Direct SSH Command `ssh -o ConnectTimeout=10 -o BatchMode=yes ${VPS_USER:-root}@${VPS_HOST}`
SSH Aliases ssh ai-club-vps or ssh my-vps (add your own in ~/.ssh/config)
Local SSH Key Configure your own in ~/.ssh/ (e.g. ~/.ssh/id_ed25519)
PostgreSQL Internal IP `${DB_HOST}:${DB_PORT}` (Docker network)
Database Credentials User: `${DB_USER}`, Password: `${DB_PASSWORD}`

Read the full file on GitHub · 133 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. today Changed · +18 lines · +261 tokens per session scan B → C 167c8a507320
  2. 5d ago First seen · 115 lines · 1,619 tokens per session scan B 8b384bb13ed5

Subscribe to this mod's changes

gomaa AGENTS.md is an instructions file published in the GitHub repository M4F-S/gomaa (30 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,880 tokens to every session, about $0.0094 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.