Release v0.4.0 — Rebrand AI crates & legal standardization#59
Merged
ApiliumDevTeam merged 5 commits intomainfrom Mar 9, 2026
Merged
Release v0.4.0 — Rebrand AI crates & legal standardization#59ApiliumDevTeam merged 5 commits intomainfrom
ApiliumDevTeam merged 5 commits intomainfrom
Conversation
- Rename titans_memory → ineru (memory system) - Rename hope_agents → kaneru (agent framework) - Rename TitansMemory/TitansConfig → IneruMemory/IneruConfig - Rename HopeAgent/HopeConfig → KaneruAgent/KaneruConfig - Move crate::titans → crate::ineru in aingle_ai - Move crate::hope → crate::kaneru in aingle_ai - Bump all 13 main crates from 0.3.x to 0.4.0 - Update all internal dependency version specs - Standardize source file headers across all crates - Update docs, tutorials, templates, and CI workflows
rand_core was listed as an explicit dependency but never imported directly — OsRng is used via rand::rngs::OsRng. The transitive dependency through curve25519-dalek 4.x remains until upstream adds rand_core 0.9 support.
…inaries Ensure all four binaries (aingle, aingle-cortex, aingle-minimal, aingle-viz) display consistent copyright, dual license, and repository URL in their long version output.
- Gate Error import behind #[cfg(feature = "mdns")] in discovery.rs - Migrate from deprecated Query::parse to SparqlParser::new().parse_query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
titans_memory→ineru,hope_agents→kaneru(directories, identifiers, docs)--versionoutputs (copyright, dual license, repo URL)rand_coredirect dependency fromaingle_zk(Dependabot alert)discovery.rs, migrate deprecatedQuery::parse→SparqlParserLICENSE-APACHE,LICENSE-COMMERCIAL,NOTICE,PATENTS,SECURITY.mdTest plan
cargo build --workspace— 0 errors, 0 warningscargo test --workspace— all tests pass (1,469+)--versionwith copyright + dual license🤖 Generated with Claude Code