phernandez
3050fe8318
ci: replace flaky just.systems curl install with extractions/setup-just action
...
The just.systems install script intermittently returns HTTP 403, causing
CI jobs to fail before tests even run. The extractions/setup-just GitHub
Action downloads from GitHub releases instead, which is reliable.
Also removes the separate Windows choco install step since the action
handles all platforms natively.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-13 15:39:11 -06:00
Paul Hernandez
d84708ca7f
feat: add per-project local/cloud routing with API key auth ( #555 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 09:52:50 -06:00
Paul Hernandez
1428d18de1
fix: make semantic search dependencies optional extras ( #566 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-12 21:46:26 -06:00
phernandez
d9c8923148
fix ci runner for tests
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-01 21:16:10 -06:00
phernandez
0715dcff3d
run ubuntu tests on depot
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-31 23:25:46 -06:00
Paul Hernandez
863e0a4e24
fix: prevent CLI commands from hanging on exit (Python 3.14) ( #505 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 16:47:35 -06:00
Paul Hernandez
5947f04bd3
refactor: composition roots, deps split, and typed API clients ( #490 roadmap) ( #502 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-04 11:05:58 -06:00
Paul Hernandez
b4486d20bd
test: remove stdlib mocks, strengthen integration coverage ( #489 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-02 14:22:01 -06:00
Paul Hernandez
4a43d7df4a
remove logfire instrumentation
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-12-13 15:22:14 -06:00
Paul Hernandez
fb5e9e1d77
feat: Add PostgreSQL database backend support ( #439 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-20 11:20:29 -06:00
phernandez
66b91b2847
ci: Add PostgreSQL testing to GitHub Actions workflow
...
Add Postgres service container and separate test step for PostgreSQL backend testing.
The Postgres tests only run on Linux runners since GitHub Actions service containers
are only available on Linux.
- Add postgres:17 service container with health checks
- Add 'Run tests (Postgres)' step with Linux-only condition
- Rename existing test step to 'Run tests (SQLite)' for clarity
This enables CI testing of dual database backend support introduced in the
postgres-support feature branch.
Signed-off-by: phernandez <paul@basicmachines.co >
2025-11-18 12:25:18 -06:00
Drew Cain
0ba6f219f1
fix: Windows CLI Unicode encoding errors ( #411 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Signed-off-by: Claude <noreply@anthropic.com >
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
Co-authored-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-11-02 10:20:48 -06:00
Paul Hernandez
c0538ad2dd
perf: Optimize sync/indexing for 43% faster performance ( #352 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-12 14:41:44 -05:00
Paul Hernandez
16d7eddbf7
ci: Add Python 3.13 to test matrix ( #331 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-10-04 01:12:44 -05:00
Paul Hernandez
f40ab31685
feat: chatgpt tools for search and fetch ( #305 )
...
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
Signed-off-by: Drew Cain <groksrc@gmail.com >
Co-authored-by: Drew Cain <groksrc@gmail.com >
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com >
Co-authored-by: Drew Cain <groksrc@users.noreply.github.com >
2025-09-25 11:55:56 -05:00
phernandez
bcf7f40979
fix: Correct GitHub workflow conditions for org member @claude mentions
...
Fixed the conditional logic in claude.yml to properly handle different event types:
- Use github.event.comment.author_association for issue_comment events
- Use github.event.sender.author_association for other events
- Maintain support for all basicmachines-co org members (OWNER/MEMBER/COLLABORATOR)
This ensures @claude mentions in PR comments trigger the workflow correctly.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2025-09-23 10:00:51 -05:00
Paul Hernandez
8c7e29e325
chore: Update Claude Code GitHub Workflow ( #308 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-23 09:50:38 -05:00
Paul Hernandez
e0d8aeb149
feat: Basic memory cloud upload ( #296 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Signed-off-by: Drew Cain <groksrc@gmail.com >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Drew Cain <groksrc@gmail.com >
2025-09-16 15:07:14 -05:00
Drew Cain
7a8b08d11e
fix: Windows test failures and add Windows CI support ( #273 )
...
Signed-off-by: Drew Cain <groksrc@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-25 08:58:24 -05:00
phernandez
e5923a0378
allow web_search in claude github action
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-06-26 09:29:23 -05:00
Drew Cain
a52ce1c860
fix: only update Homebrew on stable releases
...
Signed-off-by: Drew Cain <groksrc@gmail.com >
2025-06-21 08:12:23 -05:00
phernandez
616c1f0710
feat: switch from Docker Hub to GitHub Container Registry
...
🏴 Fighting the power! No more $15/month Docker Hub fees.
- Use ghcr.io/basicmachines-co/basic-memory for container images
- Native GitHub integration with GITHUB_TOKEN (no external secrets)
- Update all documentation and examples to use GHCR
- Remove Docker Hub description update step (not needed for GHCR)
- Completely free solution for public repositories
Docker users can now:
docker pull ghcr.io/basicmachines-co/basic-memory:latest
2025-06-20 15:57:49 -05:00
Paul Hernandez
74847cc380
feat: implement Docker CI workflow for automated image publishing ( #159 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-20 15:42:55 -05:00
Drew Cain
2ce8a8e4b0
feat: Automatically update Homebrew
...
Signed-off-by: Drew Cain <groksrc@users.noreply.github.com >
2025-06-18 22:00:02 -05:00
Drew Cain
f8099cd004
feat: Automatically update Homebrew ( #147 )
...
Signed-off-by: Drew Cain <groksrc@users.noreply.github.com >
2025-06-18 21:54:49 -05:00
phernandez
126d1655e6
fix: simplify versioning for release workflow
...
- Use static API version 'v0' instead of dynamic package version
- Remove version verification step in release workflow
- Dynamic versioning handled by uv-dynamic-versioning at build time
2025-06-09 15:25:20 -05:00
phernandez
f608cd13f1
add justfile instead of Makefile, add ignores to test coverage
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-06-05 12:26:31 -05:00
Paul Hernandez
634486107b
feat: v0.13.0 pre ( #122 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-03 01:00:40 -05:00
Paul Hernandez
5ec4087f7c
feat: Add Claude Code GitHub Workflow ( #120 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-05-28 14:45:33 -05:00
phernandez
1844e58210
Add pull_request_target trigger to test workflow with explanatory comment
2025-04-05 20:30:05 -05:00
phernandez
7fbb5ebfc5
Update claude-code-github-action to v0.11.0 with backtick handling fix
2025-04-05 20:04:18 -05:00
phernandez
f58852954b
Update to claude-code-github-action v0.10.0 to check comment author for org membership
2025-04-05 12:54:33 -05:00
phernandez
edd426b99f
Update to claude-code-github-action v0.9.0 with organization membership check fix
2025-04-05 12:42:35 -05:00
phernandez
6b4a421315
Update to claude-code-github-action v0.8.0 with PERSONAL_ACCESS_TOKEN support
2025-04-05 12:13:05 -05:00
phernandez
4632405446
Fix claude-code-actions.yml to use v0.7.0 of basicmachines-co action
2025-04-05 12:01:04 -05:00
phernandez
3a6d5ff58d
update claude code actions
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-04-04 23:31:08 -05:00
phernandez
03de85ec32
add claude code github action workflow
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-04-04 21:20:40 -05:00
Paul Hernandez
3070ade69a
Create dependabot.yml
...
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-03-15 10:34:53 -05:00
Paul Hernandez
e6496df595
feat: Beta work ( #17 )
...
feat: Add multiple projects support
feat: enhanced read_note for when initial result is not found
fix: merge frontmatter when updating note
fix: handle directory removed on sync watch
2025-03-05 18:46:04 -06:00
phernandez
41868fd34c
Add contributing docs and github workflows
2025-03-01 15:46:51 -06:00
phernandez
65ebe5d194
fix: fix osx installer github action
2025-02-14 18:11:44 -06:00
phernandez
8370a06b6c
re-add xattr
2025-02-14 17:55:23 -06:00
phernandez
3270e6d82b
upload build artifacts
2025-02-14 17:49:35 -06:00
phernandez
c05d363a99
comment out xattr
2025-02-14 17:44:46 -06:00
phernandez
a8ffe051ea
install dev deps
2025-02-14 17:29:54 -06:00
phernandez
2c74434e99
install librrsvg
2025-02-14 17:22:50 -06:00
phernandez
bea3d6c889
wtf setup python
2025-02-14 17:20:23 -06:00
phernandez
14539010b1
wtf
2025-02-14 17:16:10 -06:00
phernandez
a19287c967
add installer build step back in
2025-02-14 17:09:22 -06:00
phernandez
64430b850e
installer debug
2025-02-14 16:54:37 -06:00