Task
Audit the kairos-vscode/ VSCode extension for completeness and publishability.
What to check
- Does
package.json exist and is it valid?
- Are all source files present (.ts files, not just empty scaffold)?
- Does
bun run build in the extension directory succeed?
- Are there any missing dependencies or broken imports?
- Is the extension ready to package with
vsce package?
If incomplete
Create concrete sub-issues for what needs to be built.
Validation
Extension can be packaged with vsce package without errors.
Linked Epic
Epic #1089
Task
Audit the
kairos-vscode/VSCode extension for completeness and publishability.What to check
package.jsonexist and is it valid?bun run buildin the extension directory succeed?vsce package?If incomplete
Create concrete sub-issues for what needs to be built.
Validation
Extension can be packaged with
vsce packagewithout errors.Linked Epic
Epic #1089