docs(README): add missing packages to project structure section

This commit is contained in:
2026-05-11 20:55:16 +03:00
parent a7ddc90e17
commit c7029a0d34

View File

@@ -106,14 +106,16 @@ nix-overlay/
│ ├── default.nix # Binary-cache-friendly overlay │ ├── default.nix # Binary-cache-friendly overlay
│ └── shared-nixpkgs.nix # Dependency-sharing overlay │ └── shared-nixpkgs.nix # Dependency-sharing overlay
├── packages/ # Package definitions ├── packages/ # Package definitions
│ ├── container-use/ # Containerized environments for coding agents
│ ├── default/ # Meta-package listing all packages │ ├── default/ # Meta-package listing all packages
│ ├── desloppify/ # Codebase health scanner for AI agents │ ├── desloppify/ # Codebase health scanner for AI agents
│ ├── freebuff/ # Free coding agent (Codebuff)
│ ├── flake-inputs/ # Utility for caching flake inputs │ ├── flake-inputs/ # Utility for caching flake inputs
│ ├── freebuff/ # Free coding agent (Codebuff)
│ ├── goose-cli/ # Goose AI agent CLI │ ├── goose-cli/ # Goose AI agent CLI
│ ├── graphify/ # Knowledge graph generator for code folders │ ├── graphify/ # Knowledge graph generator for code folders
│ ├── kubernetes-mcp-server/ # MCP server for Kubernetes and OpenShift
│ ├── mcp-gateway/ # MCP protocol gateway │ ├── mcp-gateway/ # MCP protocol gateway
│ ├── radar/ # Kubernetes UI (topology, timeline, Helm, GitOps) │ ├── radar/ # Kubernetes UI (topology, timeline, Helm, GitOps)
│ └── skillsmcp/ # MCP server for Agent Skills │ └── skillsmcp/ # MCP server for Agent Skills
└── README.md └── README.md
``` ```