Manages multi-agent projects by discovering, listing, switching, and validating workspace anchors using environment paths to prevent context drift.
Initial release of Workspace Anchor: a multi-agent workspace awareness and safety system. - Discovers, lists, switches, and validates project environments using `.project-lock` files. - Prevents agent drift by requiring environment-based naming for project anchors. - Provides CLI commands: `discover`, `list`, `create <path>`, `switch <name>`, and `validate <path>`. - Includes critical agent instruction to always locate correct absolute paths before use.