Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
release:
runs-on: windows-latest # required to use wix
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
86 changes: 0 additions & 86 deletions .vscode/agentuity-schema.json

This file was deleted.

8 changes: 1 addition & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"files.associations": {
"*.ts": "typescript",
"**/internal/templates/data/**/*.yaml": "yaml"
"*.ts": "typescript"
},
"[typescript]": {
"editor.formatOnSave": false
},
"yaml.schemas": {
".vscode/agentuity-schema.json": [
"**/internal/templates/data/templates.yaml"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this moved into the templates repo and i forgot to remove them

]
},
"yaml.validate": true,
"yaml.customTags": [
"!include scalar",
Expand Down
Loading