pi-gsd 1.11.1 → 1.11.2

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.
@@ -125,10 +125,7 @@ export default function (pi: ExtensionAPI) {
125
125
  if (fileContent === null) {
126
126
  failed.push(relPath);
127
127
  } else {
128
- transformed = transformed.replace(
129
- match[0],
130
- `<!-- @${relPath} -->\n${fileContent}\n<!-- /@${relPath} -->`,
131
- );
128
+ transformed = transformed.replace(match[0], fileContent);
132
129
  }
133
130
  }
134
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-gsd",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "description": "Get Shit Done - Unofficial port of the renowned AI-native project-planning spec-driven toolkit",
5
5
  "main": "dist/pi-gsd-tools.js",
6
6
  "bin": {