Skip to content

Commit

Permalink
feat: Drop snapshots/schemata
Browse files Browse the repository at this point in the history
This was a fun idea to move KS settings editing into another domain. A lot was learned from this experiment. But it's ultimately too restrictive to development, sparked little interest, and is of little value.

Instead of hanging on to this failed feature, it will be discarded to allow focus on more useful features.
  • Loading branch information
oliversalzburg committed Jul 29, 2024
1 parent b284503 commit 765c3bc
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 7,771 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/schema-update.yml

This file was deleted.

1,040 changes: 0 additions & 1,040 deletions baselines/absolute-zero.json

This file was deleted.

18 changes: 1 addition & 17 deletions package.json-scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"manifestPath": "package.json",
"projectName": "kitten-scientists",
"scriptName": "lint:eslint",
"scriptCode": "eslint . --ext .ts",
"scriptCode": "eslint .",
"isGlobal": true,
"isRootManifest": true
},
Expand All @@ -183,22 +183,6 @@
"isGlobal": true,
"isRootManifest": true
},
{
"manifestPath": "packages/snapshot-analyzer/package.json",
"projectName": "@kitten-science/snapshot-analyzer",
"scriptName": "snapshot-analyzer:build",
"scriptCode": "vite build",
"isGlobal": true,
"isRootManifest": false
},
{
"manifestPath": "packages/snapshot-analyzer/package.json",
"projectName": "@kitten-science/snapshot-analyzer",
"scriptName": "snapshot-analyzer:serve",
"scriptCode": "vite serve",
"isGlobal": true,
"isRootManifest": false
},
{
"manifestPath": "packages/action-release-info/package.json",
"projectName": "@kitten-science/action-release-info",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Source:

```shell
eslint . --ext .ts
eslint .
```

- Description:
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
- Source:

```shell
eslint . --ext .ts
eslint .
```

- Description:
Expand All @@ -258,32 +258,6 @@

_documentation pending_

## snapshot-analyzer:build

- Project: `@kitten-science/snapshot-analyzer`
- Source:

```shell
vite build
```

- Description:

_documentation pending_

## snapshot-analyzer:serve

- Project: `@kitten-science/snapshot-analyzer`
- Source:

```shell
vite serve
```

- Description:

_documentation pending_

## test

- Project: `kitten-scientists`
Expand Down
3 changes: 0 additions & 3 deletions packages/kitten-engineers/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions packages/snapshot-analyzer/package.json

This file was deleted.

164 changes: 0 additions & 164 deletions packages/snapshot-analyzer/source/SnapshotAnalyzer.ts

This file was deleted.

Loading

0 comments on commit 765c3bc

Please sign in to comment.