DialectOS AGENTS.md

A project guide for DialectOS, a Spanish dialect translation system organized as a pnpm monorepo. A monorepo is one repository containing multiple related packages; the guide also describes its public agent skill and package structure.

In plain words
What is it for?
Working on DialectOS packages, its translation and locale tools, security checks, providers, and the public agent skill.
Why use it?
It gives agents the project context and rules needed to preserve Markdown and API documentation while applying regional Spanish language checks.

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/kyanitelabs/dialectos/agents-md
Clone the repo
git clone --depth 1 https://github.com/KyaniteLabs/DialectOS

Made for: Codex, OpenCode.

Per session 1,355 This file is loaded in full into every session.
When invoked 1,355 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.01355 $0.01355
Opus 5 $0.00678 $0.00678
Sonnet 5 $0.00271 $0.00271
Haiku 4.5 $0.00136 $0.00136

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

Security

Grade A, and why

DialectOS 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 · 100 lines

How it starts

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

AGENTS.md — DialectOS

Agent-focused guidance for the DialectOS Spanish dialect translation system.

Public Agent Skill

  • skills/dialectos/SKILL.md is the public skill for this repo.
  • Invoke $dialectos in compatible agent hosts for regional Spanish localization, markdown/API-doc preservation, locale JSON validation, glossary enforcement, formality checks, gender-neutral language, and launch certification.
  • Keep the skill aligned with packages/cli/README.md, packages/mcp/README.md, provider setup, and certification commands when those surfaces change.

Project Structure

pnpm monorepo with 7 workspace packages under packages/:

Package Role Key exports
@dialectos/types Types, schemas, dictionary data SpanishDialect, DICTIONARY, VERB_CONJUGATIONS
@dialectos/security Rate limiting, path validation, error sanitization RateLimiter, validateFilePath
@dialectos/locale-utils Locale file read/write, flatten, diff readLocaleFile, writeLocaleFile, diffLocales
@dialectos/markdown-parser Markdown structure preservation parseMarkdown, reconstructMarkdown
@dialectos/providers Translation providers + post-processing LLMProvider, createProviderRegistry, BulkTranslationEngine
@dialectos/cli CLI commands, evaluation scripts, web demo dialectos binary
@dialectos/mcp MCP server for IDE integration createServer

Scripts in scripts/ are thin Node CLIs that import from packages/cli/dist/.

Build

pnpm install
pnpm build        # tsc for all 7 packages
pnpm test         # vitest across all packages + static checks

Important: Scripts that import from dist/ will auto-trigger pnpm build if dist is missing (via scripts/lib/ensure-built.mjs).

Testing

  • Unit tests: vitest per package
  • Script integration tests: spawn actual child processes (slow — 5+ min for full CLI suite)
  • Static checks: node --test docs/__tests__/*.test.mjs scripts/__tests__/*.test.mjs

Read the full file on GitHub · 100 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 · 100 lines · 1,355 tokens per session scan A 6d33e4129416

Subscribe to this mod's changes

DialectOS AGENTS.md is an instructions file published in the GitHub repository KyaniteLabs/DialectOS (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,355 tokens to every session, about $0.0068 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.