greplica 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -150,13 +150,13 @@ The search eval scores `greplica graph context` retrieval with `Precision@10`, `
150
150
  | `nDCG@10` | `0.802` |
151
151
  | `GradeRecall@10` | `0.828` |
152
152
 
153
- Broader context-retrieval benchmarking, including HW context benchmark work, is ongoing and showing promising early results. We will publish those numbers when the harness and methodology are stable enough to compare fairly.
153
+ Broader context-retrieval benchmarking, including SWE-Context benchmark work, is ongoing and showing promising early results. We will publish those numbers when the harness and methodology are stable enough to compare fairly.
154
154
 
155
155
  ## Roadmap
156
156
 
157
157
  - Codex and Claude Code plugins so Greplica can be installed and used as a first-class agent integration.
158
158
  - Review UX for memory updates before the agent applies them.
159
- - HW context benchmark coverage and sharper retrieval evals for real coding tasks.
159
+ - SWE-Context benchmark coverage and sharper retrieval evals for real coding tasks.
160
160
 
161
161
  ## Commands
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greplica",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Long-term, searchable AGENTS.md for coding agents.",
5
5
  "private": false,
6
6
  "type": "module",