chore: prepare for Hacker News launch

- Add MIT LICENSE file
- Fix YOUR_ORG placeholders in README and DEPLOYMENT docs
- Fix Node.js version mismatch in release workflow (21 → 22)
- Delete 17 internal debug/development docs
- Rewrite hero section for clarity (explain what TPMJS is in seconds)
- Add "What is TPMJS?" section to landing page
- Fix hardcoded emails to hello@tpmjs.com
- Fix hardcoded dates to December 2024
- Add package metadata (author, license, repository) to all published packages
- Clean up AI-sounding language throughout
- Add comprehensive LAUNCH_REVIEW.md with checklist

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ajax Davis 2025-12-28 11:46:59 +10:00
parent 751fc24bfd
commit c0c805b7b1
40 changed files with 569 additions and 39423 deletions

View file

@ -1,6 +1,18 @@
{
"name": "@tpmjs/monorepo",
"version": "0.0.0",
"description": "Tool Package Manager for AI Agents - discover, share, and integrate tools",
"author": "TPMJS",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tpmjs/tpmjs.git"
},
"homepage": "https://tpmjs.com",
"bugs": {
"url": "https://github.com/tpmjs/tpmjs/issues"
},
"keywords": ["tpmjs", "ai", "agents", "tools", "mcp", "typescript", "npm"],
"private": true,
"type": "module",
"engines": {