You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance write-note tool with logging and input/output hooks
- Added logging for input streaming start, input availability, and output completion in the write-note tool.
- Improved traceability of tool execution with detailed log messages.
chore: add .gitignore for trunk directory
- Created a .gitignore file to exclude unnecessary files and directories from version control.
chore: add yamllint configuration
- Introduced a yamllint configuration file to enforce YAML formatting rules.
chore: initialize trunk configuration
- Created a trunk.yaml file to configure the behavior of Trunk, including enabled runtimes and linters.
- Specified versions for various tools and plugins to ensure consistent development environment.
0 commit comments