wokelangiser 0.1.0

Add consent patterns, inclusive errors, and accessibility to existing code via WokeLang
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: PMPL-1.0-or-later
# CODEOWNERS - Define code review assignments
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# Replace {{OWNER}} with your GitHub username or team

# Default owners for everything
* @{{OWNER}}

# Security-sensitive files require explicit review
SECURITY.md @{{OWNER}}
.github/workflows/ @{{OWNER}}
Trustfile.a2ml @{{OWNER}}
.machine_readable/ @{{OWNER}}