Comment on Lore – Give your coding agent the decisions your team madeComments−philbo2mo1. Write ADRs (or get agents to write them)2. Commit ADRs to git3. Mention ADRs in AGENTS.md−hahahaa2moADR means https://martinfowler.com/bliki/ArchitectureDecisionRecord.ht...−tcballardOP2moI agree, that method might work if you are working solo or in a small team - but for organisations the ability to centrally manage and gate this sort of ruleset avoids drift.−Cthulhu_2moYou can manage ADRs centrally too, but you'll quickly need a dedicated sub-team / community / tribe / whatever to manage these thing.−eddd-ddde2moIt's a good day to work in a monorepo :)−mzhaase2moI have been doing this to great effect and it's maybe five lines instructions total.−bitlad2moYup. This works.
Comments
1. Write ADRs (or get agents to write them)
2. Commit ADRs to git
3. Mention ADRs in AGENTS.md
ADR means https://martinfowler.com/bliki/ArchitectureDecisionRecord.ht...
I agree, that method might work if you are working solo or in a small team - but for organisations the ability to centrally manage and gate this sort of ruleset avoids drift.
You can manage ADRs centrally too, but you'll quickly need a dedicated sub-team / community / tribe / whatever to manage these thing.
It's a good day to work in a monorepo :)
I have been doing this to great effect and it's maybe five lines instructions total.
Yup. This works.