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
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/adopt-ccc-udt.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/config.json

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/remove-local-utility-functions.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/remove-smarttx-capacitymgr.md

This file was deleted.

78 changes: 0 additions & 78 deletions .devcontainer/devcontainer.json

This file was deleted.

10 changes: 8 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check (lint, build and test)

on: [pull_request, push]
on:
pull_request:
push:
branches: [master]

jobs:
build:
Expand All @@ -13,5 +16,8 @@ jobs:
node-version: 24
- uses: pnpm/action-setup@v4

- name: Check (lint, build and test)
- name: Install jq for fork bootstrap
run: sudo apt-get update -qq && sudo apt-get install -y -qq --no-install-recommends jq

- name: Run pnpm check
run: pnpm check
41 changes: 0 additions & 41 deletions .github/workflows/publish.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Dependencies
**/node_modules/
.pnpm-store/

Comment thread
phroi marked this conversation as resolved.
# Artifacts
**/dist/


# AI tool config symlink
CLAUDE.md

# Time tracking
.focus-timer
85 changes: 0 additions & 85 deletions .planning/PROJECT.md

This file was deleted.

Loading
Loading