🧹 Clean up repository by removing development artifacts

- Remove CRUSH.md personal file
- Remove Node.js artifacts: package.json, package-lock.json, bin/ directory
- Remove Python lock file: uv.lock
- Update .gitignore to prevent future inclusion of these artifacts
- Maintain clean repository structure with only essential framework files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-08-22 20:11:21 +02:00
parent 886323b240
commit a4d1be0e26
9 changed files with 7 additions and 1118 deletions

View File

@@ -1,52 +0,0 @@
{
"name": "superclaude",
"version": "4.0.0",
"description": "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools.",
"scripts": {
"postinstall": "node ./bin/install.js",
"update": "node ./bin/update.js",
"lint": "eslint . --ext .js,.mjs,.cjs",
"test": "echo \"No tests defined yet\" && exit 0"
},
"files": [
"bin/",
"README.md",
"LICENSE"
],
"author": {
"name": "SuperClaude Org",
"url": "https://github.com/SuperClaude-Org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperClaude-Org/SuperClaude_Framework.git"
},
"bugs": {
"url": "https://github.com/SuperClaude-Org/SuperClaude_Framework/issues"
},
"homepage": "https://github.com/SuperClaude-Org/SuperClaude_Framework#readme",
"license": "MIT",
"keywords": [
"superclaude",
"ai",
"cli",
"pypi",
"python",
"wrapper",
"cross-platform",
"automation"
],
"engines": {
"node": ">=16"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/NomenAK"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"preferGlobal": true,
"type": "commonjs"
}