@kenkaiiii/ggcoder 5.20.4 → 5.20.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/skills/evidence-led-ui/LICENSES.md +12 -0
- package/assets/skills/evidence-led-ui/SKILL.md +8 -5
- package/assets/skills/evidence-led-ui/references/production-contract.md +37 -21
- package/assets/skills/evidence-led-ui/references/provenance.md +7 -5
- package/assets/skills/evidence-led-ui/references/quality-rubric.md +4 -4
- package/package.json +4 -4
|
@@ -44,6 +44,18 @@ The following works informed research comparisons. Their source text, assets, da
|
|
|
44
44
|
- Status checked 2026-07-13: W3C Recommendation, 12 December 2024
|
|
45
45
|
- Use here: linked accessibility conformance floor; W3C text is not redistributed.
|
|
46
46
|
|
|
47
|
+
### WCAG2ICT
|
|
48
|
+
|
|
49
|
+
- Source: https://www.w3.org/TR/wcag2ict-22/
|
|
50
|
+
- Status checked 2026-07-21: W3C Group Note; informative guidance for applying WCAG 2 Level A and AA to non-web software.
|
|
51
|
+
- Use here: linked native-software accessibility guidance; W3C text is not redistributed.
|
|
52
|
+
|
|
53
|
+
### U.S. Department of Justice ADA web and mobile accessibility guidance
|
|
54
|
+
|
|
55
|
+
- Sources: https://www.ada.gov/resources/web-guidance/ and https://www.ada.gov/resources/2024-03-08-web-rule/
|
|
56
|
+
- Status checked 2026-07-21: current DOJ guidance and Title II rule fact sheet.
|
|
57
|
+
- Use here: legal-context and equal-access boundary only; no source text is redistributed and no legal-compliance conclusion is inferred.
|
|
58
|
+
|
|
47
59
|
### WCAG 3.0
|
|
48
60
|
|
|
49
61
|
- Source: https://www.w3.org/TR/wcag-3.0/
|
|
@@ -30,6 +30,8 @@ Apply these on every UI task. Read `references/craft-rulings.md` when implementi
|
|
|
30
30
|
- **No generic hover lift:** Do not default to `translateY`, bobbing, floating, or scale-up on hover. Prefer color, border, underline, icon fill, opacity, or restrained shadow changes.
|
|
31
31
|
- **No `transition: all`:** Name transition properties, reuse duration/easing tokens, and provide a reduced-motion path.
|
|
32
32
|
- **Intentional type:** Reuse the existing type system. For net-new web work, select an appropriate modern family or pairing; do not use Arial, Helvetica, or bare `system-ui` as the aesthetic direction.
|
|
33
|
+
- **WCAG 2.2 Level AA is the accessibility floor:** Every web UI and complete user flow must meet every applicable Level A and Level AA success criterion, not a hand-picked subset. Native apps apply WCAG2ICT where relevant plus current platform accessibility requirements. Stricter project, contract, platform, or jurisdiction rules win; accessibility cannot be traded for aesthetics, scope, delivery speed, or a higher rubric score.
|
|
34
|
+
- **No unsupported accessibility claims:** Treat ADA as an equal-access legal obligation, not a badge earned by Lighthouse, axe, or another scanner. Never label a UI `ADA compliant` or `WCAG conformant` from source review or automated checks alone; a claim requires a defined scope, per-criterion evidence, manual keyboard and assistive-technology testing, and qualified legal or product-owner review when legal compliance is asserted.
|
|
33
35
|
- **Measured contrast:** Meet WCAG 2.2 contrast for text, controls, icons, focus, and meaningful graphics. Muted text must remain readable.
|
|
34
36
|
- **Consistent flow:** Repeated navigation and actions keep the same order, labels, icons, placement, and behavior across sections and pages.
|
|
35
37
|
- **No generated em dashes:** Do not write em dashes in user-facing UI copy unless explicitly requested or exact supplied source text must remain unchanged.
|
|
@@ -39,7 +41,7 @@ Apply these on every UI task. Read `references/craft-rulings.md` when implementi
|
|
|
39
41
|
Resolve every path from the installed skill root. Load only what the task needs:
|
|
40
42
|
|
|
41
43
|
- `references/craft-rulings.md`: implementation detail for the binding defaults above.
|
|
42
|
-
- `references/production-contract.md`: pass/fail semantics,
|
|
44
|
+
- `references/production-contract.md`: binding pass/fail semantics, WCAG/ADA accessibility, forms, performance, resilience, platform, trust, AI, media, theme, and release checks. Read its accessibility sections for every implemented or reviewed UI; read the full contract for broad features, behavior changes, forms, navigation, data/AI interfaces, native work, performance work, or release review.
|
|
43
45
|
- `references/archetypes.md`: surface-specific direction and relevant source slugs. Read for net-new UI, redesigns, or unresolved visual direction.
|
|
44
46
|
- `references/observed-patterns.md`: measured corpus observations. Read only sections that answer a real design question.
|
|
45
47
|
- `references/anti-defaults.md`: transferable AI-generated patterns to challenge. Read for broad visual work or generic-looking output.
|
|
@@ -107,9 +109,10 @@ Plan only relevant states, but include the complete primary path and recovery:
|
|
|
107
109
|
- keyboard order, accessible names/status, overlay focus, and drag alternatives;
|
|
108
110
|
- pointer-versus-keyboard focus behavior, including native popup dismissal and clicks onto non-focusable space;
|
|
109
111
|
- narrow, intermediate, desktop, wide/resizable, pointer, touch, and no-hover behavior;
|
|
110
|
-
- reduced motion, forced colors, zoom/reflow, long/localized/RTL text, missing media, and realistic data extremes
|
|
112
|
+
- reduced motion, forced colors, zoom/reflow, long/localized/RTL text, missing media, and realistic data extremes;
|
|
113
|
+
- text alternatives and media equivalents, landmarks/headings, language, labels/instructions/errors, status announcements, timing, flashing, and sensory-independent instructions where applicable.
|
|
111
114
|
|
|
112
|
-
For broad behavior, forms, navigation, native, data/AI, performance, or release work,
|
|
115
|
+
For every UI, read and apply the accessibility sections of `references/production-contract.md`. For broad behavior, forms, navigation, native, data/AI, performance, or release work, apply the full contract. A visual score cannot compensate for a relevant contract failure.
|
|
113
116
|
|
|
114
117
|
### 7. Document broad work
|
|
115
118
|
|
|
@@ -119,7 +122,7 @@ For a broad page, multi-screen feature, or redesign, create or update `DESIGN.md
|
|
|
119
122
|
|
|
120
123
|
Use real project content and data. Label fixtures honestly. Never invent testimonials, customer logos, ratings, metrics, or claims as fact.
|
|
121
124
|
|
|
122
|
-
Reuse dependencies and primitives. Use one coherent icon system. Maintain semantic controls, visible keyboard focus, keyboard operation, measured contrast, readable line lengths, stable adaptive layout, and reduced-motion support. Pointer interaction must not leave a false focus, active, or selected-looking highlight behind. Implement the complete planned flow, not only its first screenshot.
|
|
125
|
+
Reuse dependencies and primitives. Use one coherent icon system. Meet every applicable WCAG 2.2 Level A and AA criterion across the complete flow, including its states and responsive variants. Maintain semantic controls, visible keyboard focus, keyboard operation, assistive-technology output, measured contrast, readable line lengths, stable adaptive layout, and reduced-motion support. Pointer interaction must not leave a false focus, active, or selected-looking highlight behind. Implement the complete planned flow, not only its first screenshot.
|
|
123
126
|
|
|
124
127
|
The representative initial state must keep decision-critical information and the primary action visible or one obvious action away on desktop and mobile. Preserve selected context through master-detail recomposition. Keep demo, debug, and state-switching controls subordinate and non-obscuring.
|
|
125
128
|
|
|
@@ -129,7 +132,7 @@ Capture representative desktop and narrow/mobile output. Score broad work with `
|
|
|
129
132
|
|
|
130
133
|
Default to one critique-and-revision cycle. Run another only when evidence still fails the score or production gate. If a check is unavailable, report it as unverified instead of looping or substituting more polish.
|
|
131
134
|
|
|
132
|
-
Broad work is complete at **20/24 or higher**, with no zero in accessibility, consistency and flow, responsive behavior, state completeness, or content authenticity, and only after applicable production checks pass. A small component must score 2 on every applicable quality-floor criterion.
|
|
135
|
+
Broad work is complete at **20/24 or higher**, with no zero in accessibility, consistency and flow, responsive behavior, state completeness, or content authenticity, and only after applicable production checks pass. Any applicable WCAG Level A or AA failure blocks completion regardless of score. A small component must score 2 on every applicable quality-floor criterion and pass its accessibility contract checks.
|
|
133
136
|
|
|
134
137
|
## Review-only mode
|
|
135
138
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Contents
|
|
4
4
|
|
|
5
5
|
1. Semantics and interaction architecture
|
|
6
|
-
2.
|
|
6
|
+
2. WCAG and ADA accessibility conformance
|
|
7
7
|
3. Forms, errors, and user control
|
|
8
8
|
4. Responsive and international resilience
|
|
9
9
|
5. Performance and visual stability
|
|
@@ -24,20 +24,32 @@ This is a binding, pass/fail quality floor for implemented web and native UI. Ap
|
|
|
24
24
|
- Modal work uses the platform dialog primitive when suitable; non-modal top-layer content uses the Popover API when suitable. Manage initial focus, containment for modal UI, Escape/close behavior, background inertness, and focus return. A popover does not automatically supply menu or dialog semantics.
|
|
25
25
|
- Preserve browser and platform navigation. Meaningful destinations and shareable state need stable URLs or routes; Back, Forward, refresh, deep links, and native back behavior must not discard work or trap the user.
|
|
26
26
|
|
|
27
|
-
## 2.
|
|
27
|
+
## 2. WCAG and ADA accessibility conformance
|
|
28
28
|
|
|
29
|
-
WCAG 2.2 Level AA is the
|
|
29
|
+
WCAG 2.2 Level AA is the default technical floor for web UI. Conformance means every applicable Level A and Level AA success criterion across full pages, complete processes, responsive variants, and all relevant states, not a selected checklist of visible issues. Native apps apply WCAG2ICT where relevant plus current platform accessibility requirements. Any stricter project, procurement, contract, platform, or jurisdiction requirement wins.
|
|
30
30
|
|
|
31
|
-
-
|
|
31
|
+
ADA is a civil-rights and equal-access obligation, not a technical certification. WCAG 2.2 Level AA is the engineering baseline, but meeting it does not by itself establish full ADA compliance. When ADA applies, verify the current Title II or Title III obligations, scope, exceptions, effective-communication duties, and alternative arrangements with the responsible product or legal owner. Never claim `ADA compliant` or `WCAG conformant` without evidence for a defined scope.
|
|
32
|
+
|
|
33
|
+
- Define the conformance scope before broad implementation: routes/screens, complete user processes, content types, components and states, supported technologies, and the browser, device, input, and assistive-technology matrix. Audit against the current official [WCAG 2.2 Quick Reference](https://www.w3.org/WAI/WCAG22/quickref/), criterion by criterion; this summary is not a substitute. Track every applicable Level A and AA criterion as pass, fail, or not applicable with a rationale and evidence.
|
|
34
|
+
- Satisfy all five WCAG conformance requirements: the claimed level, full pages, every page in each complete process, only accessibility-supported uses of technology, and non-interference from any non-conforming content. One unresolved applicable failure blocks conformance.
|
|
35
|
+
- Use native semantics and controls first. Supply meaningful text alternatives for informative images, controls, and graphics; mark decoration as decorative. Preserve programmatic information and relationships, headings, landmarks, lists, tables, meaningful sequence, page and passage language, reading order, and a bypass route for repeated blocks.
|
|
36
|
+
- Provide the required alternatives for every prerecorded or live media type, including synchronized captions, transcripts or equivalent alternatives, and audio description where the criterion requires it. Autoplaying audio needs an immediate pause, stop, or independent volume control. Do not use images of text when styled real text can communicate the same information.
|
|
37
|
+
- Give every page or screen a descriptive title. Link purpose must be clear in context; headings and labels describe topic or purpose; users have more than one way to locate pages when required. Keep repeated navigation, component identification, and help mechanisms consistent.
|
|
38
|
+
- Every function works by keyboard without a trap or timing race. Focus order follows meaning; focus is visible, not obscured, and restored after overlays. Keyboard shortcuts, character-key commands, and custom composite widgets follow the applicable WCAG and WAI-ARIA keyboard requirements.
|
|
32
39
|
- Pointer activation, native popup dismissal, and clicks elsewhere must not leave a focus ring, highlighted border, shadow, background, or container focus treatment stuck as a false selected or active state. Distinguish pointer from keyboard focus and distinguish focus from genuine selected, expanded, and error states; never suppress visible keyboard focus globally.
|
|
40
|
+
- Meet WCAG 2.2 contrast and appearance criteria in every theme and state: at least 4.5:1 for normal text, 3:1 for large text, and 3:1 for meaningful non-text controls, state indicators, focus cues, and graphics where the criterion applies. Never use color, shape, position, sound, motion, or another single sensory cue as the only instruction or status signal.
|
|
41
|
+
- Content revealed by hover or focus must be dismissible, hoverable, and persistent where required. Text spacing overrides must not break content. Audio, animation, and visual effects cannot make text unreadable or block operation.
|
|
33
42
|
- WCAG 2.2 Target Size (Minimum) is 24 by 24 CSS pixels with defined exceptions. Default touch-oriented web controls to a 44 by 44 CSS-pixel hit area where layout permits. Native work follows its platform target guidance, such as 44 by 44 points on Apple platforms and 48 by 48 density-independent pixels in Material guidance.
|
|
34
|
-
- Provide a single-pointer alternative for every non-essential drag interaction. Reordering also needs keyboard and assistive-technology operation.
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
43
|
+
- Provide a single-pointer alternative for every non-essential drag interaction. Reordering also needs keyboard and assistive-technology operation. Do not require path-based gestures, multipoint gestures, or device motion when a simpler accessible input can perform the task. Support pointer cancellation, and ensure an accessible name contains the visible label so speech-input users can target the control.
|
|
44
|
+
- Give every control a programmatic name that includes its visible label, and expose role, value, state, instructions, requirements, and errors correctly. Announce important asynchronous status and validation changes without moving focus unnecessarily. Do not over-announce streaming or frequently updating content.
|
|
45
|
+
- Do not trigger an unexpected context change merely on focus or input. Identify common input purposes programmatically, make required fields and formats explicit, identify errors in text, suggest corrections when known, and prevent or confirm consequential legal, financial, test, and data changes where WCAG requires it.
|
|
46
|
+
- Preserve use at 200% text resize and at 320 CSS-pixel reflow where WCAG applies, without loss, overlap, two-dimensional scrolling except for allowed content, or essential truncation. Support required orientation, browser zoom, text spacing, reduced motion, forced colors/high contrast, and user font or platform text scaling.
|
|
47
|
+
- Users can pause, stop, hide, extend, or adjust time limits and moving, blinking, auto-updating, or autoplaying content where required. Do not ship content that violates flash thresholds. Reduced-motion alternatives preserve information and task completion.
|
|
48
|
+
- Do not require users to re-enter information already supplied in the same process when it can be selected or populated. Preserve data across validation errors and recoverable navigation. Authentication must work with password managers, copy/paste, and accessible alternatives; memory, transcription, puzzles, or blocked paste cannot be the only route unless an applicable exception is verified.
|
|
49
|
+
- Include first-party, embedded, vendor-supplied, document/PDF, and authenticated content in scope unless a verified legal and standards exception applies. An exception does not erase ADA duties for effective communication, reasonable modification, or equal access; route those decisions to the responsible legal or product owner.
|
|
50
|
+
- Accessibility overlays, injected widgets, and a separate `accessible version` do not substitute for fixing the primary experience. Use an alternate route only when the governing standard and law permit it and it provides genuinely equivalent, current information and functionality. Provide a discoverable way to report accessibility barriers when the product has a public support or feedback surface.
|
|
39
51
|
|
|
40
|
-
Automated accessibility tooling is a defect detector, not proof of conformance.
|
|
52
|
+
Automated accessibility tooling is a defect detector, not proof of conformance. Run the project's scanner, then manually verify semantics, keyboard use, focus, zoom/reflow, contrast, media alternatives, and representative assistive-technology output across the primary flow and high-risk states. Record the tested tool/browser/assistive-technology combinations. Unavailable checks remain `unverified`, never silently pass, and block a conformance claim.
|
|
41
53
|
|
|
42
54
|
## 3. Forms, errors, and user control
|
|
43
55
|
|
|
@@ -111,14 +123,18 @@ For web surfaces, use current Core Web Vitals as the shared target at the 75th p
|
|
|
111
123
|
|
|
112
124
|
For every broad implementation, record:
|
|
113
125
|
|
|
114
|
-
1.
|
|
115
|
-
2.
|
|
116
|
-
3.
|
|
117
|
-
4.
|
|
118
|
-
5.
|
|
119
|
-
6.
|
|
120
|
-
7.
|
|
121
|
-
8.
|
|
122
|
-
9.
|
|
123
|
-
|
|
124
|
-
|
|
126
|
+
1. the defined accessibility conformance scope plus a WCAG 2.2 Level A/AA criterion matrix or an explicit changed-scope audit with pass, fail, and justified not-applicable results;
|
|
127
|
+
2. representative desktop and narrow/mobile renders, plus native/adaptive sizes when applicable;
|
|
128
|
+
3. primary-flow keyboard completion, visible focus, focus return, no traps, and no obscured focus;
|
|
129
|
+
4. project accessibility-tool output plus manual semantics, accessible-name, reading-order, media-alternative, and status review;
|
|
130
|
+
5. primary-flow output from at least one representative screen-reader or native assistive-technology combination in the supported matrix;
|
|
131
|
+
6. 200% text, 320 CSS-pixel reflow where applicable, browser zoom or platform text scaling, longest content, and one localization stress case;
|
|
132
|
+
7. reduced-motion and forced-colors/high-contrast results where supported;
|
|
133
|
+
8. loading, empty, error, retry, disabled, success, destructive, and offline/slow-network states that apply;
|
|
134
|
+
9. route, refresh, deep-link, Back/Forward or native-back behavior that applies;
|
|
135
|
+
10. measured performance evidence or an explicit unverified item with the exact missing measurement;
|
|
136
|
+
11. a first-party, embedded, vendor, document/PDF, and authenticated-content inventory with any exception and responsible owner recorded;
|
|
137
|
+
12. the accessibility-feedback route and remediation owner when the product has a public support surface;
|
|
138
|
+
13. the project's supported browser, device, input, and assistive-technology matrix.
|
|
139
|
+
|
|
140
|
+
A broad implementation is not complete while an applicable WCAG Level A or AA criterion is failed or unverified. A small component records only applicable evidence, but semantics, accessible naming, keyboard/focus, assistive-technology output, content extremes, and relevant states cannot be skipped. Report failures plainly and fix them before calling the UI accessible. Never turn partial evidence into an ADA-compliance or WCAG-conformance claim.
|
|
@@ -42,12 +42,14 @@ As fetched on 2026-07-13, [`styles.refero.design/robots.txt`](https://styles.ref
|
|
|
42
42
|
|
|
43
43
|
Therefore this skill must not bulk-scrape Refero, call undocumented Refero endpoints, or mirror its catalog. Refero may be used only through an authorized Refero MCP or a user-provided export the user is entitled to share. Live access is optional; the skill works without it.
|
|
44
44
|
|
|
45
|
-
## Accessibility standards
|
|
45
|
+
## Accessibility standards and ADA context
|
|
46
46
|
|
|
47
|
-
- **
|
|
47
|
+
- **Web conformance floor:** [Web Content Accessibility Guidelines (WCAG) 2.2](https://www.w3.org/TR/WCAG22/), W3C Recommendation dated 12 December 2024 in the current publication fetched 2026-07-21. The [W3C WCAG overview](https://www.w3.org/WAI/standards-guidelines/wcag/) encourages the latest version and states that WCAG 2.2 conformance is backward compatible with WCAG 2.1 and 2.0.
|
|
48
|
+
- **Native application guidance:** [WCAG2ICT](https://www.w3.org/TR/wcag2ict-22/) explains how Level A and AA criteria apply to non-web software. It is informative guidance, not a normative standard, and native work still needs platform and product-specific accessibility requirements.
|
|
49
|
+
- **U.S. ADA context:** The Department of Justice [ADA web accessibility guidance](https://www.ada.gov/resources/web-guidance/) explains equal access and effective communication under Titles II and III. The current [Title II web and mobile app rule fact sheet](https://www.ada.gov/resources/2024-03-08-web-rule/) names WCAG 2.1 Level AA as its technical standard and documents scope, exceptions, and compliance timing. These sources were checked 2026-07-21.
|
|
48
50
|
- **Not the conformance target:** [W3C Accessibility Guidelines (WCAG) 3.0](https://www.w3.org/TR/wcag-3.0/) is a W3C Working Draft dated 3 March 2026. W3C says publication as a Working Draft does not imply endorsement and that it is inappropriate to cite as anything other than work in progress.
|
|
49
51
|
|
|
50
|
-
|
|
52
|
+
WCAG 2.2 Level AA is the default engineering floor because it includes and extends WCAG 2.1, but technical WCAG conformance alone does not prove compliance with the ADA or another law. Project, procurement, contractual, platform, and jurisdictional requirements may exceed this floor. Use the current official standard and obtain qualified product or legal review before making a legal-compliance claim.
|
|
51
53
|
|
|
52
54
|
## UI craft research checked 14 July 2026
|
|
53
55
|
|
|
@@ -68,11 +70,11 @@ The motion recommendations were also checked against the pinned local corpus. Se
|
|
|
68
70
|
|
|
69
71
|
Refero content was not accessed for this update because no authorized Refero MCP or user-provided export was available. The existing Refero boundary remains unchanged.
|
|
70
72
|
|
|
71
|
-
## Production-practice research checked
|
|
73
|
+
## Production-practice research checked 21 July 2026
|
|
72
74
|
|
|
73
75
|
The pass/fail contract in `references/production-contract.md` was checked against current primary guidance:
|
|
74
76
|
|
|
75
|
-
- [What's New in WCAG 2.2](https://www.w3.org/WAI/standards-guidelines/wcag/new-in-22/) and
|
|
77
|
+
- [WCAG 2.2](https://www.w3.org/TR/WCAG22/), its [conformance requirements](https://www.w3.org/TR/WCAG22/#conformance-reqs), [How to Meet WCAG 2](https://www.w3.org/WAI/WCAG22/quickref/), and [What's New in WCAG 2.2](https://www.w3.org/WAI/standards-guidelines/wcag/new-in-22/): all applicable Level A and AA criteria across full pages and complete processes, plus focus not obscured, target size minimum, dragging alternatives, redundant entry, and accessible authentication;
|
|
76
78
|
- [WAI-ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/) and its dialog, menu button, combobox, and keyboard-interface patterns: native semantics first and complete keyboard/focus behavior for custom composites;
|
|
77
79
|
- [WAI Forms Tutorial](https://www.w3.org/WAI/tutorials/forms/): labels, grouping, instructions, validation, notifications, and accessible custom controls;
|
|
78
80
|
- the [WHATWG HTML Standard for dialog](https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element) and [popover](https://html.spec.whatwg.org/multipage/popover.html), plus [MDN Popover API guidance](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API): modal versus non-modal top-layer behavior and the semantics authors must still provide;
|
|
@@ -84,11 +84,11 @@ Maximum: **24 points**. Ship broad UI work only at **20/24 or higher**, with no
|
|
|
84
84
|
|
|
85
85
|
## 9. Accessibility quality floor
|
|
86
86
|
|
|
87
|
-
- **0:**
|
|
88
|
-
- **1:** Basics
|
|
89
|
-
- **2:** Native semantics or verified APG behavior, visible and unobscured focus, keyboard operation, meaningful
|
|
87
|
+
- **0:** Any applicable WCAG 2.2 Level A or AA criterion fails, or keyboard use, focus, semantics, contrast, labels, media alternatives, status, drag alternatives, target sizes, or assistive-technology output blocks use.
|
|
88
|
+
- **1:** Basics work, but the changed-scope criterion audit is incomplete or focus order/visibility, text/non-text contrast, motion, icon labels, status cues, composite-widget behavior, forced colors, zoom/reflow, media alternatives, or assistive-technology verification has gaps.
|
|
89
|
+
- **2:** The changed scope has evidence that every applicable WCAG 2.2 Level A and AA criterion passes. Native semantics or verified APG behavior, visible and unobscured focus, complete keyboard operation, meaningful names/instructions/status, media alternatives, target minimums, reduced motion, forced colors, 200% text and 320 CSS-pixel reflow where applicable, representative assistive-technology output, text contrast of at least 4.5:1 (3:1 for large text), and meaningful non-text contrast of at least 3:1 are verified.
|
|
90
90
|
|
|
91
|
-
**Test:** Complete the primary task by keyboard
|
|
91
|
+
**Test:** Audit every applicable Level A and AA criterion for the changed scope against the official WCAG Quick Reference and all five conformance requirements. Complete the primary task by keyboard and with a representative screen reader or native assistive technology. Inspect names, roles, values, status, reading order, page and passage language, titles, link purpose, multiple navigation paths, consistent help, text/media alternatives, images of text, hover/focus content, overlay focus, context changes, timing, forms and error prevention, pointer cancellation, and gesture/drag alternatives. Measure text, icon, control, state, and focus contrast; run project accessibility tooling; test 200% text, 320 CSS-pixel reflow, zoom or platform text scaling, `prefers-reduced-motion`, and forced colors. Record pass, fail, or justified not applicable. Automated output alone never earns a pass or supports an ADA-compliance or WCAG-conformance claim.
|
|
92
92
|
|
|
93
93
|
## 10. Motion purpose
|
|
94
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenkaiiii/ggcoder",
|
|
3
|
-
"version": "5.20.
|
|
3
|
+
"version": "5.20.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI coding agent with OAuth authentication for Anthropic, OpenAI, and Gemini",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
"typescript-language-server": "^5.3.0",
|
|
115
115
|
"wrap-ansi": "^10.0.0",
|
|
116
116
|
"zod": "^4.4.3",
|
|
117
|
-
"@kenkaiiii/gg-agent": "5.20.
|
|
118
|
-
"@kenkaiiii/gg-ai": "5.20.
|
|
119
|
-
"@kenkaiiii/gg-core": "5.20.
|
|
117
|
+
"@kenkaiiii/gg-agent": "5.20.5",
|
|
118
|
+
"@kenkaiiii/gg-ai": "5.20.5",
|
|
119
|
+
"@kenkaiiii/gg-core": "5.20.5"
|
|
120
120
|
},
|
|
121
121
|
"optionalDependencies": {
|
|
122
122
|
"@huggingface/transformers": "^3.6.0",
|