You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(examples): add missing Portent type definitions and example notes
Context: The type-definitions-features examples only covered 4 of the 8
Portent types (Project, Person, Topic, Meeting). Operation, Responsibility,
Task, Event, and Note had no type definitions or example notes.
Solution: Added 5 type definitions covering all 8 Portent types grouped by
PORT (actionable) and ENTP (non-actionable), plus 5 example notes showing
relationships between the new types (Responsibility -> Operation -> Task
hierarchy, Event linked to Project, Note as reference material).
Behavior: Documentation-only change. Examples now demonstrate the full
Portent taxonomy with cross-type relationships via belongs_to/related_to.
Files:
- help/examples/type-definitions-features/_types/Responsibility.md (new)
- help/examples/type-definitions-features/_types/Operation.md (new)
- help/examples/type-definitions-features/_types/Task.md (new)
- help/examples/type-definitions-features/_types/Event.md (new)
- help/examples/type-definitions-features/_types/Note.md (new)
- help/examples/type-definitions-features/responsibility-stay-in-shape.md (new)
- help/examples/type-definitions-features/operation-strength-training.md (new)
- help/examples/type-definitions-features/task-sign-up-playtomic.md (new)
- help/examples/type-definitions-features/event-product-launch.md (new)
- help/examples/type-definitions-features/note-portent-overview.md (new)
- help/examples/type-definitions-features/README.md (lines 16-38, 63)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments