[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
nextjs
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: remove agent docs

-34
-13
CLAUDE.md
··· 1 - ## Agent skills 2 - 3 - ### Issue tracker 4 - 5 - GitHub Issues. See `docs/agents/issue-tracker.md`. 6 - 7 - ### Triage labels 8 - 9 - Standard default labels (`needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`. 10 - 11 - ### Domain docs 12 - 13 - Single-context (root-level `CONTEXT.md` and `docs/adr/`). See `docs/agents/domain.md`.
-8
docs/agents/domain.md
··· 1 - # Domain docs 2 - 3 - This project uses a single-context domain model. 4 - 5 - - **Global Context**: `CONTEXT.md` (root) 6 - - **ADRs**: `docs/adr/` (root) 7 - 8 - Agents should prioritize these files for understanding project language and historical architectural decisions.
-4
docs/agents/issue-tracker.md
··· 1 - # Issue tracker 2 - 3 - This project uses [GitHub Issues](https://github.com/EvanTechDev/One-Calendar/issues). 4 - Agent skills should use the `gh` CLI to interact with the issue tracker.
-9
docs/agents/triage-labels.md
··· 1 - # Triage labels 2 - 3 - The following labels are used for issue lifecycle management: 4 - 5 - - `needs-triage` โ€” Maintainer needs to evaluate. 6 - - `needs-info` โ€” Waiting on reporter. 7 - - `ready-for-agent` โ€” Fully specified, AFK-ready. 8 - - `ready-for-human` โ€” Needs human implementation. 9 - - `wontfix` โ€” Will not be actioned.