opencode-knowledge 0.1.0 → 0.2.0-next.1

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 CHANGED
@@ -52,7 +52,7 @@ function updateSessionState(sessionId, updates) {
52
52
  }
53
53
 
54
54
  // src/index.ts
55
- var __dirname = "/Users/marcos/workspace/ai/opencode-knowledge-2/src";
55
+ var __dirname = "/home/runner/work/opencode-knowledge/opencode-knowledge/src";
56
56
  var logToFile = async (message) => {
57
57
  try {
58
58
  const logEntry = `${new Date().toISOString()}: ${message}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-knowledge",
3
- "version": "0.1.0",
3
+ "version": "0.2.0-next.1",
4
4
  "description": "An OpenCode plugin",
5
5
  "author": {
6
6
  "name": "msegoviadev",
@@ -1,5 +0,0 @@
1
- ---
2
- description: Test if context injection works
3
- ---
4
-
5
- This is a context test. If you can see this message AND you see "SIMPLE CONTEXT TEST" above, then context injection is working.
@@ -1,5 +0,0 @@
1
- ---
2
- description: A friendly greeting command
3
- ---
4
-
5
- Say hello to the user in a friendly and creative way.
@@ -1,5 +0,0 @@
1
- ---
2
- description: Minimal test to see if ANY hook works
3
- ---
4
-
5
- Just testing hook system.
@@ -1,9 +0,0 @@
1
- ---
2
- description: Display current configured personality and debug plugin state
3
- ---
4
-
5
- ## description: Display the current configured personality
6
-
7
- This command displays your current personality configuration and asks the AI to introduce itself according to that role.
8
-
9
- The personality context should be automatically injected above this message if the plugin is working correctly.