Workspace Tools
Workspace Tools is a monorepo of automation, MCP, and orchestration tools built with TypeScript, shell scripts, and Python. It consolidates several internal tools that support project scaffolding, documentation serving, and standards enforcement across the alawein portfolio.
The monorepo contains three primary packages. The first is mobius-cli, a command-line interface that handles project scaffolding, governance validation, and drift checking. It can validate governance configuration files and report kappa metrics along with convergence analysis, providing quantitative feedback on how well a project aligns with its declared governance rules. The second package is docs-mcp, a documentation MCP server that exposes project documentation to AI assistants through the Model Context Protocol. The third is mobius-standards, a shared standards package that codifies the conventions and policies that the CLI validates against.
The CLI's governance validation capability is a key feature. It checks project configurations against defined standards and produces kappa values that measure distance from ideal compliance. Convergence analysis tracks how these metrics change over time, indicating whether a project is trending toward or away from its governance targets.
Workspace Tools is hosted on GitHub under the alawein organization and is in active development at P2 priority. Its stack spans TypeScript for the CLI and MCP server, shell for automation scripts, and Python for supporting tooling. The project is tagged for workspace management, automation, and orchestration use cases.