Skip to content

Commit a530d78

Browse files
committed
chore: RSR sync and mass repository update
1 parent d83af0a commit a530d78

3 files changed

Lines changed: 107 additions & 12 deletions

File tree

.gitignore

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# RSR-compliant .gitignore
12
# OS generated files
23
.DS_Store
34
.DS_Store?
@@ -29,3 +30,95 @@ secrets.yaml
2930
# Logs
3031
*.log
3132
logs/
33+
34+
35+
# OS & Editor
36+
.DS_Store
37+
Thumbs.db
38+
*.swp
39+
*.swo
40+
*~
41+
.idea/
42+
.vscode/
43+
44+
45+
# Build
46+
/target/
47+
/_build/
48+
/build/
49+
/dist/
50+
/out/
51+
/zig-out/
52+
/zig-cache/
53+
54+
55+
# Dependencies
56+
/node_modules/
57+
/vendor/
58+
/deps/
59+
/.elixir_ls/
60+
61+
62+
# Cargo.lock # Keep for binaries
63+
64+
65+
# Elixir
66+
/cover/
67+
/doc/
68+
*.ez
69+
erl_crash.dump
70+
71+
72+
# Julia
73+
*.jl.cov
74+
*.jl.mem
75+
/Manifest.toml
76+
77+
78+
# ReScript
79+
/lib/bs/
80+
/.bsb.lock
81+
82+
83+
# Python (SaltStack only)
84+
__pycache__/
85+
*.py[cod]
86+
.venv/
87+
88+
89+
# Ada/SPARK
90+
*.ali
91+
/obj/
92+
/bin/
93+
94+
95+
# Haskell
96+
/.stack-work/
97+
/dist-newstyle/
98+
99+
100+
# Chapel
101+
*.chpl.tmp.*
102+
103+
104+
# Secrets
105+
.env
106+
.env.*
107+
*.pem
108+
*.key
109+
secrets/
110+
111+
112+
# Test/Coverage
113+
/coverage/
114+
htmlcov/
115+
116+
117+
# Machine-readable locks
118+
.machine_readable/.locks/
119+
120+
121+
# Temp
122+
/tmp/
123+
*.tmp
124+
*.bak

absolute-zero/contractiles/k9/README.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ K9 contractiles integrate with other RSR standards:
130130
⚠️ **Never run as root unless required** +
131131
⚠️ **Sandbox external components**
132132

133-
**See:** https://github.com/hyperpolymath/k9-svc/blob/main/docs/SECURITY-BEST-PRACTICES.adoc
133+
**See:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/docs/SECURITY-BEST-PRACTICES.adoc
134134

135135
== Template Files
136136

@@ -154,14 +154,15 @@ chmod +x nickel && sudo mv nickel /usr/local/bin/
154154
cargo install just
155155
156156
# Clone K9-SVC (for must shim and tooling)
157-
git clone https://github.com/hyperpolymath/k9-svc.git
157+
git clone https://github.com/hyperpolymath/standards.git
158+
# Note: K9-SVC is located in standards/k9-svc
158159
----
159160

160161
== Learn More
161162

162-
- **K9-SVC Specification:** https://github.com/hyperpolymath/k9-svc/blob/main/SPEC.adoc
163-
- **K9 User Guide:** https://github.com/hyperpolymath/k9-svc/blob/main/GUIDE.adoc
164-
- **Security Documentation:** https://github.com/hyperpolymath/k9-svc/blob/main/docs/SECURITY-FAQ.adoc
163+
- **K9-SVC Specification:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/SPEC.adoc
164+
- **K9 User Guide:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/GUIDE.adoc
165+
- **Security Documentation:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/docs/SECURITY-FAQ.adoc
165166
- **IANA Media Type:** `application/vnd.k9+nickel`
166167

167168
== Contributing
@@ -174,4 +175,4 @@ When adding K9 contractiles to your repository:
174175
4. Sign Hunt-level components before committing
175176
5. Add K9 validation to CI/CD pipeline
176177

177-
**Questions?** Open an issue on https://github.com/hyperpolymath/k9-svc
178+
**Questions?** Open an issue on https://github.com/hyperpolymath/standards/tree/main/k9-svc

aletheia/contractiles/k9/README.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ K9 contractiles integrate with other RSR standards:
130130
⚠️ **Never run as root unless required** +
131131
⚠️ **Sandbox external components**
132132

133-
**See:** https://github.com/hyperpolymath/k9-svc/blob/main/docs/SECURITY-BEST-PRACTICES.adoc
133+
**See:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/docs/SECURITY-BEST-PRACTICES.adoc
134134

135135
== Template Files
136136

@@ -154,14 +154,15 @@ chmod +x nickel && sudo mv nickel /usr/local/bin/
154154
cargo install just
155155
156156
# Clone K9-SVC (for must shim and tooling)
157-
git clone https://github.com/hyperpolymath/k9-svc.git
157+
git clone https://github.com/hyperpolymath/standards.git
158+
# Note: K9-SVC is located in standards/k9-svc
158159
----
159160

160161
== Learn More
161162

162-
- **K9-SVC Specification:** https://github.com/hyperpolymath/k9-svc/blob/main/SPEC.adoc
163-
- **K9 User Guide:** https://github.com/hyperpolymath/k9-svc/blob/main/GUIDE.adoc
164-
- **Security Documentation:** https://github.com/hyperpolymath/k9-svc/blob/main/docs/SECURITY-FAQ.adoc
163+
- **K9-SVC Specification:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/SPEC.adoc
164+
- **K9 User Guide:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/GUIDE.adoc
165+
- **Security Documentation:** https://github.com/hyperpolymath/standards/blob/main/k9-svc/docs/SECURITY-FAQ.adoc
165166
- **IANA Media Type:** `application/vnd.k9+nickel`
166167

167168
== Contributing
@@ -174,4 +175,4 @@ When adding K9 contractiles to your repository:
174175
4. Sign Hunt-level components before committing
175176
5. Add K9 validation to CI/CD pipeline
176177

177-
**Questions?** Open an issue on https://github.com/hyperpolymath/k9-svc
178+
**Questions?** Open an issue on https://github.com/hyperpolymath/standards/tree/main/k9-svc

0 commit comments

Comments
 (0)