You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ATTRIBUTIONS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ and examples are maintainer-authored unless a file header states otherwise.
14
14
|[DietrichGebert/ponytail](https://github.com/DietrichGebert/ponytail)| MIT | Debt-tag convention, config consistency checking concept; adapted as `LUMIA-DEBT:` / `POC-EXCEPTION:` and `check-config-consistency.py`. |
15
15
|[MODSetter/SurfSense](https://github.com/MODSetter/SurfSense)| Apache-2.0 | Comparative analysis only; selective pattern adoption (RRF, automations) documented in private app ADRs — not shipped as SurfSense code. |
16
16
| Karpathy LLM Wiki (public write-ups) | N/A (ideas) | Three-layer vault structure, file-based session state, ingest queue patterns — described and reimplemented independently. |
17
+
|[SearXNG](https://github.com/searxng/searxng)| AGPL-3.0 | Comparative pattern reference only for `examples/engine-interface/` (TR-AGT-003 loop contract demo). No code copied — verified directly against `searx/engines/demo_online.py`, which uses a module-level `setup()`/`init()`/`request()`/`response()` plugin API, structurally unrelated to this example's synthetic ABC-based `source_name`/`fetch()`/`default_timeout` pattern. The per-engine declared-timeout *idea* is the only thing carried over. |
17
18
| AGENTS.md ecosystem | Open standard | Complementary positioning; this repo focuses on governance/traceability, not replacing AGENTS.md. |
18
19
|[Microsoft Agent Governance Toolkit](https://github.com/microsoft/agent-governance-toolkit)| (see upstream) | Comparative positioning only; this repo focuses on design-time and repo-time standards, not runtime agent governance. |
19
20
| Dify and similar RAG/agent platforms | (varies by project) | Comparative positioning only; no code, docs, or implementation copied. |
| A.10 | Third-party / supplier relationships |`scripts/check-config-consistency.py` (TR-GOV-001) | Yes | Met |`.github/workflows/config-drift-demo.yml` runs the script against this example on every change and fails if the planted `local-gemma-model` drift is ever not detected |
11
12
12
13
## Open items
13
14
14
-
-`sample-app/CLAUDE.md` — LUMIA-DEBT: add CI gate for config drift (TR-GOV-001)
0 commit comments