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
adr init -i madr_initial.md -t madr.md
-> Initial adr created under doc/adr
- Then I issued following command
adr new Use Java
-> I see new adr created
- Marked the status as Accepted in the newly created ADR
- Then I issued
adr new -s 2 use Golang
- new ADR is created and in the new ADR i can see it Supercedes old ADR
- But in ADR 2 I don't see Superseded by references as mentioned in the documentation.
Am i missing something?