From 5210126c82176a72f7e3e4bfaad70a1b91c9373c Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Thu, 28 Aug 2025 00:28:31 +0200 Subject: [PATCH] docs: minor normalize after release v2025.08.3 --- CHANGELOG.md | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb34ce..16ba9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,13 +26,14 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Déploiement: copie étendue (.cursor, AGENTS.md, LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, TEMPLATE_VERSION, .markdownlint.json, .cursorignore, .gitignore, security/, scripts/) ### Changed + ## [2025.08.3] - 2025-08-27 ### Changed + - README refondu (ludique) avec Quickstart Debian, exécution agents sans arguments, secrets et CI - Workflows Gitea configurés pour runners `self-hosted, linux` (docs mises à jour) - ## [2025.08.2] - 2025-08-27 ### Changed diff --git a/README.md b/README.md index 0cc9d30..523f3bf 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ sudo apt install -y nodejs ```bash bash scripts/deploy/setup.sh # crée ~/.4nk_template/.env (chmod 600) ``` + À renseigner ensuite dans `~/.4nk_template/.env` (extraits): - OPENAI_API_KEY, OPENAI_MODEL (si agents IA) @@ -38,6 +39,7 @@ Plus d’infos: `docs/project/CONFIGURATION.md` et `docs/project/GITEA_SETUP.md` scripts/agents/run.sh # exécution complète, rapports dans tests/reports/agents scripts/agents/run.sh . . documentation # exécution ciblée (facultatif) ``` + Fallback Windows: `scripts/agents/run.ps1`. Guide complet: `docs/project/AGENTS_RUNTIME.md`.