mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
i18n(c-level): translate remaining 'versao' frontmatter key to 'version'
Addresses PR #900 review nit — the versao: frontmatter key stayed Portuguese in 4 template/example/reference files. No script keys on it (parse_frontmatter is a generic grabber), so it's a safe cosmetic rename. Mirror re-synced; example-bundle lint still PASS; dual-publish exit 0. https://claude.ai/code/session_01CUWsrUNZP9jpxvAwq67UiT
This commit is contained in:
parent
ecf5f3223c
commit
daa2dcba20
8 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ description: Purpose, mission, and non-negotiable values of Aurora Café
|
|||
tags: [foundation, identity, culture]
|
||||
timestamp: 2026-06-19T10:00:00Z
|
||||
status: draft
|
||||
versao: 0.1
|
||||
version: 0.1
|
||||
---
|
||||
|
||||
# Identity — Aurora Café
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ tags: [<tag>, <tag>]
|
|||
timestamp: 2026-06-19T10:00:00Z
|
||||
resource: <canonical URI, if any — spreadsheet, doc, repo, dashboard>
|
||||
status: draft
|
||||
versao: 0.1
|
||||
version: 0.1
|
||||
---
|
||||
|
||||
# <Concept title>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ tags: [financial, metrics]
|
|||
timestamp: 2026-06-19T10:00:00Z # ISO 8601, last significant update
|
||||
resource: https://docs.google.com/spreadsheets/d/... # canonical URI, if any
|
||||
status: draft # tolerated extra: draft | in-review | approved
|
||||
versao: 0.1 # tolerated extra
|
||||
version: 0.1 # tolerated extra
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ tags: [<tag>, <tag>]
|
|||
timestamp: 2026-06-19T10:00:00Z # ISO 8601
|
||||
resource: <canonical URI, if any — spreadsheet, doc, repo, dashboard>
|
||||
status: draft # draft | in-review | approved
|
||||
versao: 0.1
|
||||
version: 0.1
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: Purpose, mission, and non-negotiable values of Aurora Café
|
|||
tags: [foundation, identity, culture]
|
||||
timestamp: 2026-06-19T10:00:00Z
|
||||
status: draft
|
||||
versao: 0.1
|
||||
version: 0.1
|
||||
---
|
||||
|
||||
# Identity — Aurora Café
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ tags: [<tag>, <tag>]
|
|||
timestamp: 2026-06-19T10:00:00Z
|
||||
resource: <canonical URI, if any — spreadsheet, doc, repo, dashboard>
|
||||
status: draft
|
||||
versao: 0.1
|
||||
version: 0.1
|
||||
---
|
||||
|
||||
# <Concept title>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ tags: [financial, metrics]
|
|||
timestamp: 2026-06-19T10:00:00Z # ISO 8601, last significant update
|
||||
resource: https://docs.google.com/spreadsheets/d/... # canonical URI, if any
|
||||
status: draft # tolerated extra: draft | in-review | approved
|
||||
versao: 0.1 # tolerated extra
|
||||
version: 0.1 # tolerated extra
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ tags: [<tag>, <tag>]
|
|||
timestamp: 2026-06-19T10:00:00Z # ISO 8601
|
||||
resource: <canonical URI, if any — spreadsheet, doc, repo, dashboard>
|
||||
status: draft # draft | in-review | approved
|
||||
versao: 0.1
|
||||
version: 0.1
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue