Skip to content

Commit a5077bd

Browse files
author
Jonathan D.A. Jewell
committed
Auto-commit: Sync changes [2026-02-21]
1 parent 45655f8 commit a5077bd

3,535 files changed

Lines changed: 335526 additions & 83 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TOPOLOGY.md

Lines changed: 74 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,87 @@
11
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
2-
<!-- TOPOLOGY.md -- Project architecture map and completion dashboard -->
3-
<!-- Last updated: 2026-02-14 -->
2+
<!-- TOPOLOGY.md Project architecture map and completion dashboard -->
3+
<!-- Last updated: 2026-02-19 -->
44

5-
# TOPOLOGY -- asdf-tool-plugins
5+
# asdf Tool Plugins — Project Topology
66

77
## System Architecture
88

99
```
10-
asdf-tool-plugins/
11-
├── .machine_readable/ # RSR state files
12-
├── .github/workflows/ # CI/CD
13-
├── contractiles/ # RSR contractile agreements
14-
├── asdf-ada-plugin/ # Ada plugin
15-
├── asdf-age-plugin/ # age encryption plugin
16-
├── asdf-apko-plugin/ # apko plugin
17-
├── asdf-arangodb-plugin/ # ArangoDB plugin
18-
├── asdf-bebop-plugin/ # Bebop plugin
19-
├── asdf-borg-plugin/ # BorgBackup plugin
20-
├── asdf-casket-ssg-plugin/ # Casket SSG plugin
21-
├── asdf-cassandra-plugin/ # Cassandra plugin
22-
├── asdf-cfssl-plugin/ # CFSSL plugin
23-
├── asdf-cobalt-plugin/ # Cobalt plugin
24-
├── asdf-cobol-plugin/ # COBOL plugin
25-
├── asdf-coredns-plugin/ # CoreDNS plugin
26-
├── asdf-cosign-plugin/ # Cosign plugin
27-
├── asdf-couchdb-plugin/ # CouchDB plugin
28-
├── asdf-cue-plugin/ # CUE plugin
29-
├── asdf-deno-plugin/ # Deno plugin
30-
├── asdf-dhall-plugin/ # Dhall plugin
31-
├── asdf-doctl-plugin/ # DigitalOcean CLI plugin
32-
├── asdf-dragonfly-plugin/ # DragonflyDB plugin
33-
├── asdf-envoy-plugin/ # Envoy plugin
34-
├── asdf-fornax-plugin/ # Fornax plugin
35-
├── asdf-fortran-plugin/ # Fortran plugin
36-
├── asdf-franklin-plugin/ # Franklin plugin
37-
├── asdf-fulcio-plugin/ # Fulcio plugin
38-
├── asdf-git-crypt-plugin/ # git-crypt plugin
39-
├── asdf-gitleaks-plugin/ # Gitleaks plugin
40-
├── asdf-grype-plugin/ # Grype plugin
41-
├── asdf-haproxy-plugin/ # HAProxy plugin
42-
├── asdf-hashicorp-plugin/ # HashiCorp tools plugin
43-
├── asdf-httpd-plugin/ # Apache HTTPD plugin
44-
├── asdf-influxdb-plugin/ # InfluxDB plugin
45-
├── asdf-kdl-fmt-plugin/ # KDL formatter plugin
46-
├── asdf-lego-plugin/ # Lego (ACME) plugin
47-
├── asdf-linkerd-plugin/ # Linkerd plugin
48-
├── asdf-mariadb-plugin/ # MariaDB plugin
49-
├── asdf-mdbook-plugin/ # mdBook plugin
50-
├── asdf-melange-plugin/ # Melange plugin
51-
├── asdf-mysql-plugin/ # MySQL plugin
52-
├── asdf-neo4j-plugin/ # Neo4j plugin
53-
├── asdf-nickel-plugin/ # Nickel plugin
54-
├── asdf-ocaml-plugin/ # OCaml plugin
55-
├── asdf-opa-plugin/ # OPA plugin
56-
├── asdf-openlitespeed-plugin/ # OpenLiteSpeed plugin
57-
├── asdf-openssh-plugin/ # OpenSSH plugin
58-
├── asdf-openssl-plugin/ # OpenSSL plugin
59-
├── asdf-orchid-plugin/ # Orchid plugin
60-
├── asdf-pollen-plugin/ # Pollen plugin
61-
├── asdf-pomerium-plugin/ # Pomerium plugin
62-
├── asdf-rekor-plugin/ # Rekor plugin
63-
├── asdf-rescript-plugin/ # ReScript plugin
64-
├── asdf-restic-plugin/ # Restic plugin
65-
├── asdf-rethinkdb-plugin/ # RethinkDB plugin
66-
├── asdf-serum-plugin/ # Serum plugin
67-
├── asdf-sops-plugin/ # SOPS plugin
68-
├── asdf-step-ca-plugin/ # step-ca plugin
69-
├── asdf-surrealdb-plugin/ # SurrealDB plugin
70-
├── asdf-syft-plugin/ # Syft plugin
71-
├── asdf-taplo-plugin/ # Taplo plugin
72-
├── asdf-trivy-plugin/ # Trivy plugin
73-
├── asdf-ui-plugin/ # UI plugin
74-
├── asdf-varnish-plugin/ # Varnish plugin
75-
├── asdf-virtuoso-plugin/ # Virtuoso plugin
76-
├── asdf-vlang-plugin/ # V language plugin
77-
├── asdf-yj-plugin/ # yj plugin
78-
├── asdf-yq-plugin/ # yq plugin
79-
├── asdf-zig-plugin/ # Zig plugin
80-
├── asdf-zola-plugin/ # Zola plugin
81-
├── README.adoc # Overview
82-
└── Justfile # Task runner
10+
┌─────────────────────────────────────────┐
11+
│ DEVELOPER / CLI │
12+
│ (asdf plugin add <name>) │
13+
└───────────────────┬─────────────────────┘
14+
15+
16+
┌─────────────────────────────────────────┐
17+
│ PLUGIN COLLECTION HUB │
18+
│ │
19+
│ ┌───────────┐ ┌───────────────────┐ │
20+
│ │ Language │ │ Infrastructure │ │
21+
│ │ Plugins │ │ Plugins │ │
22+
│ │ (Ada, OCaml,│ │ (Envoy, Varnish, │ │
23+
│ │ Zig, etc.) │ │ Coredns, etc.) │ │
24+
│ └─────┬─────┘ └────────┬──────────┘ │
25+
│ │ │ │
26+
│ ┌─────▼─────┐ ┌────────▼──────────┐ │
27+
│ │ Storage │ │ Security │ │
28+
│ │ Plugins │ │ Plugins │ │
29+
│ │(ArangoDB, │ │ (Cosign, Age, │ │
30+
│ │ MariaDB) │ │ Sops, etc.) │ │
31+
│ └─────┬─────┘ └────────┬──────────┘ │
32+
└────────│─────────────────│──────────────┘
33+
│ │
34+
▼ ▼
35+
┌─────────────────────────────────────────┐
36+
│ EXTERNAL TOOL SOURCES │
37+
│ (GitHub Releases, CDN, etc.) │
38+
└─────────────────────────────────────────┘
39+
40+
┌─────────────────────────────────────────┐
41+
│ REPO INFRASTRUCTURE │
42+
│ .bot_directives/ Justfile │
43+
│ contractiles/ .github/workflows/ │
44+
│ .machine_readable/ (STATE.a2ml) │
45+
└─────────────────────────────────────────┘
8346
```
8447

