Skip to content

Commit ed13e76

Browse files
committed
cleanup
1 parent 55aefbc commit ed13e76

15 files changed

+29
-1651
lines changed

.github/workflows/homebrew.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,23 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Set up local Homebrew tap
18+
run: |
19+
tap_dir="$(brew --repository)/Library/Taps/humanassisted/homebrew-jacs"
20+
mkdir -p "$tap_dir/Formula"
21+
cp ./Formula/jacs.rb "$tap_dir/Formula/"
22+
cp ./Formula/haisdk.rb "$tap_dir/Formula/"
23+
1724
- name: Install JACS formula
18-
run: brew install --formula ./Formula/jacs.rb
25+
run: brew install humanassisted/jacs/jacs
1926

2027
- name: Smoke test JACS CLI + MCP helpers
2128
run: |
2229
jacs version
2330
jacs mcp --help
2431
25-
- name: Install HAISDK formula
26-
run: brew install --formula --HEAD ./Formula/haisdk.rb
32+
- name: Install HAISDK formula (HEAD)
33+
run: brew install --HEAD humanassisted/jacs/haisdk
2734

2835
- name: Smoke test HAISDK CLI
2936
run: |

Test_Suite_Review_Report.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/PASSWORD_SECURITY_PLAN.md

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)