-
Notifications
You must be signed in to change notification settings - Fork 280
Expand file tree
/
Copy pathplugin.json
More file actions
36 lines (36 loc) · 1.11 KB
/
Copy pathplugin.json
File metadata and controls
36 lines (36 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "arckit-au-energy",
"version": "6.12.0",
"defaultEnabled": false,
"description": "Australian Energy Sector Overlay for ArcKit — 2 commands for AESCSF maturity assessment and energy-sector compliance (AER ring-fencing, AEMC NER/NGR, AEMO interfaces, DERMS/DOE, CSIP-AUS, SOCI escalation). Recipe: au-energy. First Australian sector overlay; composes the arckit-au federal baseline (Essential Eight, ISM, OT security, SOCI/CIRMP, Privacy Act/NDB). Requires arckit core and arckit-au plugins.",
"author": {
"name": "TractorJuice",
"url": "https://github.com/tractorjuice"
},
"homepage": "https://arckit.org",
"repository": "https://github.com/tractorjuice/arckit-claude",
"license": "MIT",
"keywords": [
"architecture",
"governance",
"australia",
"energy",
"aescsf",
"critical-infrastructure",
"aer",
"aemo",
"der",
"soci"
],
"dependencies": [
{
"name": "arckit",
"version": "=6.12.0"
},
{
"name": "arckit-au",
"version": "=6.12.0"
}
]
}