Replies: 3 comments
|
Thanks for the feedback! Yeah I'd love to add this in. Started some work on it. Hopefully will add it next week sometime. |
0 replies
|
@ethras Done! https://github.com/just-every/code/blob/main/docs/config.md#project-hooks Still needs a bit of TLC, so if you hit any issues or would like any additional hooks, please let me know. |
0 replies
|
You're the man! Thanks I'll test this out today. Is it possible to pipe to stdout from hooks like in claude code for more sophisticated control ? https://docs.claude.com/en/docs/claude-code/hooks#advanced%3A-json-output for reference |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would it be possible to add support for project-level hooks (like lifecycle events in Claude Code) and also project-specific commands? Hooks would let teams run automated actions at defined moments (e.g. before a write, after a tool run, or on session start), while project commands would give a clean way to define custom CLI commands scoped to a repo instead of global config.
Do you see these features fitting into the scope of code, or would they be better left to external tooling?
Thanksd for your awesome project !
All reactions