-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Objective
Review and update documentation to ensure expires field usage is accurately documented without hour support.
Context
After removing hour support from the schema, we need to ensure user-facing documentation reflects the correct supported time units (days, weeks, months, years).
Approach
- Search documentation for expires field examples
- Look for references to hours in time specifications
- Update examples to use only supported units (d, w, m, y)
- Check locations:
docs/directory (if exists)README.md- Example workflow files in
.github/workflows/*.md - Any tutorial or guide files
Files to Check
docs/**/*.mdREADME.md.github/workflows/*.md(example workflows)- Any API reference documentation
Acceptance Criteria
- All expires field examples use valid time units only
- No documentation references hour support for expires
- Documentation clearly states supported units: days (d), weeks (w), months (m), years (y)
- Examples are consistent with the updated schema
Related to [plan] Fix expires field schema-implementation mismatch #7198
AI generated by Plan Command for discussion #7174