You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
sidey79
committed
docs(agents): document running the test suite in the devcontainer
There is deliberately no virtualenv in the repository root, which invites
building an ad hoc environment instead - that pulls its own package
versions, misses the companion services and produces numbers that are not
the project's. The devcontainer already defines both, so AGENTS.md now says
so and gives the plain Compose commands for use outside VS Code, including
the explicit pip3 install that the postCreateCommand would otherwise do.
Also records why a branch switch can fail with a permission error on
.devcontainer/fhem-data/: the FHEM image owns those files as 6061 unless
FHEM_UID and FHEM_GID point at the host user.
0 commit comments