Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions packages/web/src/content/docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ Erode is an npm workspace monorepo. The diagram below shows the package structur

## Packages

- **core**: Analysis engine with AI pipeline, providers, adapters, and platform integrations.
- **cli**: Interactive terminal interface.
- **web**: Documentation and landing page.
- **eslint-config**: Shared ESLint configuration for all packages.
| Package | npm | Description |
| ----------------- | ----------------- | ----------------------------------------------------------------------- |
| **core** | `@erode-app/core` | Analysis engine. Exports the `erode-ci` binary used by CI integrations. |
| **cli** | `@erode-app/cli` | Interactive terminal interface. Exports the `erode` binary. |
| **web** | private | Documentation and landing page. |
| **architecture** | private | LikeC4 architecture diagrams. |
| **eslint-config** | private | Shared ESLint configuration. |

### CI entry point

GitHub Actions, GitLab CI, and Bitbucket Pipelines all invoke `erode-ci` (core's `dist/ci-entry.js`).
The entrypoint scripts live at the repo root: `entrypoint.sh`, `entrypoint-gitlab.sh`, `entrypoint-bitbucket.sh`.