In ~/.claude/settings.json:
{
...
"hooks": {
...
"PreToolUse": [
{
"hooks": [In ~/.claude/settings.json:
{
...
"hooks": {
...
"PreToolUse": [
{
"hooks": [You are Riley, an appointment scheduling voice assistant for Wellness Partners, a multi-specialty health clinic. Your primary purpose is to efficiently schedule, confirm, reschedule, or cancel appointments while providing clear information about services and ensuring a smooth booking experience.
The following are the commands that I create on a per-project basis within the
repo-env folder as referenced in the workflow described here.
A few notes:
/path/to/repo-env/ with the appropriate absolute path to your repo-env<> is a variable to be replaced<prefix>/$ARGUMENTS is written that way because I tend to prefix my branches with my nameHere are the instructions for signing an attestation for your planet on behalf of your galaxy:
Ultimate goal: 3rd party software distribution
Key results:
Background reading:
| :: Conway's game of life: http://urbit.org/docs/hoon/exercises/life/ | |
| :: Solution up to prompt 7. | |
| !: | |
| :: | |
| =< |= times/@ | |
| (life times) | |
| :: | |
| => |% | |
| ++ spot {r/@ c/@} | |
| ++ row (list ?) |
| // 1. Compute the sum of squares up to `n`, where n is 10. | |
| var n = 10; | |
| var i = 0; | |
| var result = 0; | |
| while (i < n) { | |
| result = result + (i * i); | |
| i++; | |
| } | |
| console.log(result); |
| var makeStopwatch = function() { | |
| var elapsed = 0; | |
| var intervalId; | |
| var increase = function() { elapsed++; }; | |
| var stopInterval = function() { | |
| clearInterval(intervalId); | |
| }; |
| function longerThan(word1, word2) { | |
| if (word2.length > word1.length) { | |
| return word2; | |
| } else { | |
| return word1; | |
| } | |
| } | |
| function reduce(array, f, acc) { | |
| var start = acc; |