Skip to content

Commit d2d2db5

Browse files
committed
fix: quoter les dates last_updated du frontmatter (le type date YAML casse les runtimes qui sérialisent en JSON)
1 parent f2e15c4 commit d2d2db5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

comptable/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: comptable
33
metadata:
4-
last_updated: 2026-04-18
4+
last_updated: "2026-04-18"
55
includes:
66
- data/**
77
- scripts/**

controleur-fiscal/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: controleur-fiscal
33
metadata:
4-
last_updated: 2026-03-23
4+
last_updated: "2026-03-23"
55
includes:
66
- data/**
77
- company.example.json

fiscaliste/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: fiscaliste
33
metadata:
4-
last_updated: 2026-05-30
4+
last_updated: "2026-05-30"
55
includes:
66
- data/**
77
- references/**

notaire/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: notaire
33
metadata:
4-
last_updated: 2026-03-24
4+
last_updated: "2026-03-24"
55
includes:
66
- scripts/fetch_notaire_data.py
77
- scripts/test_fetch_notaire_data.py

0 commit comments

Comments
 (0)