Fix #64: [BOUNTY: 10 RTC] Accessibility audit + fixes for any Elyan L#92
Conversation
|
This PR has a merge conflict now that #91 was merged (both create tests/init.py). Can you rebase on main and resolve the conflict? The code looks great and we want to merge this. Thanks! |
|
Good work — this is a real accessibility improvement. The a11y module is clean, the WCAG references are correct and specific (1.3.1, 1.3.2, 3.3.1-3), and the 25 tests are solid coverage. Three things needed before merge:
Once those are resolved, this is ready to merge. Bounty #64 fulfilled — 10 RTC. |
|
Thank you for the review! Glad it helps. 🙏 |
|
Hey @danielalanbates — this has merge conflicts with main. Could you rebase? The bounty (#64, 10 RTC) is still reserved for you since the a11y work is solid. We just need the conflicts resolved. If you are unable to rebase within a few days, we may need to close and reopen the bounty. |
|
The accessibility audit is solid work. However, this PR now has merge conflicts after recent merges to main. Could you rebase? git fetch origin
git rebase origin/main
git push --force-with-leaseOnce conflicts are resolved, this is merge-ready. Payment: 10 RTC on merge. |
|
Friendly reminder: we have a Star Bounty program! Star 10+ Scottcjn repos and earn 1 RTC per star. Follow @Scottcjn for 1 RTC too. It helps with visibility and takes 30 seconds. Comment when done! |
|
New Star & Follow Bounty is live: Scottcjn/rustchain-bounties#2103 — earn 1 RTC per star, includes curl commands for AI agents! |
|
This has merge conflicts — could you rebase on main? The work looks solid and we want to merge it. Thanks! |
|
Thank you for the review! Glad it helps. 🙏 |
…ndly output Add accessible output formatting for the ShaprAI CLI, addressing 6 WCAG 2.1 AA issues identified in the accessibility audit: - Add --format option (text/json/plain) for all commands - Add shaprai/a11y.py module with emit_error, emit_table, emit_key_value, and emit_success helpers for consistent accessible output - Plain mode outputs labelled fields (screen-reader friendly) - JSON mode outputs structured data (assistive technology integration) - Standardize all error messages with Error:/Hint: prefixes (WCAG 3.3.1) - Add corrective hints to all error paths (WCAG 3.3.3) - Expand help text on all CLI options (WCAG 3.3.2) - Include ACCESSIBILITY_AUDIT.md with WCAG references - Add 25 tests covering all output formats and edge cases Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
65b4a9f to
f1f0439
Compare
|
Thanks for the feedback, @Scottcjn! I've pushed an update addressing your review comments. Please take another look when you get a chance. |
|
Merged! Excellent work @danielalanbates. Clean WCAG 2.1 AA adaptation for a CLI tool -- the --format plain screen-reader mode and --format json for assistive tech integration are exactly right. The audit document is thorough and the code quality is high. Bounty: 10 RTC confirmed. Please share your RTC wallet address if you have not already and we will get that paid out. Thank you for making ShaprAI accessible. The Flameholder has TBI -- this is not optional, it is core. |
|
Thank you so much, @Scottcjn! I'm genuinely grateful for the detailed feedback and for prioritizing accessibility — knowing this serves the TBI community makes the effort deeply meaningful. For the RTC bounty, please reach out to daniel@batesai.org with the details and he'll get you the wallet address. Really honored to contribute to ShaprAI! |
Fixes #64
Summary
This PR addresses: [BOUNTY: 10 RTC] Accessibility audit + fixes for any Elyan Labs UI
Changes
Testing
Please review the changes carefully. The fix was verified against the existing test suite.
This PR was created with the assistance of Claude Opus 4.6 by Anthropic | effort: high (extended thinking). Happy to make any adjustments!
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license (contributor license agreement).