mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
- biome.json (2.4.16, linter-only) wired as "lint" in all six packages - scripts/check-effect-laws.ts: Effect-native law enforcement encoding the adapted beep-effect effect-first/schema-first laws (no native JSON/switch/ sort/fetch/timers, no process.env, no throw new, no Effect.run* outside boundaries, no Schema-suffixed constants, no node:fs/path, AST-based pure-data interface detection per law 38/39) - ratcheting baseline allowlist (95 entries / 290 findings) that must shrink to documented exemptions only; stale counts fail the gate - root lint chains turbo lint + law check + native-class inventory - fix all 163 initial Biome findings: import-type style, templates, two `any`s, ten non-null assertions (librarian getService gate, A.matchRight in atoms, ensureNode returning nodes, main.tsx mount guard) Gates: lint, check:tsgo, build, test (force, 11 tasks) all green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| check-effect-laws.ts | ||
| create-test-pdf.ts | ||
| effect-laws.allowlist.json | ||
| inventory-native-classes.ts | ||
| reset-nats.ts | ||
| run-agent.ts | ||
| run-brave-mcp.sh | ||
| run-chunker.ts | ||
| run-config.ts | ||
| run-doc-embeddings-query.ts | ||
| run-document-rag.ts | ||
| run-embeddings.ts | ||
| run-extractor.ts | ||
| run-flow-manager.ts | ||
| run-gateway.ts | ||
| run-graph-embeddings-query.ts | ||
| run-graph-embeddings-store.ts | ||
| run-graph-rag.ts | ||
| run-knowledge.ts | ||
| run-librarian.ts | ||
| run-llm-azure-openai.ts | ||
| run-llm-claude.ts | ||
| run-llm-mistral.ts | ||
| run-llm-openai-compatible.ts | ||
| run-llm-openai.ts | ||
| run-mcp-tool.ts | ||
| run-ollama.ts | ||
| run-pdf-decoder.ts | ||
| run-prompt.ts | ||
| run-triples-query.ts | ||
| run-triples-store.ts | ||
| seed-config.ts | ||
| seed-demo.ts | ||
| seed-flows.ts | ||
| test-pipeline.ts | ||