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
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,16 @@ indent_size = 4
indent_style = tab

[Web.config]
end_of_line = crlf
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true

[packages.config]
end_of_line = crlf
charset = utf-8-bom
indent_style = space
indent_size = 2
insert_final_newline = false

[.editorconfig]
end_of_line = crlf
charset = utf-8
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ src/negative_test/convex/ @ianmacartney @thomasballinger @Nicolapps
src/schemas/json/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/test/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/negative_test/popxf-* @peterstangl @alekssmolkovic @kenmimasu

# Managed by Open-KYA Team:
src/schemas/json/kya.json @wp-lkl
src/test/kya/ @wp-lkl
src/negative_test/kya/ @wp-lkl
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: 'https://github.com/rbubley/mirrors-prettier'
rev: 'v3.7.4'
rev: 'v3.8.1'
hooks:
- id: 'prettier'
types: [text]
Expand Down
25 changes: 25 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8317,6 +8317,21 @@
"fileMatch": ["*.ksy"],
"url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
},
{
"name": "KYA Manifest",
"description": "Know Your Agent (KYA) Manifest for autonomous AI agents (identity, governance, and operational constraints)",
"fileMatch": [
"kya-manifest.json",
"kya.json",
"*.kya.json",
"kya-manifest.schema.json"
],
"url": "https://www.schemastore.org/kya.json",
"versions": {
"development": "https://raw.githubusercontent.com/open-kya/kya-standard/main/schema/kya-manifest.schema.json",
"1.0": "https://raw.githubusercontent.com/open-kya/kya-standard/v1.0/schema/kya-manifest.schema.json"
}
},
{
"name": "Cloud Foundry Application Manifest",
"description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
Expand Down Expand Up @@ -9253,6 +9268,16 @@
"description": "pgxgen configuration file",
"fileMatch": ["pgxgen.yml", "pgxgen.yaml"],
"url": "https://raw.githubusercontent.com/tkcrm/pgxgen/refs/heads/master/schemas/pgxgen-schema.json"
},
{
"name": "Espanso match.yml",
"description": "define WHAT Espanso does",
"url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/match.schema.json"
},
{
"name": "Espanso config.yml",
"description": "define HOW Espanso acts",
"url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/config.schema.json"
}
]
}
Binary file modified src/img/sponsor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading