From b6f599411a677c6ad8c43a93fe1b53a6c20cd016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jegors=20=C4=8Cemisovs?= Date: Sat, 12 Sep 2026 17:19:35 +0300 Subject: [PATCH] docs: sync the shared publication block to v4 Canonical fortemate/.github#7. Refs fortemate/fortemate-internal#186. Co-Authored-By: Claude Fable 5.1 --- AGENTS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index b52802e..8e599fa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,7 +13,7 @@ ## Publication boundary - + - Fortemate is open-core. Public by nature, in the public repositories: their source (engine rules and search, feature definitions and extractors, bot templates, the play client and server), serving @@ -23,11 +23,12 @@ - Always private, wherever it is written: trained weights, opening books, labelled corpora, production parameter **values** (search profiles, candidate limits, table sizes, blend weights, time budgets), experiment **verdicts** (win rates, feature importance, cost ratios, negative results) and the names - of private repositories, artifacts and hosts. + of private artifacts, hosts and internal paths. - Before writing to a public repository — code, docs, scaladoc, commit messages, Issues, pull requests, review replies — check the text against that list. Values and verdicts go to the private knowledge - base and are referenced from public text by page title only; examples use - placeholders such as `` instead of real values. + base (`fortemate-internal`, a private repository agents read and write through the owner's access; + naming it is the address, not a disclosure) and are referenced from public text by page title only; + examples use placeholders such as `` instead of real values. - The rule is forward-only (ADR 009): nothing already published is retracted and history is never rewritten. When unsure whether something is a definition or a verdict, ask the owner before publishing.