Skip to content

ci: Add missing prettier dependency and formatting steps#105

Merged
edenreich merged 1 commit intomainfrom
ci/add-missing-dependecies
Oct 11, 2025
Merged

ci: Add missing prettier dependency and formatting steps#105
edenreich merged 1 commit intomainfrom
ci/add-missing-dependecies

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

Summary

  • Install prettier in both CI and Claude Code workflows
  • Add formatting steps for Go files (gofmt) and markdown files (prettier) in CI
  • Ensures task format command works correctly in CI environment

Fixes

Closes #103

Test plan

  • CI workflow runs successfully with prettier installed
  • Formatting steps execute without errors
  • Claude Code workflow can use prettier for markdown formatting

🤖 Generated with Claude Code

Signed-off-by: Eden Reich <eden.reich@gmail.com>
@edenreich edenreich merged commit f2a1994 into main Oct 11, 2025
1 check passed
@edenreich edenreich deleted the ci/add-missing-dependecies branch October 11, 2025 18:49
ig-semantic-release-bot bot added a commit that referenced this pull request Oct 11, 2025
## [0.14.0](v0.13.1...v0.14.0) (2025-10-11)

### ✨ Features

* Add the callbacks ready to be used by the agent ([#94](#94)) ([84632f3](84632f3))
* **types:** Refactor Part deserialization to use concrete types ([#104](#104)) ([22d192e](22d192e)), closes [#102](#102)

### ♻️ Improvements

* Consolidate the logic of the agent and remove redundancy ([#93](#93)) ([54e5e71](54e5e71))
* **docker-compose:** Remove port mappings for server service to avoid confusion ([3df7b08](3df7b08))
* **server:** Remove handler duplication between A2AServerImpl and DefaultA2AProtocolHandler ([#101](#101)) ([75b9c20](75b9c20))

### 🐛 Bug Fixes

* Improve validation logic for task handler configuration ([#98](#98)) ([34d6354](34d6354))

### 👷 CI

* Add Prettier setup and formatting steps for Go and markdown files ([#105](#105)) ([f2a1994](f2a1994))

### 📚 Documentation

* **examples:** Add input-required flow examples ([#96](#96)) ([17764f3](17764f3))

### 🔧 Miscellaneous

* **deps:** Update claude-code to 2.0.8 and install gh cli version 2.81.0 in flox environment ([4d6e41a](4d6e41a))
@ig-semantic-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Prettier not installed for markdown formatting in the Claude CI

1 participant