codefold 0.8.2__tar.gz → 0.8.3__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.2 → codefold-0.8.3}/Cargo.lock +4 -4
- {codefold-0.8.2 → codefold-0.8.3}/Cargo.toml +1 -1
- {codefold-0.8.2 → codefold-0.8.3}/PKG-INFO +1 -1
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/README.md +6 -1
- {codefold-0.8.2 → codefold-0.8.3}/LICENSE +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/bindings/python/Cargo.toml +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/bindings/python/LICENSE +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/bindings/python/src/lib.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/bindings/python/tests/test_codefold.py +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/Cargo.toml +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/benches/render.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/error.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/go.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/language.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/level.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/lib.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/options.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/parse.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/python.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/result.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/rust.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/tokens.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/src/typescript.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/fixtures/go/auth.go +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/fixtures/python/auth.py +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/fixtures/python/heavy.py +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/fixtures/rust/auth.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/fixtures/typescript/auth.ts +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/focus.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/full_level.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/go_bodies.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/go_public.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/go_signatures.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/python_bodies.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/python_public.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/python_signatures.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/rust_bodies.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/rust_public.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/rust_signatures.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/tokens.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/typescript_bodies.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/typescript_public.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/crates/codefold-core/tests/typescript_signatures.rs +0 -0
- {codefold-0.8.2 → codefold-0.8.3}/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.3"
|
|
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.3"
|
|
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.3"
|
|
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.3"
|
|
280
280
|
dependencies = [
|
|
281
281
|
"codefold-core",
|
|
282
282
|
"pyo3",
|
|
@@ -142,7 +142,8 @@ Early. v0.8.1. Python, TypeScript, Rust, Go. API is not yet stable.
|
|
|
142
142
|
|
|
143
143
|
### Changelog
|
|
144
144
|
|
|
145
|
-
- **0.8.
|
|
145
|
+
- **0.8.3** — CI fix: switch publish job from `npm ci` to `npm install --omit=optional` since `npm ci` enforces lock-vs-package.json sync even for self-referential optional deps that aren't on the registry yet at release time.
|
|
146
|
+
- **0.8.2** — CI fix: `npm ci --omit=optional` so the publish job doesn't choke on out-of-sync lock entries for our own (not-yet-published) scoped sub-packages. (Insufficient — superseded by 0.8.3.)
|
|
146
147
|
- **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.
|
|
147
148
|
- **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).
|
|
148
149
|
- **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.
|
|
@@ -154,6 +155,10 @@ Early. v0.8.1. Python, TypeScript, Rust, Go. API is not yet stable.
|
|
|
154
155
|
- **0.2.0** — `Public` level (Python `_`-prefix filter, TypeScript `export`/`private` filter). `Level` enum marked `#[non_exhaustive]`.
|
|
155
156
|
- **0.1.0** — Initial release. Python and TypeScript, `Full` / `Signatures` / `Bodies` levels, `focus=[...]`, token estimation, CLI, criterion benchmarks.
|
|
156
157
|
|
|
158
|
+
## Contributing
|
|
159
|
+
|
|
160
|
+
Branch off `develop`, open a PR against `develop`. Releases are tagged on `main`. See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
161
|
+
|
|
157
162
|
## License
|
|
158
163
|
|
|
159
164
|
[MIT](LICENSE)
|
|
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
|