CogitaveLearn

Summary

You now know the floor that every Cogitave contributor and agent inherits, and what makes it hold.

In this module, you:

  • Named the seven non-negotiable rules in the root AGENTS.md: English only, Conventional Commits, signed commits, docs-as-code, least privilege, autonomy within the rails, and the human gate as an exception handler.
  • Matched each rule to what enforces it - a commit-msg hook and CI, an org ruleset, the docs-required CI gate, capability grants and rulesets, and the correctness-by-construction rails - so the floor holds without a human watching.
  • Learned to treat AGENTS.md as the single source of truth and follow it to the owning standard for the detail, rather than paraphrasing a rule from memory.
  • Saw how to apply the floor to your own first change, and that the answer to a failing check is always to fix the change, never widen the rule.

Next steps

Where you go next depends on your path:

  • Contributor onboardingInherit the project baseline - how a new repository inherits its complete ruleset, so the floor arrives pre-wired in every repo you work in.
  • Engineering standardsApply the naming standards - start applying the standards the floor points to, beginning with how the estate names things.
  • The AGENTS floor - re-read the seven rules at the source; it is short by design.
  • autonomy-and-oversight - the doctrine behind rules 6 and 7, if you want the full model of when a human is summoned.