Skip to content

Commit afada00

Browse files
authored
Merge pull request #303 from syncable-dev/syncable-cli-skills
Syncable cli skills
2 parents 3a3e61b + 0b5b548 commit afada00

156 files changed

Lines changed: 19691 additions & 214 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@ jobs:
8383
# Ignore advisories in transitive dependencies we cannot control:
8484
# - gix-date (RUSTSEC-2025-0140): via rustsec crate, awaiting upstream fix
8585
# - bincode (RUSTSEC-2025-0141): via syntect, marked "complete" by maintainer
86+
# - aws-lc-sys (RUSTSEC-2026-0044..0048): via aws-sdk, awaiting upstream bump to >=0.39.0
87+
# - rustls-webpki (RUSTSEC-2026-0049): via rustls, awaiting upstream bump to >=0.103.10
8688
# - Other transitive deps from rustsec, aws-sdk, kube, etc.
87-
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141
89+
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141,RUSTSEC-2026-0044,RUSTSEC-2026-0045,RUSTSEC-2026-0046,RUSTSEC-2026-0047,RUSTSEC-2026-0048,RUSTSEC-2026-0049

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ node_modules/
1818

1919
# Planning documents (local only, not shared)
2020
.planning/
21+
.env
2122

2223
# MSVC Windows builds of rustc generate these, which store debugging information
2324
*.pdb

CHANGELOG.md

Lines changed: 646 additions & 0 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncable-cli"
3-
version = "0.26.1"
3+
version = "0.36.0"
44
edition = "2024"
55
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
66
authors = ["Syncable Team"]

0 commit comments

Comments
 (0)