repo_id
stringclasses
92 values
cross_repo_split
stringclasses
1 value
commit_index
int32
0
179
commit_sha
stringlengths
40
40
commit_timestamp
stringdate
2024-09-02 14:15:34+0800
2026-05-06 20:19:13+0800
in_repo_split
stringclasses
3 values
production_code_diff
large_stringlengths
0
22.7M
n_new_assertions
int32
1
3.53k
YuminosukeSato/bsts-causalimpact
ood_test
14
a0a912a3f3026df653d84bc102bdac6bb3c85e6f
2026-03-23T01:32:54+09:00
train
diff --git a/docs/api.md b/docs/api.md new file mode 100644 index 0000000..ff83376 --- /dev/null +++ b/docs/api.md @@ -0,0 +1,85 @@ +# API Reference + +## `CausalImpact` + +```python +from causal_impact import CausalImpact + +ci = CausalImpact(data, pre_period, post_period, model_args=None, alpha=0.05) +``` + +### Cons...
14
YuminosukeSato/bsts-causalimpact
ood_test
15
5c31d5baee34270843334c91038d837fa9d1dee7
2026-03-23T01:33:11+09:00
train
diff --git a/python/causal_impact/data.py b/python/causal_impact/data.py index 8aa9060..9dfe6cf 100644 --- a/python/causal_impact/data.py +++ b/python/causal_impact/data.py @@ -185,9 +185,7 @@ class DataProcessor: return pre_start, pre_end, post_start, post_end @staticmethod - def _validate_periods( ...
54
YuminosukeSato/bsts-causalimpact
ood_test
16
c41e7d4c1a156488661a88769f28915592cf2979
2026-03-23T02:26:15+09:00
train
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2616e19 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on Keep a Changelog. + +## [1.0.0] - 2026-03-23 + +### Added + +- Added `stat...
79
YuminosukeSato/bsts-causalimpact
ood_test
17
a72309594194b88d23eedc9dfbd0341493113845
2026-03-23T13:15:46+09:00
train
19
YuminosukeSato/bsts-causalimpact
ood_test
18
778dd407d70a8df4676a3ecb443329983ef395f2
2026-03-23T14:09:45+09:00
train
diff --git a/README.md b/README.md index 47906f5..bdeaf16 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Tests run on every commit with seed-fixed MCMC for deterministic reproduction. |---|---|---| | `point_effect_mean` | ±3% relative | Passing on core scenarios | | `cumulative_effect_total` | ±3% relati...
46
YuminosukeSato/bsts-causalimpact
ood_test
19
3fd25a64c75e4c3c70f019d4c3ce3f2a66a3aa88
2026-03-23T18:11:27+09:00
train
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2616e19..1cfe49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. +## [1.1.0] - 2026-03-23 + +### Changed + +- Seasonal component: migrated from ...
74
YuminosukeSato/bsts-causalimpact
ood_test
20
8e4b279b713d4553240679c88fab2d6d2cc0a031
2026-03-24T13:36:08+09:00
train
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfe49c..72cd763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. +## [1.3.1] - 2026-03-23 + +### Changed + +- Reduced Rust-side boundary copies ...
121
YuminosukeSato/bsts-causalimpact
ood_test
21
9fc5d41b2d09e40e7b524bb30c6dcf8bce7dfe80
2026-03-24T13:52:49+09:00
val
diff --git a/README.md b/README.md index 8482712..656e73a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![PyPI version](https://img.shields.io/pypi/v/bsts-causalimpact)](https://pypi.org/project/bsts-causalimpact/) [![Python](https://img.shields.io/pypi/pyversions/bsts-causalimpact)](https://pypi.org/projec...
11
YuminosukeSato/bsts-causalimpact
ood_test
22
8cd501b1670d6180a01ced07ec21439eb112e431
2026-03-24T15:08:31+09:00
val
diff --git a/python/causal_impact/__init__.py b/python/causal_impact/__init__.py index 5f855ef..59b894b 100644 --- a/python/causal_impact/__init__.py +++ b/python/causal_impact/__init__.py @@ -3,5 +3,6 @@ from causal_impact._core import __version__ from causal_impact.main import CausalImpact from causal_impact.optio...
77
YuminosukeSato/bsts-causalimpact
ood_test
23
f7b59fa720994daa3541f28c2d74d8e2f099b2c2
2026-03-24T20:47:48+09:00
test
diff --git a/README.md b/README.md index 656e73a..2611fe3 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Posterior prob. of a causal effect: 99.90% | Spike-and-slab | Yes | Yes | Unknown | No | No | | Seasonal component | Yes | Yes (`nseasons`, `season_duration`) | Unknown | Yes (TFP STS) | No | | Dynami...
27
YuminosukeSato/bsts-causalimpact
ood_test
24
b652ba18bf4fe4aa2a4dd0d68e2c4aa842d8bab2
2026-03-25T15:47:09+09:00
test
diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cd763..ab341b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. +## [Unreleased] + +### Added + +- DATE decomposition (`ci.decompose()`): decom...
102
YuminosukeSato/bsts-causalimpact
ood_test
25
938c8abd2f619d4fd619559db5f0074979ee7944
2026-03-25T17:05:24+09:00
test
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab341b5..1f153c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ The format is based on Keep a Changelog. ### Added +- Horseshoe prior as alternative to spike-and-slab via `ModelOptions(prior_type='horseshoe')` + (Kohns & Bhattacharjee 2022, arXiv:2011....
85
YuminosukeSato/bsts-causalimpact
ood_test
26
c78c168291346aa03abdafb0655fb92f97ed7ea1
2026-03-26T15:56:45+09:00
test
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f153c0..5ad79b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on Keep a Changelog. ## [Unreleased] +### Removed + +- DATE decomposition (`ci.decompose()`, `DateDecomposition`, `EffectComponent`). + The linear trend basis poses con...
30
adamwang99/NEUTRON-EVO-OS
ood_test
0
b932d98d74303e998213c5966d96c39ba4b7814b
2026-04-01T12:08:32+07:00
train
diff --git a/AI_CONTEXT_MASTER.md b/AI_CONTEXT_MASTER.md new file mode 100644 index 0000000..bc0f5ad --- /dev/null +++ b/AI_CONTEXT_MASTER.md @@ -0,0 +1,95 @@ +# 🚀 AI CONTEXT MASTER - SYSTEM PROMPT + +> This is the main system prompt to embed into any AI Agent +> Turn it into AI Context Master - Universal Context OS +...
33
adamwang99/NEUTRON-EVO-OS
ood_test
1
7b7823a069b9801c6b769068afdaf24dc619ee6a
2026-04-06T11:38:11+07:00
train
diff --git a/.pre-commit/check-credentials.py b/.pre-commit/check-credentials.py new file mode 100644 index 0000000..d286702 --- /dev/null +++ b/.pre-commit/check-credentials.py @@ -0,0 +1,55 @@ +#!/usr/bin/env python3 +""" +check-credentials.py — pre-commit hook +Fails if any file being committed contains API keys, se...
20
adamwang99/NEUTRON-EVO-OS
ood_test
2
8cc3b20038bcffe96f497454483fca2188a1d008
2026-04-06T12:19:20+07:00
train
diff --git a/.pre-commit/check-credentials.py b/.pre-commit/check-credentials.py index d286702..e7d413e 100644 --- a/.pre-commit/check-credentials.py +++ b/.pre-commit/check-credentials.py @@ -8,9 +8,14 @@ import re import sys CREDENTIAL_PATTERNS = [ - re.compile(r"(?i)(?:api[_-]?key|secret[_-]?key|auth[_-]?toke...
33
adamwang99/NEUTRON-EVO-OS
ood_test
3
e0c5f0808226e8c2d72f67c76af2dfe9eca2970d
2026-04-06T18:52:19+07:00
val
diff --git a/NEUTRON_CONTEXT.md b/NEUTRON_CONTEXT.md index 1c95bf0..8d4fdf6 100644 --- a/NEUTRON_CONTEXT.md +++ b/NEUTRON_CONTEXT.md @@ -1,148 +1,54 @@ -# NEUTRON EVO OS — Global Context +# NEUTRON EVO OS — Context (Keep Short) -## 🚨 MANDATORY FIRST STEP +## MANDATORY: Read this FIRST -**BEFORE doing ANYTHING else...
55
adamwang99/NEUTRON-EVO-OS
ood_test
4
875f17d50ea9f427ddecdb5a5ec7eebc67516506
2026-04-08T13:24:33+07:00
test
diff --git a/.pre-commit/auto-decision.py b/.pre-commit/auto-decision.py new file mode 100644 index 0000000..5b39988 --- /dev/null +++ b/.pre-commit/auto-decision.py @@ -0,0 +1,235 @@ +#!/usr/bin/env python3 +""" +auto-decision.py — pre-commit hook +Automatically records TECH CHOICES as user decisions when files change...
39
adoptai/noui
ood_test
0
9acc38213c58f6e1511ae333ec74fbc1ab751339
2026-04-08T11:33:40-03:00
train
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3ff853 --- /dev/null +++ b/README.md @@ -0,0 +1,330 @@ +# NoUI + +> **Skip the UI. Turn any website into fast, reliable APIs for +> agents.**\ +> *Go beyond Claw. Call the underlying APIs.*\ +> *Skip Computer-use Agents.* + +-----------------------...
622
adoptai/noui
ood_test
1
4ef3113f855a2eab7b770707e0f11cc23c6546cc
2026-04-08T19:24:56-03:00
train
diff --git a/README.md b/README.md index d3ff853..c8e3aa2 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,10 @@ No clicks. No DOM parsing. No brittle automation. ## ⚡ Why NoUI? -Computer-use agents simulate humans: - 🐢 Slow (UI loops, page loads) - -💸 Expensive (token-heavy, step-heavy) - 🧱 Fragile (break o...
66
adoptai/noui
ood_test
2
f6c6b0c7b43d8967f9b93373445dc102bae9b0fe
2026-04-17T20:56:50-03:00
train
diff --git a/README.md b/README.md index c8e3aa2..1a0b8a1 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,10 @@ Compiler → login/ — login session → Tabby Application + ServiceProfile bundle → mcp/ — workflow session → FastMCP server + manifest ↓ -Output - → login_recordings/ — Tab...
55
adoptai/noui
ood_test
3
a2f46d1d5532ef07ccd7334c6f17db349c0c067f
2026-04-17T23:00:43-03:00
val
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f49ab47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Report a reproducible bug in NoUI +title: "" +labels: bug +assignees: "" +--- + +#...
87
adoptai/noui
ood_test
4
0b9654e49e51cc7c1e57ddd4dba8a6f4472b7979
2026-04-22T13:48:31-03:00
test
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc24840..66a11a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- **Default execution mode for generated MCP servers and Skills is now CDP +...
150
ahb-sjsu/turboquant-pro
ood_test
0
6887081fd9874a0feb9a6781ac2115f07cb994f1
2026-04-03T02:32:17-07:00
train
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5ef9f0 --- /dev/null +++ b/README.md @@ -0,0 +1,176 @@ +# TurboQuant-KV + +[![PyPI version](https://img.shields.io/pypi/v/turboquant-kv)](https://pypi.org/project/turboquant-kv/) +[![Tests](https://img.shields.io/github/actions/workflow/status/andr...
69
ahb-sjsu/turboquant-pro
ood_test
1
e4b83f06e0c6590ba38496f0e75a22ecba241bc2
2026-04-03T08:40:41-07:00
train
diff --git a/README.md b/README.md index f5ef9f0..e7db866 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # TurboQuant-KV [![PyPI version](https://img.shields.io/pypi/v/turboquant-kv)](https://pypi.org/project/turboquant-kv/) -[![Tests](https://img.shields.io/github/actions/workflow/status/andrewbond/turbo...
54
ahb-sjsu/turboquant-pro
ood_test
2
af27ff4e5b9f7acd530676a7e781970f03c5c05e
2026-04-03T08:43:25-07:00
train
diff --git a/benchmarks/benchmark.py b/benchmarks/benchmark.py index f21f8be..23c1151 100644 --- a/benchmarks/benchmark.py +++ b/benchmarks/benchmark.py @@ -52,14 +52,17 @@ def benchmark_compression(): rng = np.random.default_rng(42) for head_dim, n_heads, seq_len, batch in configs: - tensor = rng.st...
67
ahb-sjsu/turboquant-pro
ood_test
3
391ee000fc74b72f4cde331cc8bab2ff7a2f9964
2026-04-03T09:43:32-07:00
train
diff --git a/README.md b/README.md index e7db866..92a3b0b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# TurboQuant-KV +# TurboQuant Pro -[![PyPI version](https://img.shields.io/pypi/v/turboquant-kv)](https://pypi.org/project/turboquant-kv/) -[![Tests](https://img.shields.io/github/actions/workflow/status/...
123
ahb-sjsu/turboquant-pro
ood_test
4
2c9130ddd20886a62800ca1dac0f2f9934a65ad7
2026-04-08T23:41:18-07:00
train
diff --git a/README.md b/README.md index 92a3b0b..91f679a 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,34 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://python.org) -**First open-source implementati...
140
ahb-sjsu/turboquant-pro
ood_test
5
7e15084376de258279697e96abda2a99e63b840f
2026-04-10T17:26:31-07:00
train
diff --git a/README.md b/README.md index 91f679a..1247126 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ # TurboQuant Pro -[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro)](https://pypi.org/project/turboquant-pro/) +[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.8.0)](https...
63
ahb-sjsu/turboquant-pro
ood_test
6
7394ff7e78125284a3a3fcecca11f147cbe39ea0
2026-04-10T17:28:48-07:00
train
diff --git a/benchmarks/benchmark_cache.py b/benchmarks/benchmark_cache.py index 7e0e89b..bc03e56 100644 --- a/benchmarks/benchmark_cache.py +++ b/benchmarks/benchmark_cache.py @@ -17,8 +17,6 @@ from collections import OrderedDict import numpy as np -from turboquant_pro.pgvector import TurboQuantPGVector - def ...
20
ahb-sjsu/turboquant-pro
ood_test
7
31b33cbe8e87977d6a7cc075aeb61d6c4751ae9c
2026-04-10T19:07:22-07:00
train
diff --git a/README.md b/README.md index 1247126..de5dee1 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # TurboQuant Pro -[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.8.0)](https://pypi.org/project/turboquant-pro/) +[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.9.0...
123
ahb-sjsu/turboquant-pro
ood_test
8
af2b8c423991d65ffdb27fc193de0382be0c437d
2026-04-10T19:29:19-07:00
train
diff --git a/README.md b/README.md index de5dee1..158579f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ # TurboQuant Pro -[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.9.0)](https://pypi.org/project/turboquant-pro/) +[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.9.1...
75
ahb-sjsu/turboquant-pro
ood_test
9
b6341a3068203520d24a8bf6130be24743c6a46f
2026-04-10T19:47:29-07:00
val
diff --git a/README.md b/README.md index 158579f..47944f0 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ # TurboQuant Pro -[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.9.1)](https://pypi.org/project/turboquant-pro/) +[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.10....
109
ahb-sjsu/turboquant-pro
ood_test
10
fcefa8c05ea9d20b7434e395d9d0cf507b9bbbef
2026-04-10T20:02:15-07:00
test
diff --git a/README.md b/README.md index 47944f0..6332a11 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,28 @@ # TurboQuant Pro -[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=0.10.0)](https://pypi.org/project/turboquant-pro/) +[![PyPI version](https://img.shields.io/pypi/v/turboquant-pro?v=1.0....
80
ahb-sjsu/turboquant-pro
ood_test
11
08fed4420373d5a8312a384ed96a50a6bf838f89
2026-04-11T08:34:50-07:00
test
diff --git a/README.md b/README.md index 6332a11..5f11ada 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ **PCA-Matryoshka dimension reduction + TurboQuant scalar quantization for embedding compression, LLM KV caches, model weight pruning, pgvector, FAISS, and NATS transport.** -Up to 27x embedding compress...
49
al1-nasir/codegraph-cli
ood_test
0
95ac5a2cc61c4fd20a8f365a0e6e7d1e081934fc
2026-02-13T21:59:16+05:00
train
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9988dae --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog + +All notable changes to CodeGraph CLI will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this proje...
166
al1-nasir/codegraph-cli
ood_test
1
2d388f0876633c3b552e1cc72f8edc5de425ad6b
2026-02-16T04:39:18+05:00
val
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9988dae..5ce9b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,65 @@ All notable changes to CodeGraph CLI will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Ver...
106
al1-nasir/codegraph-cli
ood_test
2
2c137803159f173673c452726d51d5feedfcf612
2026-02-16T15:34:53+05:00
test
diff --git a/README.md b/README.md index 09b276d..bf40547 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://www.python.org) -[![Version](https://img.shield...
46
alif-munim/autosae
ood_test
0
c4eed3cca27e93f0ad80cd49057cb862d03c86d7
2024-12-18T15:35:47-06:00
train
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2e625c --- /dev/null +++ b/README.md @@ -0,0 +1,208 @@ +This is a repository for doing dictionary learning via sparse autoencoders on neural network activations. It was developed by Samuel Marks and Aaron Mueller. + +For accessing, saving, and int...
4
alif-munim/autosae
ood_test
1
67a7857ca63eb9299c340bc8f9804cdd569df1a9
2024-12-26T17:40:46-05:00
train
diff --git a/buffer.py b/buffer.py index d997596..6cbf8e3 100644 --- a/buffer.py +++ b/buffer.py @@ -40,7 +40,7 @@ class ActivationBuffer: d_submodule = submodule.out_features except: raise ValueError("d_submodule cannot be inferred and must be specified directly") - ...
4
alif-munim/autosae
ood_test
2
9687bb9858ef05306227309af99cd5c09d91642a
2024-12-26T23:47:27+00:00
train
diff --git a/trainers/standard.py b/trainers/standard.py index 07b9b67..506a5c0 100644 --- a/trainers/standard.py +++ b/trainers/standard.py @@ -136,7 +136,7 @@ class StandardTrainer(SAETrainer): self.steps_since_active[deads] += 1 self.steps_since_active[~deads] = 0 - loss = ...
4
alif-munim/autosae
ood_test
3
a11670fc6b96b1af3fe8a97175218041f2a9791f
2024-12-27T00:04:33-05:00
train
diff --git a/trainers/gdm.py b/trainers/gdm.py index 47ea772..792e64e 100644 --- a/trainers/gdm.py +++ b/trainers/gdm.py @@ -3,6 +3,8 @@ Implements the training scheme for a gated SAE described in https://arxiv.org/ab """ import torch as t +from typing import Optional + from ..trainers.trainer import SAETrainer f...
4
alif-munim/autosae
ood_test
4
316dbbe9a905bdab91fb2db63bbc61646e7039a6
2024-12-30T10:57:07-06:00
train
diff --git a/README.md b/README.md index c2e625c..1766b69 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a repository for doing dictionary learning via sparse autoencoders on ne For accessing, saving, and intervening on NN activations, we use the [`nnsight`](http://nnsight.net/) package; as of March ...
4
alif-munim/autosae
ood_test
5
92648d4e3d28aa397dbc89c43147aa6faf8874b7
2025-01-02T22:24:51-06:00
train
diff --git a/buffer.py b/buffer.py index 6cbf8e3..7d304b7 100644 --- a/buffer.py +++ b/buffer.py @@ -26,7 +26,8 @@ class ActivationBuffer: ctx_len=128, # length of each context refresh_batch_size=512, # size of batches in which to process the data when adding to buffer ...
4
alif-munim/autosae
ood_test
6
8316a4418dc4acb70ccad9854d3b05df1b817b9d
2025-01-03T20:21:00+00:00
train
diff --git a/dictionary.py b/dictionary.py index 9886282..3b7e976 100644 --- a/dictionary.py +++ b/dictionary.py @@ -100,8 +100,32 @@ class AutoEncoder(Dictionary, nn.Module): self.encoder.bias.data *= scale self.bias.data *= scale + def normalize_decoder(self): + norms = t.norm(self.decod...
4
alif-munim/autosae
ood_test
7
a711efe3b60aabc99a35e7279cd35fa8bf4c930a
2025-02-11T22:50:46-08:00
val
diff --git a/README.md b/README.md index 1766b69..febe79f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,16 @@ -This is a repository for doing dictionary learning via sparse autoencoders on neural network activations. It was developed by Samuel Marks and Aaron Mueller. +This is a repository for doing dictionary le...
18
alif-munim/autosae
ood_test
8
d639166578b0a6b5cb56be35abac39abe5edeff0
2025-05-12T22:41:38-05:00
test
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..207ed78 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,669 @@ +# CHANGELOG + + + +## v0.1.0 (2025-02-12) + +### Feature + +* feat: pypi packaging and auto-release with semantic release ([`0ff8888`](https://github.com/saprmarks/dictionary_learning...
8
ameya1995/Constrictor
ood_test
0
7b0c676bfab77ec3f64183c0f10026bcd8d076e1
2026-03-10T20:02:44+05:30
train
diff --git a/PLAN.md b/PLAN.md new file mode 100644 index 0000000..bf2e5f3 --- /dev/null +++ b/PLAN.md @@ -0,0 +1,1083 @@ +# Constrictor Development Plan + +Static dependency and blast-radius analyzer for Python codebases. +Built for AI agents working on Python repositories. + +--- + +## How to Use This Document + +Eac...
805
ameya1995/Constrictor
ood_test
1
f2b2f56da3fab3b0d700fc6c72e1a3a8196be0a0
2026-03-10T20:42:50+05:30
train
diff --git a/src/constrictor/analysis/diff.py b/src/constrictor/analysis/diff.py new file mode 100644 index 0000000..facbca7 --- /dev/null +++ b/src/constrictor/analysis/diff.py @@ -0,0 +1,94 @@ +"""Unified diff parser for diff-aware impact analysis. + +Parses a unified diff (output of ``git diff``) into a list of +``C...
47
ameya1995/Constrictor
ood_test
2
d8139de9c9c3d561fd5690457f91000cdd071e0b
2026-03-10T21:06:28+05:30
train
diff --git a/src/constrictor/analysis/calls.py b/src/constrictor/analysis/calls.py index 43a68de..70dacbf 100644 --- a/src/constrictor/analysis/calls.py +++ b/src/constrictor/analysis/calls.py @@ -19,6 +19,10 @@ def _mod_id(module_name: str) -> str: return create_id("mod", module_name) +def _decorator_id(quali...
28
ameya1995/Constrictor
ood_test
3
366245db8f2669eb8833464092c8263fa2ed81bf
2026-03-11T11:47:11+05:30
val
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..939a33c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Report a bug or unexpected behavior +labels: bug +--- + +## Describe the bug + +A ...
57
ameya1995/Constrictor
ood_test
4
9f467e9655d4db263e601c00d442ba81daa0ed45
2026-03-18T18:45:26+05:30
test
diff --git a/README.md b/README.md index 5479d51..b7ed2d5 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,39 @@ Add to your agent config (e.g. `.claude/mcp.json`, `~/.cursor/mcp.json`): | `constrictor_cycles` | Detect circular import dependencies | | `constrictor_dependents` | Find all dependents of a file | | `...
88
anthony-maio/mnemos
ood_test
0
162a4fdde953864745158ce164717ca9d47de9c9
2026-03-05T18:32:11-05:00
train
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md new file mode 100644 index 0000000..838ab90 --- /dev/null +++ b/ARCHITECTURE.md @@ -0,0 +1,122 @@ +# Mnemos Architecture + +## Overview +Mnemos is a biomimetic memory architecture for LLMs. It implements five neuroscience-inspired memory modules that can be used independen...
235
anthony-maio/mnemos
ood_test
1
d71f77d3fb1f65be220e3b7ba6b8d445b073f79b
2026-03-06T08:35:20-05:00
train
diff --git a/README.md b/README.md index aed3df4..a0c82fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Biomimetic memory architectures for LLMs — built on how the brain actually works.** -[![PyPI version](https://img.shields.io/pypi/v/mnemos.svg)](https://pypi.org/project/mnemos/) +[![PyPI version](htt...
153
anthony-maio/mnemos
ood_test
2
0b4593fb470279b0db6fdc37d2bbf9c819ef0a0a
2026-03-06T08:47:31-05:00
train
diff --git a/README.md b/README.md index a0c82fa..58c1ebc 100644 --- a/README.md +++ b/README.md @@ -432,12 +432,14 @@ engine = MnemosEngine(config=config) | Variable | Default | Description | |----------|---------|-------------| -| `MNEMOS_LLM_PROVIDER` | `mock` | `mock`, `ollama`, or `openai` | +| `MNEMOS_LLM_PRO...
16
anthony-maio/mnemos
ood_test
3
5a03608a9c7ab205a6c9a08906048d6ce9295ab1
2026-03-06T08:59:22-05:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py new file mode 100644 index 0000000..dd5f076 --- /dev/null +++ b/.claude-plugin/run_mnemos_mcp.py @@ -0,0 +1,124 @@ +#!/usr/bin/env python3 +""" +Bootstraps a local venv for mnemos and runs the MCP server. + +This wrapper makes the plugin s...
8
anthony-maio/mnemos
ood_test
4
ddb8d3f3bfc6e2af94bd4363064cc3d7b6e30334
2026-03-06T09:27:10-05:00
train
diff --git a/README.md b/README.md index c6f7e72..30300c3 100644 --- a/README.md +++ b/README.md @@ -461,8 +461,13 @@ engine = MnemosEngine(config=config) | `MNEMOS_EMBEDDING_PROVIDER` | `simple` | `simple`, `ollama`, `openai`, or `openclaw` | | `MNEMOS_EMBEDDING_MODEL` | provider-dependent | Embedding model name (e....
39
anthony-maio/mnemos
ood_test
5
058e9311be92fc449d4cf94304541610bb1d894f
2026-03-06T10:23:13-05:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py index dd5f076..d4e3fb1 100644 --- a/.claude-plugin/run_mnemos_mcp.py +++ b/.claude-plugin/run_mnemos_mcp.py @@ -31,12 +31,21 @@ def _venv_python(venv_dir: Path) -> Path: return venv_dir / "bin" / "python" -def _expected_install_st...
50
anthony-maio/mnemos
ood_test
6
993d5e8a21db2c06995430972293b9834b265931
2026-03-06T10:59:23-05:00
train
diff --git a/README.md b/README.md index 9192c0d..0472085 100644 --- a/README.md +++ b/README.md @@ -531,13 +531,13 @@ pip install 'mnemos-memory[all]' Run reproducible retrieval benchmarks with `Recall@k`, `MRR`, and `p95` latency: ```bash -mnemos-benchmark --stores memory,sqlite,qdrant --top-k 5 +mnemos-benchmark...
24
anthony-maio/mnemos
ood_test
7
8fd61dd95bda5800df7a291ab0ef26c335ca26dd
2026-03-06T13:42:54-05:00
train
diff --git a/README.md b/README.md index 0472085..451f333 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ Default plugin behavior: - embedding provider inferred from the selected LLM provider unless explicitly overridden - if `MNEMOS_STORE_TYPE=qdrant`, the plugin bootstrap installs the `qdrant` extra au...
65
anthony-maio/mnemos
ood_test
8
94f3cc35b55acf2cf012c03f801442396baf2dd7
2026-03-06T15:07:22-05:00
train
diff --git a/docs/production-readiness-checklist.md b/docs/production-readiness-checklist.md index 6fe4f73..e234412 100644 --- a/docs/production-readiness-checklist.md +++ b/docs/production-readiness-checklist.md @@ -9,6 +9,7 @@ Use this checklist before promoting a release as production-ready. - [ ] `black --check .`...
51
anthony-maio/mnemos
ood_test
9
8a93dda697e45f974fd9657633f491729ef4ea5a
2026-03-06T15:46:11-05:00
train
diff --git a/README.md b/README.md index 451f333..fdcd4be 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,22 @@ Readiness check: mnemos-cli doctor ``` +Threshold-aware doctor check (recommend qdrant only when limits are hit): + +```bash +mnemos-cli doctor --qdrant-chunk-threshold 5000 --latency-p95-threshold-...
38
anthony-maio/mnemos
ood_test
10
795c2b8423f27fd596144575f61ff09e2ea34397
2026-03-06T16:16:59-05:00
train
diff --git a/README.md b/README.md index fdcd4be..70dbb79 100644 --- a/README.md +++ b/README.md @@ -269,8 +269,8 @@ The server exposes eight tools: | Tool | Description | |------|-------------| -| `mnemos_store` | Process a memory through the full pipeline (surprisal gate → affective tagging → graph) | -| `mnemos_...
77
anthony-maio/mnemos
ood_test
11
2b7b0a58e2330b4175797a75d0e1557046608e57
2026-03-06T16:26:56-05:00
train
diff --git a/README.md b/README.md index 70dbb79..eff86e2 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ Run reproducible retrieval benchmarks with `Recall@k`, `MRR`, and `p95` latency: mnemos-benchmark --stores memory,sqlite,qdrant --retrievers baseline,engine --top-k 5 ``` -You can provide a custom da...
47
anthony-maio/mnemos
ood_test
12
86beb12424af5e72e166f67447de675a85bb6615
2026-03-06T19:44:44-05:00
train
diff --git a/README.md b/README.md index eff86e2..4e8f75c 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Profile + compatibility docs: - [docs/profiles/starter-sqlite.md](docs/profiles/starter-sqlite.md) - [docs/profiles/local-performance-embedded-qdrant.md](docs/profiles/local-performance-embedded-qdrant...
36
anthony-maio/mnemos
ood_test
13
57c0a73f01ebfc2b277dc658eca2e13e5a62ec40
2026-03-07T01:17:29-05:00
train
diff --git a/README.md b/README.md index 4e8f75c..e84a59d 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,8 @@ Once configured, you can tell your agent: The agent's memory now filters the mundane, tags emotional context, updates stale facts on recall, and compresses session logs into lasting knowledge — automa...
56
anthony-maio/mnemos
ood_test
14
e4ffcc7509ded7c7d822d32d2a6b40057097dc47
2026-03-07T02:02:46-05:00
train
diff --git a/README.md b/README.md index e84a59d..10c6ae5 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,11 @@ The agent's memory now filters the mundane, tags emotional context, updates stal For deterministic Claude Code auto-memory, use the shipped hook config at [docs/claude-code-hooks.json](docs/claude-co...
75
anthony-maio/mnemos
ood_test
15
bd597a69c4769203de464bc7aab0e7d4dbaa159f
2026-03-07T02:54:40-05:00
train
diff --git a/README.md b/README.md index 10c6ae5..7a49f48 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,11 @@ Memory writes now pass through a shared safety firewall across ingestion, recons - `MNEMOS_MEMORY_SECRET_ACTION` (`block` default) - `MNEMOS_MEMORY_PII_ACTION` (`redact` default) +Governance control...
130
anthony-maio/mnemos
ood_test
16
d76bca0a65db06266038c31f085e88470ad1e809
2026-03-07T03:08:42-05:00
train
diff --git a/README.md b/README.md index 7a49f48..3d6ad43 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,15 @@ mnemos-cli store "Prefer concise summaries" --scope global # Retrieve from current project plus global memory mnemos-cli retrieve "tooling preferences" --current-scope project --scope-id repo-alpha ...
54
anthony-maio/mnemos
ood_test
17
b84465e40c2f9ae51a4aae054cf06439195be568
2026-03-07T14:11:31-05:00
train
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 838ab90..d3b672c 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -1,122 +1,67 @@ # Mnemos Architecture ## Overview -Mnemos is a biomimetic memory architecture for LLMs. It implements five neuroscience-inspired memory modules that can be used independently o...
7
anthony-maio/mnemos
ood_test
18
a96ffa4bed0400062ef126f14d33daae7887273a
2026-03-09T20:25:21-04:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py index d4e3fb1..a0690c1 100644 --- a/.claude-plugin/run_mnemos_mcp.py +++ b/.claude-plugin/run_mnemos_mcp.py @@ -12,10 +12,10 @@ This wrapper makes the plugin self-contained for Claude Code installs: from __future__ import annotations i...
227
anthony-maio/mnemos
ood_test
19
b9cc6267b20eafddf77a2fea87e30b460570ebef
2026-03-09T20:50:47-04:00
train
diff --git a/README.md b/README.md index e165515..169f374 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ -# mnemos (μνῆμος) - -**Reliable scoped memory for coding agents, built with biomimetic retrieval and consolidation.** +<p align="center"> + <img src="docs/assets/readme-hero.svg" alt="Mnemos - reliable sc...
10
anthony-maio/mnemos
ood_test
20
b72bbcae7ed07fb77be1d7807d8e945e885da12d
2026-03-10T02:34:36-04:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py index a0690c1..7d60f97 100644 --- a/.claude-plugin/run_mnemos_mcp.py +++ b/.claude-plugin/run_mnemos_mcp.py @@ -99,6 +99,14 @@ def _resolve_runtime_python(plugin_root: Path, env: dict[str, str]) -> str: def _apply_default_env(plugin_root:...
119
anthony-maio/mnemos
ood_test
21
e2e6b78ed4fb382044109881c0bd7a45729fea5d
2026-03-10T02:51:48-04:00
train
diff --git a/README.md b/README.md index 258f7af..2fa9c9f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,13 @@ What the control plane gives you: - canonical config in `mnemos.toml` - optional project override in `.mnemos/mnemos.toml` - guided host setup for Claude Code, Cursor, and Codex -- health checks, smoke...
131
anthony-maio/mnemos
ood_test
22
1a135351ae0d0ef0daf22d0f934eaebc3d7f5909
2026-03-10T15:42:26-04:00
train
diff --git a/mnemos/engine.py b/mnemos/engine.py index c39417d..9458f6a 100644 --- a/mnemos/engine.py +++ b/mnemos/engine.py @@ -483,15 +483,21 @@ class MnemosEngine: allowed_scopes=normalized_allowed_scopes, ) - # Step 1: Classify affective state of the query - query_interaction =...
25
anthony-maio/mnemos
ood_test
23
b26813331c8624fbc2e644d5f93c620a09ab4cc9
2026-03-10T16:01:45-04:00
train
diff --git a/mnemos/engine.py b/mnemos/engine.py index 9458f6a..bccc7c8 100644 --- a/mnemos/engine.py +++ b/mnemos/engine.py @@ -456,13 +456,13 @@ class MnemosEngine: allowed_scopes: tuple[str, ...] | list[str] | None = None, ) -> list[MemoryChunk]: """ - Retrieve memories through the full...
19
anthony-maio/mnemos
ood_test
24
987818fdcf47d79b1712ff68e162a9685c1e3ecc
2026-03-10T17:47:39-04:00
train
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac23e5..764cdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.2.0 — 2026-03-10 + +Public beta release. + ### Changed - scoped consolidation now preserves `scope` and `scope_id`, so project and workspace memories do not bleed duri...
107
anthony-maio/mnemos
ood_test
25
05f74876fde3d884e06106f1ffdc6a9ad96a126f
2026-03-11T17:37:48-04:00
train
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index d3b672c..0810c52 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -64,4 +64,4 @@ Domain types are Pydantic models (not dataclasses): - `InMemoryStore` (implemented): zero-setup, ephemeral development backend. - `SQLiteStore` (implemented): local persistent bac...
92
anthony-maio/mnemos
ood_test
26
f6b2e43beb4c67a042faba9d90ca0595241558d1
2026-03-11T18:20:30-04:00
train
diff --git a/mnemos/utils/storage.py b/mnemos/utils/storage.py index 0390d5f..a68c2db 100644 --- a/mnemos/utils/storage.py +++ b/mnemos/utils/storage.py @@ -592,9 +592,26 @@ class Neo4jStore(MemoryStore): return self.label.replace("`", "") def _run(self, query: str, **params: Any) -> Any: + class...
16
anthony-maio/mnemos
ood_test
27
5974e80227661c8ce618ebedc2b1d3051f24b2d8
2026-03-11T22:11:44-04:00
train
diff --git a/mnemos/utils/storage.py b/mnemos/utils/storage.py index a68c2db..11dc0dc 100644 --- a/mnemos/utils/storage.py +++ b/mnemos/utils/storage.py @@ -23,6 +23,7 @@ from __future__ import annotations import json import logging +import re import sqlite3 import threading from abc import ABC, abstractmethod @...
26
anthony-maio/mnemos
ood_test
28
2dfe4d7e903f697cc1a8a78c3f93028c2f509331
2026-03-11T22:12:10-04:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py index 7d60f97..b6f9256 100644 --- a/.claude-plugin/run_mnemos_mcp.py +++ b/.claude-plugin/run_mnemos_mcp.py @@ -36,6 +36,8 @@ def _required_install_extras(env: dict[str, str]) -> tuple[str, ...]: store_type = env.get("MNEMOS_STORE_TYP...
90
anthony-maio/mnemos
ood_test
29
93dc7225fd8a98d5cf2dcb1283c0b29becc05cae
2026-03-12T10:34:32-04:00
train
diff --git a/AGENTS.md b/AGENTS.md index 415fcf4..c79f9e8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,16 +2,16 @@ ## Mnemos Memory -Use Mnemos through MCP on every substantial coding task in this repository. +Use Mnemos through MCP automatically on every substantial coding task in this repository. -1. At task s...
158
anthony-maio/mnemos
ood_test
30
8ad98fdde9cf6d99c655b029f5a831a1dd6ecf1d
2026-03-13T16:24:25-04:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py index b6f9256..dadd448 100644 --- a/.claude-plugin/run_mnemos_mcp.py +++ b/.claude-plugin/run_mnemos_mcp.py @@ -98,12 +98,25 @@ def _resolve_runtime_python(plugin_root: Path, env: dict[str, str]) -> str: return str(_ensure_runtime(ven...
127
anthony-maio/mnemos
ood_test
31
ed5ec535900d2862a57159c9cc880eed180d866c
2026-03-14T10:12:44-04:00
train
30
anthony-maio/mnemos
ood_test
32
821543a17b1dc03754a5da6ee88de2fd97c94435
2026-03-14T10:13:01-04:00
train
diff --git a/docs/MCP_INTEGRATION.md b/docs/MCP_INTEGRATION.md index 16e7929..b64b1ff 100644 --- a/docs/MCP_INTEGRATION.md +++ b/docs/MCP_INTEGRATION.md @@ -23,6 +23,7 @@ The control plane is now the primary onboarding path. It lets you: - save a canonical global `mnemos.toml` - import existing preview-user env/confi...
45
anthony-maio/mnemos
ood_test
33
b83d74102b395dc0f0ea17730fc06cb51a12487a
2026-03-14T14:56:23-04:00
train
diff --git a/AGENTS.md b/AGENTS.md index c79f9e8..be824dd 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,7 +5,7 @@ Use Mnemos through MCP automatically on every substantial coding task in this repository. 1. At the start of every substantial user task, call `mnemos_retrieve` with a focused query tied to the task. -2....
66
anthony-maio/mnemos
ood_test
34
7b3cf0bd7e97fa05c50db65f48e878092dd0513c
2026-03-14T16:06:20-04:00
train
diff --git a/docs/codex.md b/docs/codex.md index f9a653c..09466b0 100644 --- a/docs/codex.md +++ b/docs/codex.md @@ -141,6 +141,13 @@ Run at least one real Codex session through: Until that flow is verified in daily use, Codex remains documented as Tier 2 in [client-compatibility-matrix.md](client-compatibility-matr...
6
anthony-maio/mnemos
ood_test
35
f2daa84b8c124811cc348af0d9a6713b83dcb7dc
2026-03-15T00:28:02-04:00
train
diff --git a/docs/plans/2026-03-14-sqlite-definitive-backend.md b/docs/plans/2026-03-14-sqlite-definitive-backend.md new file mode 100644 index 0000000..5677ad6 --- /dev/null +++ b/docs/plans/2026-03-14-sqlite-definitive-backend.md @@ -0,0 +1,294 @@ +# SQLite Definitive Backend Implementation Plan + +> **For Claude:** ...
329
anthony-maio/mnemos
ood_test
36
15e0258e7caf7a40c18f7c9c1fa10c886a06b084
2026-03-15T11:57:18-04:00
train
diff --git a/.claude-plugin/run_mnemos_mcp.py b/.claude-plugin/run_mnemos_mcp.py index dadd448..fa0c042 100644 --- a/.claude-plugin/run_mnemos_mcp.py +++ b/.claude-plugin/run_mnemos_mcp.py @@ -32,13 +32,8 @@ def _venv_python(venv_dir: Path) -> Path: def _required_install_extras(env: dict[str, str]) -> tuple[str, ....
167
anthony-maio/mnemos
ood_test
37
1062cb062cfa5e888c10c83edad8af006399016f
2026-03-16T12:59:32-04:00
train
diff --git a/docs/plans/2026-03-16-v0.4.0-user-trust-release.md b/docs/plans/2026-03-16-v0.4.0-user-trust-release.md new file mode 100644 index 0000000..90e9c35 --- /dev/null +++ b/docs/plans/2026-03-16-v0.4.0-user-trust-release.md @@ -0,0 +1,136 @@ +# v0.4.0 User Trust Release Checklist + +> Goal: make Mnemos feel rel...
27
anthony-maio/mnemos
ood_test
38
5e5cf219280c1eb73a5d64836465c473804fbd40
2026-03-16T13:03:34-04:00
train
diff --git a/README.md b/README.md index 835ba66..e49e8d5 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,9 @@ This repository now includes a native Claude Code plugin package (`.claude-plugi ``` On first run, the plugin bootstraps a local virtual environment under `.claude-plugin/.venv`, installs Mnemos with...
21
anthony-maio/mnemos
ood_test
39
3ef1a22373818d0e139d4415c975d848fbb5e33f
2026-03-16T13:06:30-04:00
train
diff --git a/README.md b/README.md index e49e8d5..fc11737 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ What the control plane gives you: Inspectability entry points: - `mnemos inspect <chunk-id>` for raw JSON inspection from the CLI +- `mnemos inspect <chunk-id> --query "..." --current-scope project --s...
84
anthony-maio/mnemos
ood_test
40
71bcac408bec6d5454f1667b54041487e61bf580
2026-03-16T13:13:52-04:00
train
diff --git a/docs/plans/2026-03-16-v0.4.0-user-trust-release.md b/docs/plans/2026-03-16-v0.4.0-user-trust-release.md index 90e9c35..9d2ac7e 100644 --- a/docs/plans/2026-03-16-v0.4.0-user-trust-release.md +++ b/docs/plans/2026-03-16-v0.4.0-user-trust-release.md @@ -65,11 +65,11 @@ Call `0.4.0` ready when all of the foll...
61
anthony-maio/mnemos
ood_test
41
d18f05b3eaa049f39f5a3a1e9ad6961468acc2c5
2026-03-16T14:49:27-04:00
val
diff --git a/README.md b/README.md index fc11737..2f23547 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,21 @@ For advanced/manual setup, see [docs/MCP_INTEGRATION.md](docs/MCP_INTEGRATION.md --- +## Why Use This Instead Of Built-In Claude Memory? + +Claude Code already has built-in memory. Mnemos is narrower...
6
anthony-maio/mnemos
ood_test
42
e2447c6d00c20db352bce5965da2e2691d46be99
2026-03-25T19:58:47-04:00
val
diff --git a/docs/plans/2026-03-25-v0.5.0-proof-of-value-release.md b/docs/plans/2026-03-25-v0.5.0-proof-of-value-release.md new file mode 100644 index 0000000..0154469 --- /dev/null +++ b/docs/plans/2026-03-25-v0.5.0-proof-of-value-release.md @@ -0,0 +1,429 @@ +# v0.5.0 Proof-of-Value Release Implementation Plan + +> ...
26
anthony-maio/mnemos
ood_test
43
56cc79b776198bd0a34391243e40f9e9ddaa7185
2026-03-25T21:44:32-04:00
val
diff --git a/mnemos/cli.py b/mnemos/cli.py index de2d47a..54c54a4 100644 --- a/mnemos/cli.py +++ b/mnemos/cli.py @@ -43,7 +43,7 @@ from .runtime import ( build_mnemos_config_from_env, build_store_from_env, ) -from .types import Interaction +from .types import Interaction, RetrievalFeedbackEvent from .utils....
141
anthony-maio/mnemos
ood_test
44
4fc9097786d5d193581c1913b5f47d8d39ad2c58
2026-03-25T21:58:18-04:00
val
diff --git a/README.md b/README.md index 2f23547..8f74a43 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ Inspectability entry points: - `mnemos_inspect` for MCP-native hosts - the control plane Memory panel for scope, provenance, revision history, and graph context +Feedback review loop: + +- record a re...
120
anthony-maio/mnemos
ood_test
45
9ea0a43582f8fdd0ff4431f291261ed6e9d1c28c
2026-03-26T11:11:12-04:00
val
diff --git a/docs/retrieval-benchmarks.md b/docs/retrieval-benchmarks.md index 6b00b55..a87a339 100644 --- a/docs/retrieval-benchmarks.md +++ b/docs/retrieval-benchmarks.md @@ -97,6 +97,30 @@ Current trust-release benchmark summary on the shipped SQLite path: - SQLite `mrr_lift_ratio` range: `0.40` to `1.67` - SQLite...
19
anthony-maio/mnemos
ood_test
46
8d7a0fa59b2d1569f0a579afc010db3f12885b32
2026-03-26T15:47:06-04:00
test
diff --git a/README.md b/README.md index 8f74a43..5147bcb 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,18 @@ Claude Code already has built-in memory. Mnemos is narrower and more explicit: - recall and curator form a repeatable workflow instead of silent accumulation - everything persists in one local SQLite da...
115
anthony-maio/mnemos
ood_test
47
993627bbc4dc970b17108d7d21c8ca165f24a142
2026-03-26T15:52:23-04:00
test
diff --git a/mnemos/settings.py b/mnemos/settings.py index 53bc68c..8fa3af2 100644 --- a/mnemos/settings.py +++ b/mnemos/settings.py @@ -23,7 +23,7 @@ except ImportError: # pragma: no cover def _fallback_user_config_dir(app_name: str) -> Path: - if os.name == "nt": + if _is_windows(): appdata = os....
17