Skip to content

Add CONTRIBUTING.md for OSS onboarding #48

Description

@AhmadHammad21

Summary

Add a CONTRIBUTING.md at the repo root to help new contributors get started quickly.

What to include

  • Dev setupcd apps/backend && uv sync, frontend npm install, environment config
  • Repo structure — brief map of apps/backend, apps/frontend, apps/documentation, deployment/
  • How to add a tool — register in ALL_TOOLS in apps/backend/src/agent/core.py, type hints required
  • How to add a skill — drop a SKILL.md into apps/backend/src/skills/<name>/SKILL.md
  • How to add a migration — new numbered file in apps/backend/migrations/, append-only
  • Running testscd apps/backend && uv run pytest (or make test)
  • Lintingmake lint / make lint-fix (ruff, line-length 100)
  • PR checklist — tests pass, ruff clean, CLAUDE.md updated if behavior changed
  • Code style rules — type hints everywhere, tools return dict never raise, no shell=True, loguru not print

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions