Skip to content

v0.2.0 — Laravel presets + cross-tool memory

Choose a tag to compare

@Karthick-Ramachandran Karthick-Ramachandran released this 20 Jun 18:58

Recall OS v0.2.0 — durable, AI-ready repository memory, now across more tools and stacks.

Highlights

Laravel opinion packs

Three new presets matching Laravel 12's official starter-kit stacks, all proposing decisions you accept (never silent):

  • laravel-react — Inertia + React 19 + TypeScript + Tailwind
  • laravel-vue — Inertia + Vue 3 + TypeScript + Tailwind
  • laravel-api — versioned REST + API Resources for a decoupled SPA/mobile client

Each ships eight proposed ADRs (framework, Eloquent, Sanctum, Form Requests + Policies, Action/Service structure, queues, Pest) plus rich guidance and browsable example output.

Memory loads across tools, not just Claude Code

recall init now wires each tool with its native mechanism:

  • Claude Code — a SessionStart hook injects a live ADR/module map every session
  • Cursor — an always-apply rule (.cursor/rules/recall-memory.mdc)
  • CodexAGENTS.md (auto-discovered), the portable floor everywhere

Doctor fix: proposed ADRs stay healthy on acceptance

Preset, MCP, and adopt proposed ADRs previously failed recall doctor the moment they were accepted (missing ## Related Documents). There is now a single source of truth for required ADR sections, and every generated proposed ADR is normalized — regression-tested across all three generation paths.

Docs

  • New PHILOSOPHY.md — why the tool exists and the bet on discipline over magic.
  • New llms.txt — a web-fetchable memory map for LLMs.
  • Refreshed README and demo GIF.

Install

```bash
npm install -g recall-os
recall --help
```