Implement project structure and documentation for Fog Expedition, including .mcp.json configuration, agent guidelines in AGENTS.md, and detailed project context in PROJECT_CONTEXT.md. Update .gitignore and pnpm-workspace.yaml for new dependencies and workspace management. Introduce CI monitoring skills and scripts for enhanced CI pipeline management.
This commit is contained in:
@@ -9,3 +9,13 @@ allowBuilds:
|
||||
nx: true
|
||||
unrs-resolver: true
|
||||
autoInstallPeers: true
|
||||
onlyBuiltDependencies:
|
||||
- '@nestjs/core'
|
||||
- '@parcel/watcher'
|
||||
- '@swc/core'
|
||||
- esbuild
|
||||
- less
|
||||
- lmdb
|
||||
- msgpackr-extract
|
||||
- nx
|
||||
- unrs-resolver
|
||||
|
||||
Reference in New Issue
Block a user