Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposals 9027-9030 #153

Merged
merged 16 commits into from
Dec 3, 2023
Prev Previous commit
Next Next commit
Initial votes by Murphy
  • Loading branch information
randomnetcat committed Nov 26, 2023
commit 9582cc32af03d063918b0a055700c02b945fbe0b
12 changes: 8 additions & 4 deletions src/main/kotlin/org/agoranomic/assessor/decisions/9027-9030.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import org.agoranomic.assessor.dsl.assessment
import org.agoranomic.assessor.dsl.receivers.ai
import org.agoranomic.assessor.dsl.receivers.coauthors
import org.agoranomic.assessor.dsl.receivers.quorum
import org.agoranomic.assessor.dsl.votes.blotPenalty
import org.agoranomic.assessor.dsl.votes.complexityBonuses
import org.agoranomic.assessor.dsl.votes.onOrdinaryProposals
import org.agoranomic.assessor.dsl.votes.powerDream
import org.agoranomic.assessor.dsl.votes.*
import org.agoranomic.assessor.lib.vote.VoteKind.*

@UseAssessment
Expand Down Expand Up @@ -310,5 +307,12 @@ Amend Rule 2675 (Dream of Wandering) to read, in full:
FOR on 9029
// AGAINST on 9030
}

votes(Murphy) {
FOR on 9027
endorse(ais523) on 9028 comment "${ais523.name} is the Referee"
endorse(snail) on 9029 comment "${snail.name} is the Dream Keeper"
// AGAINST on 9030
}
}
}