Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

Tenant First Aid is a chatbot for Oregon housing/eviction legal information. Flask backend + React frontend monorepo, deployed on Digital Ocean.

- **Architecture docs**: [Architecture.md](../Architecture.md) — RAG pipeline, endpoints, session management, frontend structure
- **Deployment docs**: [Deployment.md](../Deployment.md) — CI/CD, secrets, infrastructure
- **Architecture docs**: [docs/Architecture/](../docs/Architecture/) — RAG pipeline, endpoints, session management, frontend structure
- **Deployment docs**: [docs/Deployment/](../docs/Deployment/) — CI/CD, secrets, infrastructure
- **PR template**: [.github/pull_request_template.md](../.github/pull_request_template.md)
- **Dev commands**: `backend/Makefile`

Expand Down Expand Up @@ -51,11 +51,11 @@ uv run pytest -m langchain
# Run with LangSmith tracing (requires API key)
LANGSMITH_TRACING=true LANGCHAIN_TRACING_V2=true uv run pytest -m langchain

# Run evaluations (see backend/evaluate/EVALUATION.md)
# Run evaluations (see docs/Evaluation/)
uv run python -m evaluate.run_langsmith_evaluation --num-repetitions 20
```

See `docs/EVALUATION.md` for details.
See [docs/Evaluation/](../docs/Evaluation/) for details.

## Frontend workflow (run from `frontend/`)

Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ _Please replace this line with instructions on how to test your changes, a note

## Documentation

- [ ] If this PR changes the system architecture, `Architecture.md` has been updated
- [ ] If this PR changes the system architecture, [docs/Architecture/](../docs/Architecture/) has been updated

## [optional] Are there any post deployment tasks we need to perform?
Loading
Loading