Hosted-style demo mode

Project Brain makes Claude, Codex, and Cursor better inside your project.

Sign in, connect a repo, install one CLI command, and every new AI coding session gets the briefing your project wishes it had.

Project BrainDemo repo connected
Briefing
Tasks
Standards
Setup

Welcome back.

Codex touched src/billing/retry.ts. Tests failed twice until the idempotency case was added.

Next: start with the retry file and run project-brain run "npm test -- retry".

4tasks
2standards
0repeats
1repo

Project dashboard

Repoacme/billing-serviceManual connectSetup 3/4

Current Project Brain briefing

Welcome back.

Yesterday Codex touched src/billing/retry.ts, and retry tests failed twice before the idempotency case was added.

Why it matters: billing retry changes now have an accepted operating standard backed by 6 evidence signals.

Next:

  • Start with src/billing/retry.ts.
  • Keep the retry wrapper and idempotency guard.
  • Run project-brain run "npm test -- retry".
4tasks captured
3files changed
2checks learned from
0repeat failures

Setup status

API key generatedpb_demo_7f4c92_retry
Project createdDemo project: billing-service
Shell hook statusOpt in with awx-sync shell install to capture commands automatically.
Claude context statusRun awx-sync claude-context once or keep it fresh with awx-sync claude-context start.
Codex context statusRun awx-sync codex-context once or keep it fresh with awx-sync codex-context start.
MCP statusAdd the Project Brain MCP server so Claude can query briefings, standards, replays, and handoffs directly.

Recent file changes

src/billing/retry.tsChanged by Codex during retry work.
src/billing/retry.test.tsIdempotency regression added after failures.
No local changes from your repo yetThis fills in after project-brain watch starts.

Captured commands and tests

npm test -- retryFailed twice in Codex session, then passed in Claude session.
No commands from your machine yetRun checks with project-brain run "npm test".

Learned standards

BillingRetry changes need regression coverage before handoff.
TestingUse the narrowest failing test command until it passes.
AuthPreserve session conventions unless the PR explains the behavior change.

One-line install

Paste this in the repo you want Project Brain to watch.

npm install -g project-brain
project-brain init --api-key pb_demo_7f4c92_retry --name "billing-service" --tool codex
project-brain health
awx-sync setup
awx-sync shell install
awx-sync claude-context once
awx-sync codex-context once

Test capture example: project-brain run "npm test -- retry"