Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
EXTRA_ENV=""
;;
5)
# HVAC supply sim smoke tests + hvac_validation + bar_building
FILES="tests/test_hvac_supply_sim.py tests/test_hvac_validation.py tests/test_bar_building.py"
# HVAC supply sim smoke tests + hvac_validation + bar_building + concurrent regression
FILES="tests/test_hvac_supply_sim.py tests/test_hvac_validation.py tests/test_bar_building.py tests/test_concurrent_tools.py"
EXTRA_ENV=""
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CLAUDE.md — Instructions for Claude Code

always be brutally honest
## Project: openstudio-mcp
MCP server giving AI agents full control of building energy modeling —
create buildings, author measures, configure HVAC, run EnergyPlus sims, extract
Expand Down Expand Up @@ -73,7 +73,7 @@ docker run --rm \
- Targeted: `LLM_TESTS_ENABLED=1 pytest tests/llm/test_06_progressive.py -k "thermostat_L1" -v`
- Full suite only for final validation
- Markers: `-m smoke` (12), `-m generic` (10), `-m progressive` (102)
- Benchmark results go in `docs/llm-test-benchmark.md`
- Benchmark results go in `docs/testing/llm-test-benchmark.md`

### Local Development
- Lint: `ruff check mcp_server/`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ The component properties tools can query and modify these 15 HVAC component type

## Testing

For the full testing guide — framework details, annotated examples, CI shards, and how to write new tests — see **[`docs/testing.md`](docs/testing.md)**.
For the full testing guide — framework details, annotated examples, CI shards, and how to write new tests — see **[`docs/testing/`](docs/testing/README.md)** (or [`docs/testing/testing.md`](docs/testing/testing.md) for the contributor guide).

### Quick start

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ COPY .github /repo/.github

ENV OSMCP_RUN_ROOT=/runs
ENV OSMCP_MAX_CONCURRENCY=1
ENV OSMCP_CODE_MODE=0
ENV PYTHONUNBUFFERED=1
ENV OPENSTUDIO_MCP_MODE=dev

Expand Down
271 changes: 0 additions & 271 deletions docs/development-process-findings.md

This file was deleted.

Loading
Loading