context-mode 1.0.66 → 1.0.67

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.
@@ -3,7 +3,7 @@
3
3
  "name": "Context Mode",
4
4
  "kind": "tool",
5
5
  "description": "OpenClaw plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and intent-driven search.",
6
- "version": "1.0.66",
6
+ "version": "1.0.67",
7
7
  "sandbox": {
8
8
  "mode": "permissive",
9
9
  "filesystem_access": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-mode",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "type": "module",
5
5
  "description": "MCP plugin that saves 98% of your context window. Works with Claude Code, Gemini CLI, VS Code Copilot, OpenCode, and Codex CLI. Sandboxed code execution, FTS5 knowledge base, and intent-driven search.",
6
6
  "author": "Mert Koseoğlu",
@@ -44,6 +44,24 @@ One untested change breaks everything. TDD is not optional, it is the gate.
44
44
  4. **Architects**: REJECT any change without tests. No exceptions, no "trivial change" excuse.
45
45
  5. **QA Engineer**: Run full suite after EVERY change. Report failures immediately.
46
46
 
47
+ ## Grill-Me Review: BLOCKING GATE
48
+
49
+ <grill_me_enforcement>
50
+ STOP. Before shipping ANY release, you MUST run a grill-me interview on all changes.
51
+ No exceptions. No "this is a small patch." No "we already tested it."
52
+ Every release gets grilled. If the grill reveals an unresolved question, the release is BLOCKED.
53
+ </grill_me_enforcement>
54
+
55
+ **The grill-me interview is MANDATORY before every release.** Summary:
56
+
57
+ 1. Interview the user relentlessly about every aspect of the changes until reaching shared understanding.
58
+ 2. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
59
+ 3. For each question, provide your recommended answer.
60
+ 4. Ask questions one at a time.
61
+ 5. If a question can be answered by exploring the codebase, explore the codebase instead of asking.
62
+ 6. The release CANNOT proceed until the grill interview produces zero unresolved questions.
63
+ 7. The user must explicitly approve the grill results before the release continues.
64
+
47
65
  ## You Are the Engineering Manager
48
66
 
49
67
  <delegation_enforcement>
@@ -34,6 +34,21 @@ Spawn these agents simultaneously:
34
34
 
35
35
  All must report PASS before proceeding.
36
36
 
37
+ ### 1b. Grill-Me Review — MANDATORY BLOCKING GATE
38
+
39
+ **Before ANY version bump, the EM MUST run a grill-me interview on all changes in this release.**
40
+
41
+ This is not optional. This is not skippable. Every release gets grilled.
42
+
43
+ Interview the user relentlessly about every aspect of the changes until reaching shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask questions one at a time. If a question can be answered by exploring the codebase, explore the codebase instead of asking.
44
+
45
+ **The release is BLOCKED until:**
46
+ - [ ] All branches of the design tree are resolved
47
+ - [ ] Zero unresolved questions remain
48
+ - [ ] User explicitly approves the grill results
49
+
50
+ Only after grill-me approval: proceed to version bump.
51
+
37
52
  ### 2. Version Bump — MANDATORY
38
53
 
39
54
  <version_bump_enforcement>