8548
## Completion Dashboard
8649

87-
| Component | Status | Progress |
88-
|-----------|--------|----------|
89-
| RSR Structure | Active | `████████░░` 80% |
90-
| Plugin Collection (66 plugins) | Active | `██████████` 100% |
91-
| Documentation | Active | `██████░░░░` 60% |
50+
```
51+
COMPONENT STATUS NOTES
52+
───────────────────────────────── ────────────────── ─────────────────────────────────
53+
PLUGIN CATEGORIES
54+
Language Plugins (Zig, V, Deno) ██████████ 100% All major runtimes active
55+
Infrastructure (Envoy, Proxy) ████████░░ 80% Scaling logic verified
56+
Storage (Arango, Virtuoso) ██████████ 100% DB installers stable
57+
Security (Age, Sops, Cosign) ██████████ 100% Full toolset available
58+
59+
SHARED INFRASTRUCTURE
60+
Justfile (Batch Build) ██████████ 100% Standard build automation
61+
.bot_directives/ ██████████ 100% Plugin hygiene rules
62+
.machine_readable/ ██████████ 100% STATE.a2ml tracking
63+
64+
─────────────────────────────────────────────────────────────────────────────
65+
OVERALL: █████████░ ~90% Robust plugin ecosystem
66+
```
9267

