From 8a6452aa01348e418d7f63945511ba77176779df Mon Sep 17 00:00:00 2001 From: Benjamin Hackl Date: Fri, 16 Jan 2026 10:56:56 +0100 Subject: [PATCH] add links to issues in readme --- demo-02/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo-02/README.md b/demo-02/README.md index b01ae22..d89aac3 100644 --- a/demo-02/README.md +++ b/demo-02/README.md @@ -6,3 +6,6 @@ - Add a new feature: clicking should cause a burst of particles as well as a shift in the overall hue. - The output of a previous plan is in `old-plan.md`. +- These tasks can also be found as issues in the corresponding + Git repository: [#1](https://imsc.uni-graz.at/git/behackl/agentic-coding-demo/issues/1) + and [#2](https://imsc.uni-graz.at/git/behackl/agentic-coding-demo/issues/2).