Release v0.1.9 — Ineru rename & Cortex 0.4.0#23
Merged
ApiliumDevTeam merged 3 commits intomainfrom Mar 9, 2026
Merged
Conversation
- Rename titans-client.ts → ineru-client.ts (TitansClient → IneruClient) - Update all imports, variables, and string references across extensions - Bump REQUIRED_CORTEX_VERSION from 0.3.8 to 0.4.0 - Update docs (README, CHANGELOG, VISION, CLAUDE.md)
## Summary - Rename `titans-client.ts` → `ineru-client.ts` (`TitansClient` → `IneruClient`) - Update all imports, variables, functions, and string references across `memory-semantic` and `semantic-skills` - Bump `REQUIRED_CORTEX_VERSION` from `0.3.8` to `0.4.0` - Update docs (README, CHANGELOG, VISION, CLAUDE.md) Aligns with AIngle v0.4.0 rebrand (`titans_memory` → `ineru` crate). ## Test plan - [x] `npx tsc --noEmit` — no new type errors (all preexisting) - [x] Zero remaining `Titans` references in source code - [x] `REQUIRED_CORTEX_VERSION` = `"0.4.0"` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
ApiliumDevTeam
added a commit
that referenced
this pull request
Mar 9, 2026
## Summary - **Rename Titans → Ineru**: `titans-client.ts` → `ineru-client.ts`, all imports/variables/strings updated - **Bump Cortex requirement**: `REQUIRED_CORTEX_VERSION` from `0.3.8` to `0.4.0` - **Bump Mayros to v0.1.9** (root + 49 extensions synced) - Update docs (README, CHANGELOG, VISION, CLAUDE.md) Aligns with AIngle v0.4.0 release (`titans_memory` → `ineru` crate rebrand). ## Test plan - [x] `npx tsc --noEmit` — no new type errors - [x] Zero remaining `Titans` references in source code - [x] All 49 extension versions synced to `0.1.9` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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-client.ts→ineru-client.ts, all imports/variables/strings updatedREQUIRED_CORTEX_VERSIONfrom0.3.8to0.4.0Aligns with AIngle v0.4.0 release (
titans_memory→inerucrate rebrand).Test plan
npx tsc --noEmit— no new type errorsTitansreferences in source code0.1.9🤖 Generated with Claude Code