Skip to content

Commit 737a060

Browse files
hyperpolymathclaude
andcommitted
feat: add wokelangiser accessibility+consent manifest
Add wokelangiser.toml with GDPR/CCPA consent gates, WCAG-AA accessibility checks, and i18n extraction config. Generated artifacts will be added when wokelangiser generate completes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cc4c05e commit 737a060

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

wokelangiser.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# wokelangiser manifest for typell
3+
4+
[project]
5+
name = "typell"
6+
7+
[consent]
8+
gdpr = true
9+
ccpa = true
10+
default-state = "opt-out"
11+
categories = ["functional"]
12+
13+
[accessibility]
14+
wcag-level = "AA"
15+
check-contrast = true
16+
check-alt-text = true
17+
check-aria = true
18+
min-contrast-ratio = 4.5
19+
20+
[i18n]
21+
default-locale = "en-GB"
22+
supported-locales = ["en-GB", "fr-FR", "de-DE"]
23+
extract-strings = true
24+
25+
[report]
26+
format = "text"

0 commit comments

Comments
 (0)