opencode-tsift 0.1.63 → 0.1.64

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.
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-context-pack -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-context-pack -->
2
2
  ---
3
3
  description: Build a bounded tsift context pack
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-diff-digest -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-diff-digest -->
2
2
  ---
3
3
  description: Digest current or requested git diff
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-explain -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-explain -->
2
2
  ---
3
3
  description: Explain a symbol via callers, callees, and community preview
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-graph -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-graph -->
2
2
  ---
3
3
  description: Call graph navigation via tsift graph
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-log-digest -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-log-digest -->
2
2
  ---
3
3
  description: Run a verbose command through the bounded log digest
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-memory-guard -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-memory-guard -->
2
2
  ---
3
3
  description: Guard a memory or tool payload before model handoff
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-memory-search -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-memory-search -->
2
2
  ---
3
3
  description: Search first-party tsift memory graph
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-memory-status -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-memory-status -->
2
2
  ---
3
3
  description: Inspect first-party tsift memory readiness
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-rewrite-run -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-rewrite-run -->
2
2
  ---
3
3
  description: Run a shell command through tsift rewrite
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-search -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-search -->
2
2
  ---
3
3
  description: AST-aware content search via tsift search
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-session-review -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-session-review -->
2
2
  ---
3
3
  description: Summarize bounded agent session context
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-source-read -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-source-read -->
2
2
  ---
3
3
  description: AST-aware source code reading via tsift source-read
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-status -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-status -->
2
2
  ---
3
3
  description: Refresh and summarize tsift index status
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-symbol-read -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-symbol-read -->
2
2
  ---
3
3
  description: Read symbol body with AST metadata via tsift symbol-read
4
4
  ---
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.63 name=tsift-test-digest -->
1
+ <!-- tsift:opencode-command v=0.1.64 name=tsift-test-digest -->
2
2
  ---
3
3
  description: Run tests through the bounded digest runner
4
4
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-tsift",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "OpenCode command shortcuts for tsift bounded code navigation and session evidence",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",