feat: establish standalone Argand Site Registry
This commit is contained in:
commit
2a0fe1714b
60 changed files with 10494 additions and 0 deletions
15
AGENTS.md
Normal file
15
AGENTS.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Site Registry contributor guidance
|
||||
|
||||
Preserve the Rust library/CLI architecture and the source/derivation/review boundary.
|
||||
No entity joins solely from names or host similarity. Keep source licenses,
|
||||
conflicting evidence, immutable generations and revocations intact.
|
||||
|
||||
Use `docs/INDEX.md` for the documentation map. Keep code modules focused and reuse
|
||||
existing types. Run `cargo fetch --locked` then `bash scripts/check.sh`; do not
|
||||
weaken a gate or invent provider schemas. No datasets, keys, private deployment
|
||||
configuration or approval logs belong in this code repository.
|
||||
|
||||
Keep changes bounded. Do not spawn subagents or modify Argand's shared checkout
|
||||
or build caches from this repository. Coordinate an explicit downstream handoff
|
||||
before changing Argand's consumer. Preserve signed source history and use
|
||||
fast-forward Git pushes. CI and update jobs do not authorize dataset promotion.
|
||||
Loading…
Add table
Add a link
Reference in a new issue