opencodekit 0.2.6 → 0.2.7

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
@@ -750,7 +750,7 @@ var cac = (name = "") => new CAC(name);
750
750
  // package.json
751
751
  var package_default = {
752
752
  name: "opencodekit",
753
- version: "0.2.6",
753
+ version: "0.2.7",
754
754
  description: "CLI tool for bootstrapping and managing OpenCodeKit projects",
755
755
  type: "module",
756
756
  repository: {
@@ -124,7 +124,8 @@
124
124
  "./plugin/superpowers.ts",
125
125
  "./plugin/notification.ts",
126
126
  "@tarquinen/opencode-dcp@latest",
127
- "@howaboua/pickle-thinker@0.1.3"
127
+ "@howaboua/pickle-thinker@0.1.3",
128
+ "@franlol/opencode-md-table-formatter@0.0.3"
128
129
  ],
129
130
  "provider": {
130
131
  "github-copilot": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodekit",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "CLI tool for bootstrapping and managing OpenCodeKit projects",
5
5
  "type": "module",
6
6
  "repository": {