When you start KA up, it scrolls some stuff in your mq2 window. Do you see it giving you an error that you don't have something that's listed in your ini?
I also don't see any spells sets specified/defined with a misc spell gem set to swap for buffs, etc, in your ini telling your druid what spells to load.
At the very bottom in your ini, it also says the following in your ini (which is a small error log it records):
[KissError]
LastCMD:=/if (NULL) /return CAST_COND_FAILED
ErrorDateTime:=05/15/2020 09:48:07
ErrorMsg:=NULL
DataError:=NULL
SyntaxError:=NULL
RunningTime:=3777509
BuildDate:=20200429
CurrentUI:=test
I think it's also problematic to have Cond1=TRUE (which is basically empty) as the first condition only to then have real conditionals on Cond2 and Cond3. I believe this can cause a conflict. If you're only going to be using two conditionals for self wolf and group wolf then you should respectively just have this instead:
[KConditions]
ConOn=1
CondSize=2
Cond1=!${Me.Buff[Group Spirit of the Great Wolf].ID}
Cond2=!${Me.Buff[Spirit of the Great Wolf].ID}
And change those lines for the wolf AAs to match the conditionals they are calling for in your DPS section to:
DPS12=Spirit of the Great Wolf|91|Cond1
DPS13=Group Spirit of the Great Wolf|90|Cond2
Lastly, you have:
PetCombatOn=1i
This appears to be a typo. If you want pet combat on it should be:
PetCombatOn=1