From c513a6f4d82e26acd9dc79544aef4a1717988399 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 17 Mar 2026 18:41:55 +0000 Subject: [PATCH] Chore: Prepare the extensions for publishing --- vault/1password/.gitignore | 10 ++++++++++ vault/1password/.swamp.yaml | 5 +++++ vault/1password/manifest.yaml | 1 + vault/aws-sm/.gitignore | 10 ++++++++++ vault/aws-sm/.swamp.yaml | 5 +++++ vault/aws-sm/manifest.yaml | 1 + vault/azure-kv/.gitignore | 10 ++++++++++ vault/azure-kv/.swamp.yaml | 5 +++++ vault/azure-kv/manifest.yaml | 1 + 9 files changed, 48 insertions(+) create mode 100644 vault/1password/.gitignore create mode 100644 vault/1password/.swamp.yaml create mode 100644 vault/aws-sm/.gitignore create mode 100644 vault/aws-sm/.swamp.yaml create mode 100644 vault/azure-kv/.gitignore create mode 100644 vault/azure-kv/.swamp.yaml diff --git a/vault/1password/.gitignore b/vault/1password/.gitignore new file mode 100644 index 0000000..7e9045b --- /dev/null +++ b/vault/1password/.gitignore @@ -0,0 +1,10 @@ +# BEGIN swamp managed section - DO NOT EDIT + +# Runtime data (not needed in version control) +.swamp/ + +# Claude Code configuration (managed by swamp) +.claude/ +# END swamp managed section + +CLAUDE.md diff --git a/vault/1password/.swamp.yaml b/vault/1password/.swamp.yaml new file mode 100644 index 0000000..85fcf4c --- /dev/null +++ b/vault/1password/.swamp.yaml @@ -0,0 +1,5 @@ +swampVersion: 20260206.200442.0 +initializedAt: '2026-03-17T18:26:56.550Z' +repoId: 2db600a8-1df3-4e50-a855-ae339aa9c337 +tool: claude +gitignoreManaged: true diff --git a/vault/1password/manifest.yaml b/vault/1password/manifest.yaml index 10be278..b54c05a 100644 --- a/vault/1password/manifest.yaml +++ b/vault/1password/manifest.yaml @@ -2,6 +2,7 @@ manifestVersion: 1 name: "@swamp/1password" version: "2026.03.17.1" description: "1Password vault provider — uses the op CLI for secret operations" +repository: "https://github.com/systeminit/swamp-extensions" vaults: - onepassword.ts labels: diff --git a/vault/aws-sm/.gitignore b/vault/aws-sm/.gitignore new file mode 100644 index 0000000..7e9045b --- /dev/null +++ b/vault/aws-sm/.gitignore @@ -0,0 +1,10 @@ +# BEGIN swamp managed section - DO NOT EDIT + +# Runtime data (not needed in version control) +.swamp/ + +# Claude Code configuration (managed by swamp) +.claude/ +# END swamp managed section + +CLAUDE.md diff --git a/vault/aws-sm/.swamp.yaml b/vault/aws-sm/.swamp.yaml new file mode 100644 index 0000000..727ef1f --- /dev/null +++ b/vault/aws-sm/.swamp.yaml @@ -0,0 +1,5 @@ +swampVersion: 20260206.200442.0 +initializedAt: '2026-03-17T18:27:48.104Z' +repoId: 299d5c14-f171-4c04-9f42-ad837a77c05b +tool: claude +gitignoreManaged: true diff --git a/vault/aws-sm/manifest.yaml b/vault/aws-sm/manifest.yaml index 76487d0..24ec86c 100644 --- a/vault/aws-sm/manifest.yaml +++ b/vault/aws-sm/manifest.yaml @@ -2,6 +2,7 @@ manifestVersion: 1 name: "@swamp/aws-sm" version: "2026.03.17.1" description: "AWS Secrets Manager vault provider" +repository: "https://github.com/systeminit/swamp-extensions" vaults: - aws_sm.ts labels: diff --git a/vault/azure-kv/.gitignore b/vault/azure-kv/.gitignore new file mode 100644 index 0000000..7e9045b --- /dev/null +++ b/vault/azure-kv/.gitignore @@ -0,0 +1,10 @@ +# BEGIN swamp managed section - DO NOT EDIT + +# Runtime data (not needed in version control) +.swamp/ + +# Claude Code configuration (managed by swamp) +.claude/ +# END swamp managed section + +CLAUDE.md diff --git a/vault/azure-kv/.swamp.yaml b/vault/azure-kv/.swamp.yaml new file mode 100644 index 0000000..fa6d425 --- /dev/null +++ b/vault/azure-kv/.swamp.yaml @@ -0,0 +1,5 @@ +swampVersion: 20260206.200442.0 +initializedAt: '2026-03-17T18:28:02.387Z' +repoId: 19364e34-a63d-46c2-8836-ed8eefd9c53f +tool: claude +gitignoreManaged: true diff --git a/vault/azure-kv/manifest.yaml b/vault/azure-kv/manifest.yaml index b361eaa..d82ca17 100644 --- a/vault/azure-kv/manifest.yaml +++ b/vault/azure-kv/manifest.yaml @@ -2,6 +2,7 @@ manifestVersion: 1 name: "@swamp/azure-kv" version: "2026.03.17.1" description: "Azure Key Vault vault provider" +repository: "https://github.com/systeminit/swamp-extensions" vaults: - azure_kv.ts labels: