Iam trying with the ad-j tool to test adr related features and I see supercede functionality is partially working This is the sequence of steps i followed 1. `adr init -i madr_initial.md -t madr.md` -> Initial adr created under doc/adr 2. Then I issued following command `adr new Use Java` -> I see new adr created 3. Marked the status as Accepted in the newly created ADR 4. Then I issued `adr new -s 2 use Golang` 5. new ADR is created and in the new ADR i can see it Supercedes old ADR 6. But in ADR 2 I don't see Superseded by references as mentioned in the documentation. Am i missing something?