-
Notifications
You must be signed in to change notification settings - Fork 0
docs: sync the shared publication block to v4 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| ## Publication boundary | ||
|
|
||
| <!-- dc-shared:publication v3 — keep identical across Fortemate repositories --> | ||
| <!-- dc-shared:publication v4 — keep identical across Fortemate repositories --> | ||
|
|
||
| - 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. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🛡️ Analyzed with Security Review | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: #!/bin/sh
set -eu
sed -n '15,48p' AGENTS.mdRepository: fortemate/dicechess-bot-python Length of output: 4466 Information Disclosure Reachability: External Define private repository name handling. State that private repository names are private by default, and state explicitly that 🤖 Prompt for AI Agents |
||
| - 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 `<candidate-limit>` 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 `<candidate-limit>` 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. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift
🔎 Supported by static analysis
🏁 Script executed:
Repository: fortemate/dicechess-bot-python
Length of output: 6749
🏁 Script executed:
Repository: fortemate/dicechess-bot-python
Length of output: 2512
🏁 Script executed:
Repository: fortemate/dicechess-bot-python
Length of output: 50391
🏁 Script executed:
Repository: fortemate/dicechess-bot-python
Length of output: 3300
🏁 Script executed:
Repository: fortemate/dicechess-bot-python
Length of output: 410
🏁 Script executed:
Repository: fortemate/dicechess-bot-python
Length of output: 2204
Synchronize every copied
AGENTS.mdpublication block withfortemate/.github#7.The v4 block in this file matches the canonical PR block exactly. Organization copies remain inconsistent: several use v1,
dicechess-bot-pythonuses v3 on its default branch, and others have no publication block. Propagate the complete v4 block to every copy, not only the marker.🤖 Prompt for AI Agents