pub fn teams_entry() -> Result<PathBuf, TeamsError>Expand description
Locate the Node teams entry (sdk/teams/bin/teams.mjs).
Candidates, in order: SUPERCODE_TEAMS_ENTRY (an explicit override, which
is also how a test points at a fake), the repo checkout the running binary
sits in, the current directory, the workspace this crate was built from,
and the globally installed npm package — an installed binary has no
checkout, so npm install -g @volter-ai-dev/supercode-teams is how a
Machine gets its node.