@iamdevlinph/codex-kit 1.1.1 → 1.1.2
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/TEMPLATE_AGENTS.md +11 -0
- package/package.json +1 -1
|
@@ -109,6 +109,17 @@ conditional procedures into validated project skills.
|
|
|
109
109
|
forms, dialogs, and page layouts) and identify their design-system primitives,
|
|
110
110
|
tokens, spacing, typography, responsive behavior, interactions, states, and
|
|
111
111
|
accessibility conventions. Reuse applicable components and patterns.
|
|
112
|
+
- For new or materially changed user-facing interfaces, preserve accessibility
|
|
113
|
+
as a baseline: prefer semantic elements and native controls; provide accessible
|
|
114
|
+
names, labels, instructions, errors, and state; support keyboard operation,
|
|
115
|
+
logical focus order, visible focus, and appropriate focus management; provide
|
|
116
|
+
meaningful text alternatives; maintain readable typography and sufficient
|
|
117
|
+
contrast; and never rely on color alone to communicate meaning. Use ARIA only
|
|
118
|
+
when native semantics are insufficient, and keep ARIA roles, properties, and
|
|
119
|
+
states valid and synchronized with behavior.
|
|
120
|
+
- When practical, verify changed interaction paths with the repository's
|
|
121
|
+
accessibility tooling and a manual keyboard/focus check. Report any unavailable
|
|
122
|
+
checks or known limitations.
|
|
112
123
|
- If no written standard exists but trustworthy repeated precedent does, derive
|
|
113
124
|
concise durable guidance in the project: always-on conventions belong in
|
|
114
125
|
`AGENTS.md`; feature-specific decisions and approved exceptions belong in
|