Skip to content

Commit df70238

Browse files
committed
cleanup: Remove temporary GOAP coordination files
- Removed tmp_rovodev_fast_makefile_targets.mk (integrated into main Makefile) - GOAP optimization complete with all targets properly integrated
1 parent cbd49f6 commit df70238

File tree

2 files changed

+4
-88
lines changed

2 files changed

+4
-88
lines changed

scripts/incremental-check.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ if [ ! -z "$RUST_FILES" ]; then
5656
AFFECTED_CRATES=$(echo $AFFECTED_CRATES | tr ' ' '\n' | sort -u | tr '\n' ' ')
5757

5858
for crate in $AFFECTED_CRATES; do
59-
echo -e "${YELLOW}🔍 Checking crate: code-guardian-$crate${NC}"
60-
cargo clippy -p code-guardian-$crate --quiet -- -D warnings || {
59+
echo -e "${YELLOW}🔍 Checking crate: code_guardian_$crate${NC}"
60+
cargo clippy -p code_guardian_$crate --quiet -- -D warnings || {
6161
echo -e "${RED}❌ Clippy failed for crate: $crate${NC}"
6262
exit 1
6363
}
6464
done
6565

6666
echo -e "${YELLOW}🧪 Running tests for affected crates...${NC}"
6767
for crate in $AFFECTED_CRATES; do
68-
echo -e "${YELLOW}🧪 Testing crate: code-guardian-$crate${NC}"
69-
cargo test -p code-guardian-$crate --quiet || {
68+
echo -e "${YELLOW}🧪 Testing crate: code_guardian_$crate${NC}"
69+
cargo test -p code_guardian_$crate --quiet || {
7070
echo -e "${RED}❌ Tests failed for crate: $crate${NC}"
7171
exit 1
7272
}

tmp_rovodev_fast_makefile_targets.mk

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)