mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-08-06 05:35:45 +00:00
- Move canonical FixedPoint to Core/SilverSight/FixedPoint.lean - Add SilverSightRRC library: RRC logogram gates, receipt bridge, AVM ISA - Add AVMIsa.Emit as the sole top-level JSON output boundary - Add rrc-emit-fixture executable and Python I/O shims - Update AGENTS.md, glossary, project map, and build baseline Build: 2981 jobs, 0 errors (lake build)
74 lines
1.1 KiB
Markdown
74 lines
1.1 KiB
Markdown
# Glossary Allowlist
|
|
|
|
Terms that appear repeatedly in SilverSight files but do **not** need a
|
|
glossary entry. Use this for generic technology names, tool names, and
|
|
common abbreviations that are not project-specific.
|
|
|
|
Add one term per line (leading `- ` is optional). Lines starting with `#`
|
|
are comments.
|
|
|
|
## Allowed generic terms
|
|
|
|
- Git
|
|
- GitHub Actions
|
|
- Ubuntu
|
|
- Python
|
|
- Lean
|
|
- Lean 4
|
|
- Mathlib4
|
|
- pytest
|
|
- pip
|
|
- Docker
|
|
- Podman
|
|
- Caddy
|
|
- Tailscale
|
|
- systemd
|
|
- PostgreSQL
|
|
- Gremlin
|
|
- Cosmos DB
|
|
- Azure
|
|
- Ollama
|
|
- DeepSeek
|
|
- Claude
|
|
- Codex
|
|
- Kimi
|
|
- ContextStream
|
|
- Headroom
|
|
|
|
## Allowed names / places
|
|
|
|
- neon-64gb
|
|
- qfox-1
|
|
- racknerd
|
|
- netcup
|
|
- NixOS
|
|
- CachyOS
|
|
|
|
## Allowed status labels and env vars
|
|
|
|
- PORT
|
|
- ADAPT
|
|
- DROP
|
|
- OLLAMA_API_KEY
|
|
- DEEPSEEK_API_KEY
|
|
|
|
## Allowed commands and tool invocations
|
|
|
|
- lake build
|
|
- lake build SilverSightFormal
|
|
- lake build SilverSightRRC
|
|
- python3 -m py_compile
|
|
- pytest
|
|
|
|
## Allowed generic words and phrases
|
|
|
|
- Nat
|
|
- Goal
|
|
- Purpose
|
|
- Decision needed
|
|
|
|
## Allowed implementation-only identifiers
|
|
|
|
- expressionToReceipt
|
|
- emitFixtureCorpus
|
|
- toSilverSightReceipt
|