Commit e2e80f0
fix(manifest): restore valid plugin metadata structure (#5)
## Summary
Restore the corrupted manifest.json file to valid JSON with proper
plugin metadata.
## What Changed
The manifest.json file was corrupted (contained only "2.0.0" as plain
text instead of valid JSON). This prevented the build from succeeding
and would break plugin installation.
## What This Fixes
- ✅ Restores valid JSON structure with all required plugin metadata
- ✅ Includes correct plugin ID, name, version, and description
- ✅ Restores author information and funding URLs
- ✅ Enables successful build (`mise run build` now passes)
## Verification
- [x] Build succeeds: `dist/main.js` and `dist/manifest.json` created
- [x] No TypeScript errors
- [x] All tests passing (13/13)
- [x] Git status clean
## Related Issues
Fixes build pipeline corruption discovered during Story 4.5.1 code
review.
Co-authored-by: Development <development@local>1 parent 1e1c998 commit e2e80f0
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments