Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
1.9 KiB
JSON

{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [monorepo-tool] | --nx | --lerna | --rush | --turborepo | --yarn-workspaces\ndescription: Configure monorepo project structure with comprehensive workspace management and build orchestration\n---\n\n# Setup Monorepo\n\nConfigure comprehensive monorepo structure with advanced workspace management: **$ARGUMENTS**\n\n## Current Project State\n\n- Repository structure: !`find . -maxdepth 2 -type d | head -10`\n- Package manager: @package.json or existing workspace configuration\n- Existing monorepo: @nx.json or @lerna.json or @rush.json or @turbo.json\n- Project count: !`find . -name \"package.json\" -not -path \"./node_modules/*\" | wc -l`\n\n## Task\n\nImplement production-ready monorepo with advanced workspace management and build orchestration:\n\n**Monorepo Tool**: Use $ARGUMENTS to configure Nx, Lerna, Rush, Turborepo, or Yarn Workspaces\n\n**Monorepo Architecture**:\n1. **Workspace Structure** - Directory organization, package architecture, shared libraries, application separation\n2. **Dependency Management** - Workspace dependencies, version management, package hoisting, conflict resolution\n3. **Build Orchestration** - Task dependencies, parallel builds, incremental compilation, affected package detection\n4. **Development Workflow** - Hot reloading, debugging, testing strategies, development server coordination\n5. **CI/CD Integration** - Build pipelines, affected project detection, deployment orchestration, artifact management\n6. **Tooling Configuration** - Shared configurations, code quality tools, testing frameworks, documentation\n\n**Advanced Features**: Task caching, distributed execution, performance optimization, plugin ecosystem integration.\n\n**Team Productivity**: Developer experience optimization, onboarding automation, maintenance procedures.\n\n**Output**: Complete monorepo setup with optimized build system, comprehensive tooling, and team productivity enhancements."}