Skip to content

Commit 84c4604

Browse files
Merge branch 'main' into dependabot/github_actions/actions-22d161f3d4
2 parents 783303f + bb10f7f commit 84c4604

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

bots/gsbot/RSR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ implemented in **Rust** (with a designed-in SPARK verification seam — see
4444
- ✅ Automated testing (`cargo test --all-targets`)
4545
- ✅ Code quality checks (`cargo clippy --all-targets -- -D warnings`,
4646
`cargo fmt --all -- --check`)
47-
- ✅ Banned-language enforcement (Hypatia / ts-blocker / npm-bun-blocker)
47+
- ✅ Banned-language enforcement (Hypatia / runtime-policy)
4848
- ✅ Build verification
4949

5050
### ✅ Testing (Complete)

shared-context/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ license = "MPL-2.0"
99
repository = "https://github.com/hyperpolymath/gitbot-fleet"
1010
keywords = ["gitbot-fleet", "coordination", "context", "ci-cd"]
1111
categories = ["development-tools"]
12+
include = [
13+
"Cargo.toml",
14+
"Cargo.lock",
15+
"src/**",
16+
"tests/**",
17+
"benches/**",
18+
]
1219

1320
[dependencies]
1421
# Serialization

0 commit comments

Comments
 (0)