Agent Instructions
Before working in this repository:
- Read the global policy files in:
/home/clarks/.codex/policies/ - Read this repository's
README.md - Read
Project_Summary.mdif present
Rule Split
- Global workflow, git habits, coding preferences, and decision rules come from:
/home/clarks/.codex/policies/ - Repository-specific implementation details come from this repository
If There Is A Conflict
- Follow repository facts for SE Toolbox-specific technical details
- Follow global policies for general collaboration behavior
- Ask for clarification if a conflict materially affects implementation
Default Expectation
Treat this file as a pointer, not the full policy source of truth.
Versioning Instructions
- SE Toolbox uses calendar versioning in the format
YYYY.MM.PATCH. YYYYis the four-digit year of the release.MMis the two-digit release month.PATCHstarts at1for the first user-visible release in that month and increments by1for each later user-visible release in the same month.- The shared metadata source of truth is
src/shared/ui/app-meta.js. - Any user-visible change merged for release must update the version and
lastUpdatedvalue insrc/shared/ui/app-meta.js. - The About popover shown from
forti-brand-namemust continue to display the current author, last updated date, and version from that shared metadata file.