Skip to content

Commit e70b19c

Browse files
committed
Rebrand to Loctree, bump to v0.6.0, BUSL license
Rename and rebrand project from VetCoders/rmcp-memex to Loctree/rust-memex across docs, website, assets, templates, and scripts (URLs, titles, copyright notices, social card, README, docs, and installer). Bump package version 0.5.1 -> 0.6.0 (Cargo.toml and Cargo.lock) and update Cargo metadata (rust-version, description, repository, license). Replace MIT/Apache licensing with a Business Source License (BUSL-1.1) and remove the Apache license file. Update CLI and runtime defaults and env var names (RMCP_MEMEX_* -> RUST_MEMEX_*, default config/db paths), adjust installer/scripts to new variable names and paths, and add two CLI flags for pipeline concurrency/governor. Miscellaneous code and test updates to reflect new names and defaults.
1 parent 20d0d94 commit e70b19c

51 files changed

Lines changed: 1353 additions & 734 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025-2026 VetCoders (https://vetcoders.io)
1+
# Copyright (c) 2025-2026 Loctree (https://loct.io)
22
name: Bug Report
33
description: Report a reproducible problem in rust-memex
44
title: "[Bug]: "

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025-2026 VetCoders (https://vetcoders.io)
1+
# Copyright (c) 2025-2026 Loctree (https://loct.io)
22
name: Feature Request
33
description: Suggest an improvement or new capability for rust-memex
44
title: "[Feature]: "

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@ All notable changes to this project will be documented in this file.
370370

371371
---
372372

373-
Vibecrafted with AI Agents by VetCoders (c)2025 The LibraxisAI Team
373+
Vibecrafted with AI Agents by Loctree (c)2025 The LibraxisAI Team

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2025-2026 VetCoders (https://vetcoders.io) -->
1+
<!-- Copyright (c) 2025-2026 Loctree (https://loct.io) -->
22
# Contributing
33

44
Thanks for helping improve `rust-memex`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "rust-memex"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2024"
5-
build = "src/build.rs"
5+
rust-version = "1.88"
6+
description = "Operator CLI + MCP server: canonical corpus second: semantic index second to aicx"
67
authors = ["Maciej Gad <void@div0.space>", "Monika Szymanska <hello@vetcoders.io>"]
7-
description = "Local semantic retrieval library: embedding + BM25 over LanceDB (Rust)"
8-
license = "MIT OR Apache-2.0"
8+
license = "BUSL-1.1"
99
repository = "https://github.com/Loctree/rust-memex"
1010
homepage = "https://github.com/Loctree/rust-memex"
1111
documentation = "https://docs.rs/rust-memex"

LICENSE

Lines changed: 96 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,96 @@
1-
MIT License
2-
3-
Copyright (c) 2025-2026 VetCoders (https://vetcoders.io)
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
2+
"Business Source License" is a trademark of MariaDB Corporation Ab.
3+
4+
Parameters
5+
6+
Licensor: VetCoders (Maciej Gad & Monika Szymanska)
7+
Licensed Work: Rust Memex - The Intentions Kernel.
8+
The Licensed Work is (c) 2024-2026 VetCoders.
9+
Additional Use Grant: You may make production use of the Licensed Work,
10+
provided Your use does not include offering the
11+
Licensed Work to third parties on a hosted or embedded
12+
basis in order to compete with VetCoders' paid
13+
version(s) of the Licensed Work. For purposes of this
14+
license:
15+
16+
A "competitive offering" is a Product that is offered
17+
to third parties on a paid basis, including through
18+
paid support arrangements, that significantly overlaps
19+
with the capabilities of VetCoders' paid version(s) of
20+
the Licensed Work. If Your Product is not a competitive
21+
offering when You first make it generally available, it
22+
will not become a competitive offering later due to
23+
VetCoders releasing a new version of the Licensed Work
24+
with additional capabilities. In addition, Products
25+
that are not provided on a paid basis are not
26+
competitive.
27+
28+
"Product" means software that is offered to end users
29+
to manage in their own environments or offered as a
30+
service on a hosted basis.
31+
32+
"Embedded" means including the source code or
33+
executable code from the Licensed Work in a competitive
34+
offering. "Embedded" also means packaging the
35+
competitive offering in such a way that the Licensed
36+
Work must be accessed or downloaded for the competitive
37+
offering to operate.
38+
39+
Hosting or using the Licensed Work(s) for internal
40+
purposes within an organization is not considered a
41+
competitive offering.
42+
43+
Individual developers and small teams (fewer than 5
44+
people) may use the Licensed Work in production free of
45+
charge, provided their use does not constitute a
46+
competitive offering.
47+
Change Date: 2030-03-24
48+
Change License: Apache License, Version 2.0
49+
50+
For information about alternative licensing arrangements for the Licensed
51+
Work, please contact void@div0.space.
52+
53+
Notice
54+
55+
Business Source License 1.1
56+
57+
Terms
58+
59+
The Licensor hereby grants you the right to copy, modify, create derivative
60+
works, redistribute, and make non-production use of the Licensed Work. The
61+
Licensor may make an Additional Use Grant, above, permitting limited production use.
62+
63+
Effective on the Change Date, or the fourth anniversary of the first publicly
64+
available distribution of a specific version of the Licensed Work under this
65+
License, whichever comes first, the Licensor hereby grants you rights under
66+
the terms of the Change License, and the rights granted in the paragraph
67+
above terminate.
68+
69+
If your use of the Licensed Work does not comply with the requirements
70+
currently in effect as described in this License, you must purchase a
71+
commercial license from the Licensor, its affiliated entities, or authorized
72+
resellers, or you must refrain from using the Licensed Work.
73+
74+
All copies of the original and modified Licensed Work, and derivative works
75+
of the Licensed Work, are subject to this License. This License applies
76+
separately for each version of the Licensed Work and the Change Date may vary
77+
for each version of the Licensed Work released by Licensor.
78+
79+
You must conspicuously display this License on each original or modified copy
80+
of the Licensed Work. If you receive the Licensed Work in original or
81+
modified form from a third party, the terms and conditions set forth in this
82+
License apply to your use of that work.
83+
84+
Any use of the Licensed Work in violation of this License will automatically
85+
terminate your rights under this License for the current and all other
86+
versions of the Licensed Work.
87+
88+
This License does not grant you any right in any trademark or logo of
89+
Licensor or its affiliates (provided that you may use a trademark or logo of
90+
Licensor as expressly required by this License).
91+
92+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
93+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
94+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
95+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
96+
TITLE.

LICENSE-APACHE

Lines changed: 0 additions & 190 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rust-memex Makefile
22
# ============================================================================
33
# Service management, build, and maintenance targets
4-
# Created by M&K (c)2026 VetCoders
4+
# Created by M&K (c)2026 Loctree
55
# ============================================================================
66
#
77
# RAM DISK MODE (Dragon 512GB):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,5 +817,5 @@ Add to `~/.claude.json`:
817817

818818
---
819819

820-
Vibecrafted with AI Agents by VetCoders (c)2025 The LibraxisAI Team
820+
Vibecrafted with AI Agents by Loctree (c)2025 The LibraxisAI Team
821821
Co-Authored-By: [Maciej](void@div0.space) & [Klaudiusz](the1st@whoai.am)

0 commit comments

Comments
 (0)