Skip to content

chore: make repository open-source contribution ready#12

Merged
Aarav261 merged 1 commit into
mainfrom
chore/open-source-ready
Jun 28, 2026
Merged

chore: make repository open-source contribution ready#12
Aarav261 merged 1 commit into
mainfrom
chore/open-source-ready

Conversation

@Aarav261

Copy link
Copy Markdown
Owner

Relicense and add the community scaffolding contributors expect.

License & docs

  • Relicense from proprietary "all rights reserved" to MIT
  • README: replace "not open source" section with Contributing + MIT
  • Add CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md
  • Un-ignore docker-compose.yml so contributors can run the stack (ARCHITECTURE.md stays private)

GitHub scaffolding

  • Issue templates (bug / feature) + config, PR template
  • CI workflow: ruff check + pytest (backend), eslint (extension)

Make CI green

  • Fix all 25 ruff lint errors (import sorting, lambda->def, type annotation, wrap long HTML-template lines)
  • Remove dead, never-defined get_last_seen_token() call in scripts/test_send_now.py (would have raised NameError)
  • Declare missing eslint devDependencies in extension/ so npm run lint works on a fresh clone
  • Scope pytest to tests/ (pytest.ini) so dev CLI scripts named test_*.py aren't collected
  • Fix brittle limiter mock so the link-ontrack test builds the app

Relicense and add the community scaffolding contributors expect.

License & docs
- Relicense from proprietary "all rights reserved" to MIT
- README: replace "not open source" section with Contributing + MIT
- Add CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md
- Un-ignore docker-compose.yml so contributors can run the stack
  (ARCHITECTURE.md stays private)

GitHub scaffolding
- Issue templates (bug / feature) + config, PR template
- CI workflow: ruff check + pytest (backend), eslint (extension)

Make CI green
- Fix all 25 ruff lint errors (import sorting, lambda->def, type
  annotation, wrap long HTML-template lines)
- Remove dead, never-defined get_last_seen_token() call in
  scripts/test_send_now.py (would have raised NameError)
- Declare missing eslint devDependencies in extension/ so
  `npm run lint` works on a fresh clone
- Scope pytest to tests/ (pytest.ini) so dev CLI scripts named
  test_*.py aren't collected
- Fix brittle limiter mock so the link-ontrack test builds the app
Copilot AI review requested due to automatic review settings June 28, 2026 04:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Aarav261 Aarav261 merged commit 331f8e8 into main Jun 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants