Skip to content

Commit 80c3c46

Browse files
[STYLE] Cleanup documentation as discussed in review (- WIP PR #415 -)
* these changes are related to GHI #367 Changes in file .github/AI_USAGE_POLICY.md: * cleanup for merging * related work Changes in file tests/check_spelling: * related work
1 parent 6c86202 commit 80c3c46

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/AI_USAGE_POLICY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
### 2.2 Prohibited AI Roles :no_entry_sign:
4747

4848
* 2.2.A Sole Developer:
49-
* AI (especially LLM bassed AI) is not well suited for innovation; No vibe-coding - the direction
49+
* AI (especially LLM based AI) is not well suited for innovation; No vibe-coding - the direction
5050
and development of the project CANNOT meaningfully come from AI.
5151
* 2.2.B Sole Approver:
5252
* AI approval alone is insufficient for merging any PR.
@@ -56,7 +56,7 @@
5656
5757
* 2.2.C Security Gatekeeper:
5858
* AI cannot be the only mechanism for security validation
59-
* 2.2.D Unrestricted Auto-Merge:
59+
* 2.2.D Merge Commit Author:
6060
* AI cannot trigger auto-merge without human verification
6161

6262
## 3. PR Review Process
@@ -136,7 +136,7 @@
136136
* Only human controlled identities may merge branches, or commit to the default branch directly.
137137

138138
> [!NOTE]
139-
> Historicly @dependabot (a simple bot, not a LLM-based AI) had been allowed to merge to the
139+
> Historically @dependabot (a simple bot, not a LLM-based AI) had been allowed to merge to the
140140
> default branch; this policy considers such actions in the past to now be violations of § 4.3.A
141141
> because the code-signing identity was not controlled by a human. Fortunately these changes had
142142
> been limited to improving supply-chain security and required approval from the project admin.

tests/check_spelling

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ declare -a SPECIFIC_TYPOS=(
155155
"rappidly:rapidly" # from #392
156156
"compleated:completed" # from #338
157157
"compleate:complete" # from #402
158+
159+
"bassed:based" # from #415
160+
"Historicly:Historically" # from #415
158161
)
159162

160163
function cleanup() {

0 commit comments

Comments
 (0)