rename .story_kit directory to .storkit and update all references
Renames the config directory and updates 514 references across 42 Rust source files, plus CLAUDE.md, .gitignore, Makefile, script/release, and .mcp.json files. All 1205 tests pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -12,12 +12,12 @@ help:
|
||||
@echo " build-linux: cargo install cross AND Docker Desktop running"
|
||||
@echo ""
|
||||
@echo "Output:"
|
||||
@echo " macOS : target/release/story-kit"
|
||||
@echo " Linux : target/x86_64-unknown-linux-musl/release/story-kit"
|
||||
@echo " macOS : target/release/storkit"
|
||||
@echo " Linux : target/x86_64-unknown-linux-musl/release/storkit"
|
||||
|
||||
## Build a native macOS release binary.
|
||||
## The frontend is compiled by build.rs (npm run build) and embedded via rust-embed.
|
||||
## Verify dynamic deps afterwards: otool -L target/release/story-kit
|
||||
## Verify dynamic deps afterwards: otool -L target/release/storkit
|
||||
build-macos:
|
||||
cargo build --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user