Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"hooks": [
{
"type": "command",
"command": "./node_modules/.bin/rhachet run --repo ehmpathy --role mechanic --init claude.hooks/sessionstart.notify-permissions",
"timeout": 5,
"command": "./node_modules/.bin/rhachet roles boot --repo .this --role any --if-present",
"timeout": 60,
"author": "repo=ehmpathy/role=mechanic"
},
{
"type": "command",
"command": "./node_modules/.bin/rhachet roles boot --repo .this --role any --if-present",
"command": "./node_modules/.bin/rhachet roles boot --repo ehmpathy --role mechanic",
"timeout": 60,
"author": "repo=ehmpathy/role=mechanic"
},
{
"type": "command",
"command": "./node_modules/.bin/rhachet roles boot --repo ehmpathy --role mechanic",
"timeout": 60,
"command": "./node_modules/.bin/rhachet run --repo ehmpathy --role mechanic --init claude.hooks/sessionstart.notify-permissions",
"timeout": 5,
"author": "repo=ehmpathy/role=mechanic"
}
]
Expand Down
9 changes: 9 additions & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ignorePatterns:
- 'provision/**'
ignores:
- depcheck
- declapract
Expand All @@ -19,3 +21,10 @@ ignores:
- tsx
- tsc-alias
- yalc
- "@tsconfig/node-lts-strictest"
- core-js
- test-fns
- ts-jest
- ts-node
- declastruct
- declastruct-github
4 changes: 0 additions & 4 deletions blackbox/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import { Stage, stage } from '../src/utils/environment';

export const locally = process.env.LOCALLY === 'true'; // whether we want to acceptance test locally or deployed lambda

export const testInProdOnly = stage === Stage.PRODUCTION ? test : test.skip; // allow testing in prod env only (sometimes we don't deploy certain things in dev / test)
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
"prepare": "if [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi"
},
"dependencies": {
"domain-objects": "0.31.9",
"helpful-errors": "1.5.3",
"type-fns": "1.21.0"
},
"devDependencies": {
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"exclude": [
"dist",
"coverage",
"node_modules"
"node_modules",
"provision"
]
}