Select the types of activity you want to include in your feed.
[READ-ONLY] One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐
calendar.xyehr.cn
···11-## Agent skills
22-33-### Issue tracker
44-55-GitHub Issues. See `docs/agents/issue-tracker.md`.
66-77-### Triage labels
88-99-Standard default labels (`needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`.
1010-1111-### Domain docs
1212-1313-Single-context (root-level `CONTEXT.md` and `docs/adr/`). See `docs/agents/domain.md`.
-8
docs/agents/domain.md
···11-# Domain docs
22-33-This project uses a single-context domain model.
44-55-- **Global Context**: `CONTEXT.md` (root)
66-- **ADRs**: `docs/adr/` (root)
77-88-Agents should prioritize these files for understanding project language and historical architectural decisions.
-4
docs/agents/issue-tracker.md
···11-# Issue tracker
22-33-This project uses [GitHub Issues](https://github.com/EvanTechDev/One-Calendar/issues).
44-Agent skills should use the `gh` CLI to interact with the issue tracker.
-9
docs/agents/triage-labels.md
···11-# Triage labels
22-33-The following labels are used for issue lifecycle management:
44-55-- `needs-triage` โ Maintainer needs to evaluate.
66-- `needs-info` โ Waiting on reporter.
77-- `ready-for-agent` โ Fully specified, AFK-ready.
88-- `ready-for-human` โ Needs human implementation.
99-- `wontfix` โ Will not be actioned.