Commit Graph

8 Commits

Author SHA1 Message Date
Sawyer Hood afe83d847f chore: bump version to 0.2.3 (#67) 2026-03-25 15:32:16 -07:00
Sawyer Hood 285b1cdad8 release: v0.2.2 2026-03-20 09:04:02 -07:00
Sawyer Hood 207ceea8d9 release: v0.2.1 (#58)
* 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
2026-03-19 15:49:16 -07:00
Sawyer Hood 5281e4ac95 Update marketplace.json to increment version from 1.0.0 to 1.0.1 2025-12-10 20:09:48 -08:00
Sawyer Hood fe799d69fb Remove deprecated files and update marketplace configuration for dev-browser
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.
2025-12-03 16:02:12 -08:00
Sawyer Hood 16d77681f3 Enhance dev-browser with linting and formatting tools
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.
2025-12-03 09:51:35 -08:00
Sawyer Hood faca65c8d3 Refactor dev-browser plugin structure and remove obsolete files
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)
2025-12-02 14:12:08 -08:00
Sawyer Hood e9ae3cf08a Add Claude Code plugin and marketplace structure
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>
2025-12-02 11:27:14 -08:00