From 7b216b88652f2be3251d30d0b841d2f788edaddb Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Tue, 8 Sep 2026 22:15:13 +0800 Subject: [PATCH] doc: update TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index b7d9030..7846e0f 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,5 @@ # Todo - Use "source" and "sink" to explicitly represent the input and output of job to replace current circumstance that use explicit job name to declare dependencies. After this change, the dependency network will be automaticlaly calculated from "source" and "sink" relation. +- Support analysing the license info for each output artifacts respectively. - Peel `assemblicon` off as an independent repository and let the builder of this repository refer it.