Files
T
Master 943acbc573 feat: referentiel projets dynamique + validation nommage by design
Durcit la convention de nommage des projets (dérive constatée : 'Sliding
Automation', 'code_versioning'... au lieu des formes canoniques).

- trilium_api.py : projets_canoniques() lit le référentiel = valeurs du label
  projet sur les notes de type=projet (source unique, pas de constante en dur).
  Note-projet CodeVersioning créée (manquait).
- mcp_server.py : _valider_projet() branché dans les 6 tools de création
  (add_decision/history/backlog, new_conversation, create_entite, add_skill).
  Refuse un projet non canonique (suggestion si faute) ou inconnu (renvoi au
  processus de création de projet). Ne verrouille pas si référentiel illisible.
- lint_audit.py : VAL-nommage aligné sur le référentiel (attrape casse, espace
  ET snake_case ; l'ancien 'contient un espace' ratait code_versioning).
- Données : 79 notes ré-étiquetées vers les 3 formes canoniques.

Quality by design : l'erreur de nommage devient impossible à l'écriture, le
Lint n'est plus que le filet de sécurité.
2026-07-17 14:59:33 +02:00

82 lines
2.1 KiB
Plaintext

.gitignore
.travis.yml
LICENSE
README.md
setup.cfg
setup.py
tox.ini
asciidoctor-example/asciidoctor-html.sh
asciidoctor-example/asciidoctor-pdf.sh
asciidoctor-example/example.adoc
asciidoctor-example/example.html
asciidoctor-example/example.pdf
asciidoctor-example/wavedrom_test0.svg
asciidoctor-example/wavedrom_test1.svg
asciidoctor-example/wavedrom_test10.svg
asciidoctor-example/wavedrom_test11.svg
asciidoctor-example/wavedrom_test12.svg
asciidoctor-example/wavedrom_test1n.svg
asciidoctor-example/wavedrom_test2.svg
asciidoctor-example/wavedrom_test3.svg
asciidoctor-example/wavedrom_test4.svg
asciidoctor-example/wavedrom_test5.svg
asciidoctor-example/wavedrom_test6.svg
asciidoctor-example/wavedrom_test7.svg
asciidoctor-example/wavedrom_test8.svg
asciidoctor-example/wavedrom_test9.svg
css/default.css
doc/demo1.svg
doc/demo2.svg
doc/demo3.svg
test/brick_regressions.py
test/conftest.py
test/diff.py
test/single_test.py
test/test_brick_regression.py
test/test_render.py
test/files/assign_74ls688.json
test/files/assign_binary2gray.json
test/files/assign_gray2binary.json
test/files/assign_iec60617.json
test/files/assign_xor.json
test/files/bitfield_0.json
test/files/issue_10.json
test/files/issue_11.json
test/files/issue_13.json
test/files/issue_14.json
test/files/issue_16.json
test/files/issue_7.json
test/files/signal_0.json
test/files/subcycle_0.json
test/files/subcycle_1.json
test/files/tutorial_0.json
test/files/tutorial_0n.json
test/files/tutorial_1.json
test/files/tutorial_10.json
test/files/tutorial_11.json
test/files/tutorial_12.json
test/files/tutorial_1n.json
test/files/tutorial_2.json
test/files/tutorial_3.json
test/files/tutorial_4.json
test/files/tutorial_5.json
test/files/tutorial_6.json
test/files/tutorial_7.json
test/files/tutorial_8.json
test/files/tutorial_9.json
wavedrom/__init__.py
wavedrom/assign.py
wavedrom/attrdict.py
wavedrom/base.py
wavedrom/bitfield.py
wavedrom/css.py
wavedrom/tspan.py
wavedrom/version.py
wavedrom/waveform.py
wavedrom/waveskin.py
wavedrom.egg-info/PKG-INFO
wavedrom.egg-info/SOURCES.txt
wavedrom.egg-info/dependency_links.txt
wavedrom.egg-info/entry_points.txt
wavedrom.egg-info/requires.txt
wavedrom.egg-info/top_level.txt