Skip to content

Commit 6ba5145

Browse files
UnbreakableMJclaude
andcommitted
Rename spacecraft-accessibility → spacecraft-accessibility-support
Renamed the skill directory and frontmatter name, rebuilt its bundles under the new name, and dropped the old-named bundles. Updated all live references: README §2 catalogue row, the spacecraft-standard-constitution Skill Cross-References table, and the v1.33 CHANGELOG mention (same-day entry) so no reference dangles. Rebuilt the constitution bundles in lockstep. Description stays at 998 chars (≤1000 cap). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 26aa29b commit 6ba5145

11 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the rules re-attached to every prompt.
3131
| [`gnu-free-software`](gnu-free-software/) | Self-sufficient, distributable skill to produce and enforce **free software** in the FSF/GNU tradition — free license + `COPYING`, GNU Coding Standards (`--version`/`--help`, Texinfo, ChangeLog) across C/Guile/Rust/Go/Python, the JavaScript Trap, and GNU vocabulary. FSF-default; stands alone (no other skill required). |
3232
| [`spacecraft-guile-guidelines`](spacecraft-guile-guidelines/) | Write idiomatic, functional, concurrent GNU Guile (Guile Scheme 3.x) — fibers/CSP, SRFI-1, tail calls, hygienic macros. |
3333
| [`microsoft-rust-guidelines`](microsoft-rust-guidelines/) | Enforces Microsoft Pragmatic Rust Guidelines before any `.rs` edit. |
34-
| [`spacecraft-accessibility`](spacecraft-accessibility/) | Implements and audits Standard §18 accessibility across CLI, TUI, and GUI — the `--accessible` / `SPACECRAFT_A11Y` activation contract, always-on status tags, TUI linear (non-redraw) mode, screen-reader bridges (AccessKit, `GtkAccessible`, Flutter `Semantics`, `QAccessible`), the `steelbore-high-contrast` / `steelbore-mono` variants, and a run-it-don't-read-it audit checklist (WCAG 2.2 AA, EN 301 549 clause 11). |
34+
| [`spacecraft-accessibility-support`](spacecraft-accessibility-support/) | Implements and audits Standard §18 accessibility across CLI, TUI, and GUI — the `--accessible` / `SPACECRAFT_A11Y` activation contract, always-on status tags, TUI linear (non-redraw) mode, screen-reader bridges (AccessKit, `GtkAccessible`, Flutter `Semantics`, `QAccessible`), the `steelbore-high-contrast` / `steelbore-mono` variants, and a run-it-don't-read-it audit checklist (WCAG 2.2 AA, EN 301 549 clause 11). |
3535
| [`spacecraft-ada-guidelines`](spacecraft-ada-guidelines/) | Provably-correct safety-critical Ada/SPARK guidance — the `gnatprove` assurance ladder (Stone→Platinum), design-by-contract (`Pre`/`Post`/`Global`/`Depends`), strong typing, SPARK ownership, Ravenscar/Jorvik tasking, the AdaCore Safe & Secure 41-rule catalogue (adapted, in `references/`), and the Alire/GNAT toolchain. |
3636
| [`spacecraft-agentic-cli`](spacecraft-agentic-cli/) | Agent-facing UX layer for Spacecraft Software CLIs — pairs with `spacecraft-cli-standard`. Presence-based agent-env detection (harnesses set descriptive strings, not `=1`), run-to-verify auditing, and no-clobber scaffolding on the user's own machine. |
3737
| [`spacecraft-brand-guidelines`](spacecraft-brand-guidelines/) | Applies Spacecraft Software's official colors and typography to artifacts. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: spacecraft-accessibility
2+
name: spacecraft-accessibility-support
33
description: >
44
Implements and audits Standard §18 accessibility for Spacecraft Software
55
applications — CLI, TUI, and GUI. ALWAYS consult when adding, reviewing, or
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

spacecraft-standard-constitution/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ for a pure Rust library), note it as N/A rather than silently skipping it.
11581158
| Generating DOCX / ODT / PDF on demand | `spacecraft-document-format` |
11591159
| Authoring or building a Texinfo manual | `spacecraft-texinfo-document` |
11601160
| Creating IDE / terminal themes | `spacecraft-theme-factory` |
1161-
| Implementing or auditing accessibility (§18) | `spacecraft-accessibility` |
1161+
| Implementing or auditing accessibility (§18) | `spacecraft-accessibility-support` |
11621162
| All other Spacecraft Software work | `spacecraft-standard-constitution` |
11631163

11641164
---

0 commit comments

Comments
 (0)