opencode-tsift 0.1.81 → 0.1.83

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/README.md CHANGED
@@ -47,7 +47,7 @@ shell invocation. The required permissions break down by command:
47
47
 
48
48
  | Command | Bash execution | File read | File write |
49
49
  |---|---|---|---|
50
- | `/tsift-status` | `tsift status --fix` | `.tsift/`, source tree | `.tsift/`, AGENTS.md, CLAUDE.md |
50
+ | `/tsift-status` | `tsift status` | `.tsift/`, source tree | `.tsift/` |
51
51
  | `/tsift-session-review` | `tsift --envelope session-review` | `.tsift/`, agent-doc logs | — |
52
52
  | `/tsift-context-pack` | `tsift --envelope context-pack` | `.tsift/`, source files | — |
53
53
  | `/tsift-memory-status` | `tsift memory status` | `.tsift/`, `.claude-mem/` fallback import source | — |
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.81 name=tsift-context-pack -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-diff-digest -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-explain -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-graph -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-log-digest -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-memory-guard -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-memory-search -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-memory-status -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-rewrite-run -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-search -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-session-review -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-source-read -->
1
+ <!-- tsift:opencode-command v=0.1.83 name=tsift-source-read -->
2
2
  ---
3
3
  description: AST-aware source code reading via tsift source-read
4
4
  ---
@@ -1,6 +1,6 @@
1
- <!-- tsift:opencode-command v=0.1.81 name=tsift-status -->
1
+ <!-- tsift:opencode-command v=0.1.83 name=tsift-status -->
2
2
  ---
3
3
  description: Refresh and summarize tsift index status
4
4
  ---
5
5
 
6
- Run `tsift status --fix` from the project root, then summarize index freshness, instruction freshness, summary-cache state, and any recommended `use:` or `run:` commands. Stop and report the exact failure if the command fails.
6
+ Run `tsift status` from the project root, then summarize index freshness, instruction freshness, summary-cache state, and any recommended `use:` or `run:` commands. Stop and report the exact failure if the command fails.
@@ -1,4 +1,4 @@
1
- <!-- tsift:opencode-command v=0.1.81 name=tsift-symbol-read -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81 name=tsift-test-digest -->
1
+ <!-- tsift:opencode-command v=0.1.83 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.81",
3
+ "version": "0.1.83",
4
4
  "description": "OpenCode command shortcuts for tsift bounded code navigation and session evidence",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
package/src/index.js CHANGED
@@ -57,7 +57,7 @@ export const TsiftOpenCodePlugin = async (ctx = {}) => {
57
57
  if (state !== "stale" && state !== "missing") return;
58
58
 
59
59
  try {
60
- await execFileAsync(tsiftBin, ["status", "--fix", projectDir], { timeout: 120000 });
60
+ await execFileAsync(tsiftBin, ["status", projectDir], { timeout: 120000 });
61
61
  await log({
62
62
  body: {
63
63
  service: "opencode-tsift",