mirror of
https://github.com/flash555588/ai-model-workbench.git
synced 2026-07-22 06:56:38 +00:00
1.3 KiB
1.3 KiB
MIT-Compatible Upstream Guardrails
This repository is MIT-licensed. When improving it with external ideas or code, keep the following boundaries explicit.
Safe to reuse directly
three.js- MITBiscuitCoder/cell-architecture-studio- MIT, verified through the GitHub repository license metadata on 2026-05-20. The repository is a public fork ofcclank/cell-architecture-studio, which is also MIT-licensed.
These are good sources for architecture ideas, UX patterns, utility snippets, and verification strategies, as long as upstream attribution is kept where needed.
Already present but not MIT
@babylonjs/*- Apache-2.0
These are compatible dependencies for this project, but direct vendored code or copied files should preserve their license and notice requirements.
Reference only, no direct code copy
ElmoNeedsArson/Obsidian-3D-embed- GPL-3.0
That repository is useful for product comparison and feature discovery, but its implementation should not be copied into this codebase. If a behavior is worth adopting, reimplement it clean-room from requirements and local architecture.
Working rule for future changes
- Prefer MIT upstreams first for code-level borrowing.
- Treat GPL repositories as design references only.
- Record the upstream repo and license in docs or PR notes whenever a feature is derived from outside work.