9368
## Key Dependencies
9469

95-
- RSR Template: `rsr-template-repo`
96-
- Runtime: `asdf` version manager
70+
```
71+
asdf Core ──────► Plugin Script ──────► Download Source ──────► Install
72+
73+
74+
Shim Generation
75+
```
76+
77+
## Update Protocol
78+
79+
This file is maintained by both humans and AI agents. When updating:
80+
81+
1. **After completing a component**: Change its bar and percentage
82+
2. **After adding a component**: Add a new row in the appropriate section
83+
3. **After architectural changes**: Update the ASCII diagram
84+
4. **Date**: Update the `Last updated` comment at the top of this file
85+
86+
Progress bars use: `` (filled) and `` (empty), 10 characters wide.
87+
Percentages: 0%, 10%, 20%, ... 100% (in 10% increments).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
;; .bot_directives — per-bot rules and constraints
3+
;; Media-Type: application/vnd.bot-directives+scm
4+
5+
(bot-directives
6+
(version "1.0")
7+
(notes
8+
"Repo-specific bot constraints."
9+
"Bots must follow these directives in addition to global policies."))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "echidnabot")
4+
(scope "formal verification and fuzzing")
5+
(allow ("analysis" "fuzzing" "proof checks"))
6+
(deny ("write to core modules" "write to bindings"))
7+
(notes "May open findings; code changes require explicit approval"))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "finishbot")
4+
(scope "release readiness")
5+
(allow ("release checklists" "docs updates" "metadata fixes"))
6+
(deny ("code changes without approval"))
7+
(notes "Focus on polish, licensing, and packaging"))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "glambot")
4+
(scope "presentation + accessibility")
5+
(allow ("docs" "readme badges" "ui/accessibility suggestions"))
6+
(deny ("logic changes"))
7+
(notes "Edits limited to presentation layers"))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "rhodibot")
4+
(scope "rsr-compliance")
5+
(allow ("metadata" "docs" "repo-structure checks"))
6+
(deny ("destructive edits without approval"))
7+
(notes "Auto-fix allowed only for formatting in docs and metadata"))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "robot-repo-automaton")
4+
(scope "automated fixes")
5+
(allow ("low-risk automated edits"))
6+
(deny ("core logic changes without approval"))
7+
(notes "Only apply fixes backed by explicit rule approval"))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "seambot")
4+
(scope "integration health")
5+
(allow ("analysis" "contract checks" "docs updates"))
6+
(deny ("code changes without approval"))
7+
(notes "May add integration test suggestions"))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(bot-directive
3+
(bot "sustainabot")
4+
(scope "eco/economic standards")
5+
(allow ("analysis" "reporting" "docs updates"))
6+
(deny ("code changes without approval"))
7+
(notes "Focus on measurement and recommendations"))

asdf-augmenters/.editorconfig

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# RSR-template-repo - Editor Configuration
2+
# https://editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
indent_size = 2
10+
indent_style = space
11+
insert_final_newline = true
12+
trim_trailing_whitespace = true
13+
14+
[*.md]
15+
trim_trailing_whitespace = false
16+
17+
[*.adoc]
18+
trim_trailing_whitespace = false
19+
20+
[*.rs]
21+
indent_size = 4
22+
23+
[*.ex]
24+
indent_size = 2
25+
26+
[*.exs]
27+
indent_size = 2
28+
29+
[*.zig]
30+
indent_size = 4
31+
32+
[*.ada]
33+
indent_size = 3
34+
35+
[*.adb]
36+
indent_size = 3
37+
38+
[*.ads]
39+
indent_size = 3
40+
41+
[*.hs]
42+
indent_size = 2
43+
44+
[*.res]
45+
indent_size = 2
46+
47+
[*.resi]
48+
indent_size = 2
49+
50+
[*.ncl]
51+
indent_size = 2
52+
53+
[*.rkt]
54+
indent_size = 2
55+
56+
[*.scm]
57+
indent_size = 2
58+
59+
[*.nix]
60+
indent_size = 2
61+
62+
[Justfile]
63+
indent_style = space
64+
indent_size = 4
65+
66+
[justfile]
67+
indent_style = space
68+
indent_size = 4

0 commit comments

Comments
 (0)