Skip to content

Commit 303af31

Browse files
AdarshAdarsh
authored andcommitted
refactor: convert to pure TypeScript plugin for native OpenCode integration
- Rewrite entire plugin in TypeScript using @opencode-ai/plugin SDK - Components: intent detection, workflow engine, orchestrator, skills, dashboard - 32 passing tests - Ready for native OpenCode plugin loading
1 parent 3eeea72 commit 303af31

38 files changed

Lines changed: 1136 additions & 4713 deletions

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ multiarc-plugin
1313
*.out
1414

1515
# Dependency directories
16+
node_modules/
1617
vendor/
1718

19+
# Build output
20+
dist/
21+
1822
# IDE
1923
.idea/
2024
.vscode/
@@ -32,3 +36,6 @@ Thumbs.db
3236
# Go workspace
3337
go.work
3438
go.work.sum
39+
40+
# Lock files
41+
package-lock.json

analytics/reporter.go

Lines changed: 0 additions & 149 deletions
This file was deleted.

analytics/tracker.go

Lines changed: 0 additions & 81 deletions
This file was deleted.

config/config.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)