Description
To address a recurring failure in correctly documenting reactive configs, a series of enhancements were made to the agent protocol and project guidelines to create an explicit, enforceable standard.
This ensures that all AI-driven contributions adhere to the framework's core conventions, moving from an assumed understanding to a documented, systemic process.
Changes
CODING_GUIDELINES.md Updated:
- A new "JSDoc for Configs" section was added.
- This section explicitly defines the mandatory use of the
@reactive tag for reactive configs (those ending in _).
- It also clarifies the correct, limited use of the
@protected tag for internal configs only.
AGENTS.md Updated:
- The "Session Initialization" process was updated with a new mandatory step: the agent MUST read
.github/CODING_GUIDELINES.md at the start of every session.
- A
CRITICAL note was added to the core.Base.mjs reading step, forcing the agent to focus on the technical implementation of the reactive config system.
Impact
This work creates a permanent, explicit source of truth for documentation standards and makes adherence to them a non-negotiable part of the agent's core workflow. It fundamentally improves the reliability and consistency of all future AI contributions.
Description
To address a recurring failure in correctly documenting reactive configs, a series of enhancements were made to the agent protocol and project guidelines to create an explicit, enforceable standard.
This ensures that all AI-driven contributions adhere to the framework's core conventions, moving from an assumed understanding to a documented, systemic process.
Changes
CODING_GUIDELINES.mdUpdated:@reactivetag for reactive configs (those ending in_).@protectedtag for internal configs only.AGENTS.mdUpdated:.github/CODING_GUIDELINES.mdat the start of every session.CRITICALnote was added to thecore.Base.mjsreading step, forcing the agent to focus on the technical implementation of the reactive config system.Impact
This work creates a permanent, explicit source of truth for documentation standards and makes adherence to them a non-negotiable part of the agent's core workflow. It fundamentally improves the reliability and consistency of all future AI contributions.