codefold 0.8.0__tar.gz → 0.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codefold-0.8.0 → codefold-0.8.1}/Cargo.lock +4 -4
- {codefold-0.8.0 → codefold-0.8.1}/Cargo.toml +1 -1
- {codefold-0.8.0 → codefold-0.8.1}/PKG-INFO +1 -1
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/README.md +2 -1
- {codefold-0.8.0 → codefold-0.8.1}/LICENSE +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/bindings/python/Cargo.toml +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/bindings/python/LICENSE +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/bindings/python/src/lib.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/bindings/python/tests/test_codefold.py +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/Cargo.toml +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/benches/render.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/error.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/go.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/language.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/level.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/lib.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/options.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/parse.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/python.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/result.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/rust.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/tokens.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/src/typescript.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/fixtures/go/auth.go +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/fixtures/python/auth.py +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/fixtures/python/heavy.py +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/fixtures/rust/auth.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/fixtures/typescript/auth.ts +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/focus.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/full_level.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/go_bodies.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/go_public.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/go_signatures.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/python_bodies.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/python_public.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/python_signatures.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/rust_bodies.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/rust_public.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/rust_signatures.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/tokens.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/typescript_bodies.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/typescript_public.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/crates/codefold-core/tests/typescript_signatures.rs +0 -0
- {codefold-0.8.0 → codefold-0.8.1}/pyproject.toml +0 -0
|
@@ -235,7 +235,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
|
235
235
|
|
|
236
236
|
[[package]]
|
|
237
237
|
name = "codefold-cli"
|
|
238
|
-
version = "0.8.
|
|
238
|
+
version = "0.8.1"
|
|
239
239
|
dependencies = [
|
|
240
240
|
"assert_cmd",
|
|
241
241
|
"clap",
|
|
@@ -250,7 +250,7 @@ dependencies = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "codefold-core"
|
|
253
|
-
version = "0.8.
|
|
253
|
+
version = "0.8.1"
|
|
254
254
|
dependencies = [
|
|
255
255
|
"criterion",
|
|
256
256
|
"insta",
|
|
@@ -266,7 +266,7 @@ dependencies = [
|
|
|
266
266
|
|
|
267
267
|
[[package]]
|
|
268
268
|
name = "codefold-node"
|
|
269
|
-
version = "0.8.
|
|
269
|
+
version = "0.8.1"
|
|
270
270
|
dependencies = [
|
|
271
271
|
"codefold-core",
|
|
272
272
|
"napi",
|
|
@@ -276,7 +276,7 @@ dependencies = [
|
|
|
276
276
|
|
|
277
277
|
[[package]]
|
|
278
278
|
name = "codefold-py"
|
|
279
|
-
version = "0.8.
|
|
279
|
+
version = "0.8.1"
|
|
280
280
|
dependencies = [
|
|
281
281
|
"codefold-core",
|
|
282
282
|
"pyo3",
|
|
@@ -138,10 +138,11 @@ If you're building an agent framework or a code-aware tool and you need granular
|
|
|
138
138
|
|
|
139
139
|
## Status
|
|
140
140
|
|
|
141
|
-
Early. v0.8.
|
|
141
|
+
Early. v0.8.1. Python, TypeScript, Rust, Go. API is not yet stable.
|
|
142
142
|
|
|
143
143
|
### Changelog
|
|
144
144
|
|
|
145
|
+
- **0.8.1** — CI fixes: upgrade npm on the release runner to >=11.5 (needed for Trusted Publishing OIDC); make the setup test platform-agnostic on Windows.
|
|
145
146
|
- **0.8.0** — `codefold update` (self-upgrade via cargo), `codefold setup` (install integration into Claude Code / Cursor / Copilot — project or user scope, idempotent block-replace, propagates to subagents). npm publish migrated to Trusted Publishing (OIDC).
|
|
146
147
|
- **0.7.0** — npm publish pipeline. `codefold` on npm with prebuilt binaries for Linux x86_64/aarch64, macOS x86_64/arm64, Windows x64. Uses napi-rs's per-platform sub-package pattern with provenance.
|
|
147
148
|
- **0.6.0** — Publishing pipeline: `codefold-core` and `codefold-cli` to crates.io, `codefold` (Python wheel) to PyPI via Trusted Publishing on tag pushes. Node.js binding (`@codefold/node`) scaffolded with napi-rs; npm publishing pipeline arrives in v0.7.0. MSRV bumped to 1.77 (napi-rs requirement).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|