mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 03:35:09 +02:00
feat: curated jargon list for V1 writing-style glossing
Repo-owned list of ~50 high-frequency technical terms (idempotent, race condition, N+1, backpressure, etc.) that gstack glosses on first use in tier-≥2 skill output. Baked into generated SKILL.md prose at gen-skill-docs time. Terms not on this list are assumed plain-English enough. Contributions via PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"$schema": "./jargon-list.schema.json",
|
||||
"version": 1,
|
||||
"description": "Repo-owned curated list of technical terms that get a one-sentence gloss on first use per skill invocation. Terms NOT on this list are assumed plain-English enough. See docs/designs/PLAN_TUNING_V1.md. Contributions: open a PR.",
|
||||
"terms": [
|
||||
"idempotent",
|
||||
"idempotency",
|
||||
"race condition",
|
||||
"deadlock",
|
||||
"cyclomatic complexity",
|
||||
"N+1",
|
||||
"N+1 query",
|
||||
"backpressure",
|
||||
"memoization",
|
||||
"eventual consistency",
|
||||
"CAP theorem",
|
||||
"CORS",
|
||||
"CSRF",
|
||||
"XSS",
|
||||
"SQL injection",
|
||||
"prompt injection",
|
||||
"DDoS",
|
||||
"rate limit",
|
||||
"throttle",
|
||||
"circuit breaker",
|
||||
"load balancer",
|
||||
"reverse proxy",
|
||||
"SSR",
|
||||
"CSR",
|
||||
"hydration",
|
||||
"tree-shaking",
|
||||
"bundle splitting",
|
||||
"code splitting",
|
||||
"hot reload",
|
||||
"tombstone",
|
||||
"soft delete",
|
||||
"cascade delete",
|
||||
"foreign key",
|
||||
"composite index",
|
||||
"covering index",
|
||||
"OLTP",
|
||||
"OLAP",
|
||||
"sharding",
|
||||
"replication lag",
|
||||
"quorum",
|
||||
"two-phase commit",
|
||||
"saga",
|
||||
"outbox pattern",
|
||||
"inbox pattern",
|
||||
"optimistic locking",
|
||||
"pessimistic locking",
|
||||
"thundering herd",
|
||||
"cache stampede",
|
||||
"bloom filter",
|
||||
"consistent hashing",
|
||||
"virtual DOM",
|
||||
"reconciliation",
|
||||
"closure",
|
||||
"hoisting",
|
||||
"tail call",
|
||||
"GIL",
|
||||
"zero-copy",
|
||||
"mmap",
|
||||
"cold start",
|
||||
"warm start",
|
||||
"green-blue deploy",
|
||||
"canary deploy",
|
||||
"feature flag",
|
||||
"kill switch",
|
||||
"dead letter queue",
|
||||
"fan-out",
|
||||
"fan-in",
|
||||
"debounce",
|
||||
"throttle (UI)",
|
||||
"hydration mismatch",
|
||||
"memory leak",
|
||||
"GC pause",
|
||||
"heap fragmentation",
|
||||
"stack overflow",
|
||||
"null pointer",
|
||||
"dangling pointer",
|
||||
"buffer overflow"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user