Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.97 KB

File metadata and controls

36 lines (34 loc) · 1.97 KB

Grainulator directory structure

grainulator/
├── .claude-plugin/       Claude plugin manifest
├── .codex-plugin/        Codex host overlay
├── plugin.json          Agent Plugin manifest
├── mcp.json             Native Codex MCP configuration
├── .nvmrc               Node 25 local default
├── .node-version        Node 25 local default
├── .github/             CI and repository workflows
├── agents/              Host agent instructions
├── bin/                 Grainulator CLI entry point
├── docs/                Architecture, migration and dogfood guides
├── evals/               Evaluation cases and fixtures
├── hooks/               Evidence hooks and write guard
├── lib/                 Research, providers and execution loop
├── packages/
│   ├── analytics/       Sprint metrics and generated reports
│   ├── evidence/        Claims, compiler and MCP operations
│   ├── exports/         Briefs, decks and document conversion
│   ├── legacy-cli/      Compatibility CLI
│   ├── memory/          Retrieval and source context
│   ├── orchestration/   Sprint dependencies
│   ├── runtime/         Managed execution and verification
│   └── shared/          Shared utilities and assets
├── scripts/             Previews, audits and acceptance checks
├── site/                Product site and research playground
├── skills/              Portable and host workflow instructions
├── templates/           Shared accessible artifact templates
├── test/                Plugin and dogfood regression tests
├── package.json
└── package-lock.json

The permission dashboard app, its connectors, hooks, and runtime dependency have been removed. Generated evidence and analytics reports remain supported. Local build outputs, caches and .dogfood/ audit artifacts are omitted above; original repositories remain untouched.