Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2baaed8
feat(ragmir): improve retrieval evidence fidelity
jb-thery Jul 9, 2026
9ab3661
feat(chat): add verified local Gemma runtime
jb-thery Jul 11, 2026
67a403b
feat(core): add local OCR and simplify Ragmir
jb-thery Jul 12, 2026
7f4e26b
fix(workspace): remove leftover UI package
jb-thery Jul 12, 2026
8283833
docs(packages): expand npm package guides
jb-thery Jul 12, 2026
18c2d17
docs(readme): strengthen project and package showcases
jb-thery Jul 12, 2026
fa3dc98
fix(landing): align product positioning and metadata
jb-thery Jul 12, 2026
181bf6f
feat(core): add context-efficient retrieval (#89)
jb-thery Jul 12, 2026
e4d646e
feat(core): add inspectable retrieval and monorepo routing (#91)
jb-thery Jul 12, 2026
0762149
docs: link project maintainer profiles (#94)
jb-thery Jul 13, 2026
dd2078f
feat(core): harden native agent integration (#96)
jb-thery Jul 13, 2026
0282aef
feat: refine evidence workflows and local AI positioning (#98)
jb-thery Jul 13, 2026
f607152
feat(landing): polish use cases and product fit (#99)
jb-thery Jul 13, 2026
9153952
docs: link project documentation wiki (#102)
jb-thery Jul 13, 2026
1ece288
feat: polish landing workflows and public package guides (#104)
jb-thery Jul 14, 2026
f7f51b8
feat: ship realistic local workflows and agent-first docs (#105)
jb-thery Jul 14, 2026
7c98d57
feat: align Ragmir with coding-agent workflows
jb-thery Jul 14, 2026
d2a0124
fix(ci): remove deprecated baseUrl from API check (#108)
jb-thery Jul 14, 2026
459b1f6
feat: clarify local RAG workflows and package guides (#110)
jb-thery Jul 14, 2026
a796b25
feat(core): add persistent Node.js client (#112)
jb-thery Jul 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions .github/FUNDING.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ body:
- Retrieval (search, ask, research, evaluate)
- MCP server / agent integration
- CLI
- Desktop app
- Skills (audio, report, legal)
- Documentation
- Other
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
## Security

- [ ] No secrets, private documents, `.env` files, or generated `.ragmir/` state are included.
- [ ] Public documentation does not expose private project, customer, pricing, or validation details.
- [ ] Public documentation does not expose private project, customer, or validation details.
51 changes: 0 additions & 51 deletions .github/dependabot.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/deploy-landing.yml

This file was deleted.

163 changes: 0 additions & 163 deletions .github/workflows/native-app-build.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,3 @@ jobs:
run: |
VERSION=$(git describe --tags --abbrev=0 2>/dev/null | sed 's/^v//' || echo "")
echo "version=$VERSION" >> "$GITHUB_OUTPUT"

deploy-landing:
name: Rebuild and deploy landing with new version
runs-on: ubuntu-latest
needs: release
if: needs.release.outputs.version != ''
permissions:
actions: write
contents: read
steps:
- name: Trigger landing deploy with version
uses: actions/github-script@v7
with:
script: |
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'deploy-landing.yml',
ref: 'main',
inputs: { version: '${{ needs.release.outputs.version }}' }
})
Loading
Loading