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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
portfolio_spinup_team failed with Error binding repo into team config: ENOENT on every current host (#21). protoAgent ≥ 0.78 scaffolds the team workspace config at <ws>/config/langgraph-config.yaml (ADR 0065 two-tier paths); the bind step still read the pre-two-tier root location, the rollback purged the workspace, and the PM retried into a debugging spiral. The config path now resolves per host layout, with the legacy root as fallback. (#22)