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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Report a reproducible problem in the local reference product or Studio
title: ""
labels: bug
assignees: ""
---

## Summary


## Reproduction

1.

## Expected Behavior


## Environment

- OS:
- Python version:
- Node/npm version:
- Core LM Studio or CLI path:

## Notes

Do not include secrets, private benchmark data, or customer materials.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_or_repro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Documentation or reproducibility note
about: Flag unclear docs, reproducibility steps, or release artifact notes
title: ""
labels: documentation
assignees: ""
---

## Area


## Current Text Or Step


## Suggested Clarification


## Validation Context

- Command or document path checked:
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Summary

-

## Validation

- [ ] `PYTHONPATH=. python -m pytest -q`
- [ ] `npm run desktop:test`
- [ ] Documentation-only change

## Scope

- [ ] This PR keeps the proprietary license and claim boundary unchanged.
- [ ] This PR does not add hosted-production, security-audit, or customer-adoption claims.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Core LM Studio

[![CI](https://github.com/volodymyr-yelisieiev/corelm/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/volodymyr-yelisieiev/corelm/actions/workflows/ci.yml)
![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-3776AB)
![TypeScript 5.x](https://img.shields.io/badge/typescript-5.x-3178C6)
![License](https://img.shields.io/badge/license-Proprietary-lightgrey)

Core LM Studio is a local-first Windows desktop application built on top of the
Core LM full-spectrum research kit. It combines:

Expand Down