ContextStream 01 / 04

First memory

Your folder is connected

Index it once so ContextStream can remember this project across sessions — decisions, docs, and lessons included.

my-project/
Connected

Takes about a minute · You can keep working while it runs

Building your project’s memory… Memory saved

my-project/
Memory receipt my-project/ · 16 Jul 2026
  • 128 files indexed № 01
    src/ · docs/ · config scanned 00:00.9
  • 3 decisions found in your docs № 02
    saved to project memory 00:01.9
  • 1 lesson captured from a past fix № 03
    won’t be repeated next session 00:03.0
my-project/ — indexed

Your project has a memory

Ask one question to see how ContextStream grounds every answer in your own files.

Memory receipt my-project/
Files indexed128
Decisions captured3
Lessons learned1
Saved to project memory 16 Jul 2026

Your first grounded answer

You asked

What does this project do?
ContextStream

This project handles authenticated sessions for your app. It creates a session on sign-in, refreshes expired credentials automatically, and returns the current user to the rest of the codebase.

src/auth/session.ts
40export async function currentUser(req: Request) {
41 const session = await readSession(req)
42 if (session.expired) return refreshSession(session)
43 return session.user
44}

Answered from your project’s memory — 128 files, 3 decisions.

Dashboard

my-project/ Memory active Not indexed yet
128 files · 3 decisions · 1 lesson
Index once and ContextStream remembers your project across sessions.

Less lost context.