diff --git a/.chainlink/session.json b/.chainlink/session.json new file mode 100644 index 0000000..178b9c4 --- /dev/null +++ b/.chainlink/session.json @@ -0,0 +1,5 @@ +{ + "active_issue_id": 6, + "session_id": 5, + "started_at": "2026-05-24T02:55:13.698373+00:00" +} \ No newline at end of file diff --git a/entangle/.chainlink/issues.db b/entangle/.chainlink/issues.db index ad0ce2f..9c981a5 100644 Binary files a/entangle/.chainlink/issues.db and b/entangle/.chainlink/issues.db differ diff --git a/entangle/Cargo.lock b/entangle/Cargo.lock index a1b2b90..567f6b7 100644 --- a/entangle/Cargo.lock +++ b/entangle/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "entangle-mirror" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "dialoguer", diff --git a/entangle/Cargo.toml b/entangle/Cargo.toml index 8754111..f88b507 100644 --- a/entangle/Cargo.toml +++ b/entangle/Cargo.toml @@ -1,14 +1,16 @@ [package] name = "entangle-mirror" -version = "0.1.0" +version = "0.1.1" edition = "2024" description = "Easy setup for mirroring GitHub repos to Tangled.org in one command" license = "MIT" repository = "https://github.com/cyrusae/entangle" homepage = "https://github.com/cyrusae/entangle" readme = "README.md" -keywords = ["git", "tangled", "mirror", "forge", "atproto"] +keywords = ["git", "tangled", "mirror", "forge", "atproto", "github"] categories = ["command-line-utilities", "development-tools"] +# Exclude tooling/editor state directories that must never ship in the crate. +exclude = [".chainlink", ".claude", ".mcp.json"] # Keep the installed binary named `entangle` even though the crates.io package # is `entangle-mirror` (the name `entangle` was already taken on crates.io).