Skip to content

Commit 2aba4b3

Browse files
committed
chore: RSR sync and mass repository update
1 parent 86dd0bd commit 2aba4b3

2 files changed

Lines changed: 54 additions & 6 deletions

File tree

.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# RSR-compliant .gitignore
12
# SPDX-License-Identifier: PMPL-1.0-or-later
23
# Presswerk .gitignore
34

@@ -52,3 +53,49 @@ ai-cli-crash-capture/
5253

5354
# Sync artifacts
5455
sync_report*.txt
56+
57+
58+
# Cargo.lock # Keep for binaries
59+
60+
61+
# Elixir
62+
/cover/
63+
/doc/
64+
*.ez
65+
erl_crash.dump
66+
67+
68+
# Julia
69+
*.jl.cov
70+
*.jl.mem
71+
/Manifest.toml
72+
73+
74+
# ReScript
75+
/lib/bs/
76+
/.bsb.lock
77+
78+
79+
# Python (SaltStack only)
80+
__pycache__/
81+
*.py[cod]
82+
.venv/
83+
84+
85+
# Ada/SPARK
86+
*.ali
87+
/obj/
88+
/bin/
89+
90+
91+
# Haskell
92+
/.stack-work/
93+
/dist-newstyle/
94+
95+
96+
# Chapel
97+
*.chpl.tmp.*
98+
99+
100+
# Machine-readable locks
101+
.machine_readable/.locks/

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)