Commit Graph

12 Commits

Author SHA1 Message Date
b591776839 Update README: add sudo npm link and direct node run as two install methods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 07:45:09 +07:00
3fbc682f95 Add update instructions to README for existing installations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:53:55 +07:00
f9d8be647e Fix README: prioritize source install, mark npm as not yet published
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:47:47 +07:00
220e480516 Rewrite README.md for v0.2.0 with complete usage guide
- Add What's New in v0.2.0 section highlighting all new features
- Restructure into clear Installation (3 options) and Usage (5 workflows) sections
- Add sample output for list command
- Add compact CLI Reference block with all commands, options, and flags
- Move Why This Exists below How It Works for better reading flow
- Update Development section with clone URL, test counts, and publish steps
- Remove all v0.1.0 references

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:37:30 +07:00
415022d1dc Update README.md with full CLI reference and install-from-source guide
- Add CLI Reference section with all commands (init, validate, list, --version, --help)
- Document new flags: --dry-run, --backup, --force with short forms
- Add install-from-source instructions via git clone + npm link
- Update verify step to use 'antigravity-superpowers validate' instead of shell script
- Add visssoft git URL for clone instructions
- Update Development section with test count and smoke check details

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:27:39 +07:00
9f1d6eb880 Upgrade CLI to v0.2.0: add validate, list commands, --version, --dry-run, --backup flags
- Fix npm test glob pattern for Node >= 21 compatibility
- Add --version/-v flag to display package version
- Add validate command: run 78 profile checks (files, skills, frontmatter, legacy patterns, AGENTS mapping)
- Add list command: display all 13 bundled skills with descriptions
- Add --dry-run/-n flag for init: preview files without copying
- Add --backup/-b flag for init --force: backup existing .agent before overwrite
- Add name field to workflow frontmatter (brainstorm, execute-plan, write-plan)
- Expand smoke check to cover all 13 skills and new command files
- Increase test coverage from 3 to 20 tests (cli, init, validate)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:25:28 +07:00
spaceman1412
5325629a81 Fix links in README.md for Superpowers and Antigravity 2026-02-26 15:45:46 +07:00
spaceman1412
cec6478492 Add banner image to README.md for enhanced visual appeal 2026-02-26 15:39:06 +07:00
spaceman1412
1a2c198c9f Revise "Why This Exists" section in README.md for clarity on the purpose of porting Superpowers to Antigravity 2026-02-26 15:36:38 +07:00
spaceman1412
05e81d7f7e Enhance README.md with detailed project overview, usage instructions, and skill descriptions for Antigravity Superpowers 2026-02-26 15:25:52 +07:00
spaceman1412
3b3698118d Add .gitignore file to exclude unnecessary files and directories 2026-02-26 15:17:19 +07:00
spaceman1412
fd4c3c2fc7 Add new skills and utilities for enhanced writing and testing
- Introduced graphviz conventions for visualizing process flows in writing skills.
- Added a comprehensive guide on persuasion principles to improve skill design effectiveness.
- Implemented a script to render graphviz diagrams from markdown files to SVG format.
- Created a detailed reference for testing skills with subagents, emphasizing TDD principles.
- Established a task tracker template for live task management.
- Developed a shell script to check the integrity of the antigravity profile and required files.
- Added test scripts to validate the initialization of agent projects.
- Created workflows for brainstorming, executing plans, and writing plans to streamline processes.
2026-02-26 15:16:32 +07:00