Compare commits

..

1 Commits

Author SHA1 Message Date
Xe Iaso
b193a33a26 chore: remove copilot instructions
Recent models like GPT-5 have broken these instructions. As such, I
don't think that it's worth having these around anymore. I think that
longer term it may be better to have a policy of having people disclaim
which models they use in commit footers rather than having a "don't use
this tool" policy, which people are just going to work around and
ignore.
2025-10-25 02:08:24 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
1.23.0-pre2 1.23.0-pre1

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.23.0-pre2", "version": "1.23.0-pre1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.23.0-pre2", "version": "1.23.0-pre1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-crypto/sha256-js": "^5.2.0", "@aws-crypto/sha256-js": "^5.2.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.23.0-pre2", "version": "1.23.0-pre1",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {