
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
22 lines
912 B
YAML
22 lines
912 B
YAML
# .4nk-sync.yml — manifeste d’alignement depuis 4NK_project_template ou 4NK_rules
|
||
source_repo: git.4nkweb.com/4nk/4NK_project_template.git # dépôt source d’autorité
|
||
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"
|