Skip to content

Commit a3dd0ee

Browse files
committed
docs: update Copilot instructions and add changelog badge to README
1 parent 6cc3ebc commit a3dd0ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: Vite + React 19 + TypeScript (strict), using SWC React plugin. Auth sta
44

55
Big picture
66

7-
- SPA bootstrapped by Vite. Entry `src/main.tsx` mounts `src/App.tsx` into `#root` in `index.html`.
7+
- SPA bootstrapped by Vite. Entry `src/main.tsx` mounts `src/App.tsx` into `root` in `index.html`.
88
- Build is type-first: `npm run build` executes `tsc -b` before `vite build`. CI fails on any TS errors.
99
- Flat ESLint config with React Hooks and React Refresh rules; focus on `.ts/.tsx` files; `dist/` ignored.
1010
- ESM-only repository (`"type": "module"`, TS `moduleResolution: bundler`, `verbatimModuleSyntax: true`). Prefer `import type` for types.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Frontend CI](https://github.com/sameboat-platform/frontend/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/sameboat-platform/frontend/actions/workflows/frontend-ci.yml)
22
[![Release](https://img.shields.io/github/v/tag/sameboat-platform/frontend?label=release&sort=semver)](https://github.com/sameboat-platform/frontend/releases)
3+
[![Changelog 0.3.0](https://img.shields.io/badge/changelog-0.3.0-blue)](CHANGELOG.md#030---2025-10-29)
34
[![License](https://img.shields.io/github/license/sameboat-platform/frontend.svg)](LICENSE)
45
[![Dependencies](https://img.shields.io/github/actions/workflow/status/sameboat-platform/frontend/frontend-ci.yml?label=build)](https://github.com/sameboat-platform/frontend/actions)
56
[![Coverage](./.github/badges/coverage.svg)](https://github.com/sameboat-platform/frontend/actions/workflows/coverage-badge.yml)

0 commit comments

Comments
 (0)