context-dropper 0.1.6 → 0.2.0
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6558,7 +6558,7 @@ function createFilesetCommand(deps) {
|
|
|
6558
6558
|
// package.json
|
|
6559
6559
|
var package_default = {
|
|
6560
6560
|
name: "context-dropper",
|
|
6561
|
-
version: "0.
|
|
6561
|
+
version: "0.2.0",
|
|
6562
6562
|
description: "CLI for iterating through a fixed list of files, tracking position, and tagging progress within an AI agent's session.",
|
|
6563
6563
|
author: {
|
|
6564
6564
|
name: "Fardjad Davari",
|
package/package.json
CHANGED