Skip to content
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
39ff202
chore: add PR template, CODEOWNERS, auto-label, auto-merge dependabot…
Jul 3, 2026
a4a0dae
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
96e61d7
chore: add mypy typecheck + detect-secrets to CI
Jul 3, 2026
94b4662
resolve conflict
Jul 3, 2026
38b3461
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
3790150
fix: detect-secrets --output flag not supported, use stdout redirect
Jul 3, 2026
f1b2cca
resolve conflict
Jul 3, 2026
70dbe6a
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
0ba98b4
chore: add Hypothesis property-based tests
Jul 3, 2026
a1c7ff7
resolve conflict
Jul 3, 2026
3527418
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
d0c6488
chore: delete requirements.txt, add ring buffer Hypothesis tests, upd…
Jul 3, 2026
885be91
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
fea7040
chore: add MkDocs + Material Theme + MkDocstrings docs site
Jul 3, 2026
baee48d
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
f7bc3a6
chore: add workflow_dispatch to docs workflow for manual deploys
Jul 3, 2026
4686532
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
5448766
fix: test_legacy_plain_json_gets_rotated — same nonce collision as te…
Jul 3, 2026
18c10af
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
ee1e699
fix: auth._load tries decrypt before is_encrypted_blob heuristic
Jul 3, 2026
3099f55
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
7e39af2
docs: update stale content — test counts, CI pipeline, decrypt-first
Jul 3, 2026
97ea852
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
ecdf414
chore: add pip-audit to CI for CVE scanning
Jul 3, 2026
e150ade
resolve conflict
Jul 3, 2026
c9fe1c9
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
5fae252
chore: replace markdown issue templates with YAML forms
Jul 3, 2026
c4a7eb1
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
939a66b
chore: add CodeQL analysis, Docker non-root user, enable push protection
Jul 3, 2026
3c2df68
resolve conflict
Jul 3, 2026
61d725f
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
457eee1
chore: CI concurrency + pip cache, CORS restrict to localhost
Jul 3, 2026
2280a57
resolve conflict
Jul 3, 2026
1573fec
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
edfab73
chore: ROADMAP update, coverage in CI, architecture diagrams, v1.0.0 …
Jul 3, 2026
817bd7c
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
5d4f210
chore: add shields.io badges + mermaid architecture diagram to README
Jul 3, 2026
933eb06
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
cd7623a
chore: add marketing elements to README — tagline, comparison table, …
Jul 3, 2026
38030c5
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
1c993db
chore: add codecov upload to CI coverage job
Jul 3, 2026
8663027
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
89d2a0e
fix: remove duplicate Database Tables section from README
Jul 3, 2026
5c09a67
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
c83f9d9
chore: update CONTRIBUTING.md and SECURITY.md
Jul 3, 2026
348dda4
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
489977b
chore: improve README — simplify docs section, add community links
Jul 3, 2026
b8d0312
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
9c16719
chore: add python-semantic-release + commit lint
Jul 3, 2026
08f2904
resolve conflict
Jul 3, 2026
68e4d0d
Merge branch 'master' of https://github.com/Cipher208/mcp-ariel-memory
Jul 3, 2026
5efa1b1
fix: semantic-release push=false to avoid branch protection conflict
Jul 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ ignore_errors = true
version_toml = ["pyproject.toml:project.version"]
branch = "major"
build_command = "pip install build && python -m build"
push = false

[tool.semantic_release.changelog]
changelog_file = "CHANGELOG.md"
Expand Down
Loading