4NK_template/.4nk-sync.yml
Your Name 03fc255fdc
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 46s
CI - 4NK Node / Unit Tests (push) Failing after 29s
CI - 4NK Node / Integration Tests (push) Failing after 10s
CI - 4NK Node / Docker Build & Test (push) Failing after 8s
CI - 4NK Node / Documentation Tests (push) Failing after 4s
CI - 4NK Node / Security Tests (push) Failing after 27s
CI - 4NK Node / Release Guard (push) Has been skipped
CI - 4NK Node / Performance Tests (push) Failing after 27s
CI - 4NK Node / Notify (push) Failing after 1s
chore(template): update cursor rules, gitea templates, guards, ignores
2025-08-27 11:19:19 +02:00

22 lines
912 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .4nk-sync.yml — manifeste dalignement depuis 4NK_project_template ou 4NK_rules
source_repo: git.4nkweb.com/4nk/4NK_project_template.git # dépôt source dautorité
ref: v2025.08 # tag/sha publié par le template
paths:
- ".cursor/**"
- ".gitea/**"
- "AGENTS.md"
- "scripts/**"
- "docs/SSH_UPDATE.md"
policy:
mode: mirror # mirror = remplace le contenu dans le périmètre
block_on_divergence: true # échec si modifications locales non autorisées
integrity:
manifest_checksum: "<à-renseigner-par-le-template>" # somme fournie côté template
file_checksums: [] # optionnel : liste sha256 par fichier
post_sync_checks:
- "CHANGELOG updated"
- "docs/INDEX updated"
- "scripts are executable"
- "no plaintext secrets in scripts"
- "SSH_UPDATE updated if scripts changed"