* docs: note Windows is not currently supported
* chore: align marketplace version with package.json
* docs: rewrite CHANGELOG with 0.2.0 as initial CLI release
* docs: remove zero startup cost from README features
* feat: add install-skill interactive command
* chore: add rustfmt and prettier with CI checks
* docs: simplify changelog
* docs: add _snapshotForAI to help output
* docs: expand LLM usage guide in help output
* feat: add --timeout flag for script execution
* feat: add snapshot helper for LLM-friendly page inspection
* docs: document snapshotForAI, remove custom snapshot helper
* docs: add approach guidance to LLM help
* release: v0.2.1
This commit deletes outdated files related to the dev-browser package, including the `TODO.md`, `package.json`, `plugin.json`, and `start-server.ts`, as part of a cleanup effort. Additionally, the marketplace configuration is updated to reflect the new name and email for the owner, along with adjustments to the plugin source and description. These changes streamline the project structure and improve clarity in the marketplace setup.
This commit introduces several development tools to improve code quality and maintainability within the dev-browser package. Key changes include:
- Addition of `husky` for managing Git hooks, ensuring that pre-commit checks are enforced.
- Integration of `lint-staged` to run linters on staged files, promoting consistent code style.
- Implementation of `prettier` for automatic code formatting, enhancing readability and reducing style discrepancies.
- Updates to the `package.json` and `bun.lock` files to include the new dependencies and scripts for formatting and linting.
These enhancements aim to streamline the development process and maintain high code quality standards across the project.
Updates the marketplace configuration to reflect the new source path for the dev-browser plugin. Removes outdated package.json, plugin.json, and related scripts to streamline the project structure and eliminate redundancy.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Set up dev-browser plugin with marketplace configuration and
placeholder skill for browser automation implementation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>