https://github.com/alexgrebeshok-coder/ochag
Lightweight shared package for Ochag reminders, safety, and vault helpers
https://github.com/alexgrebeshok-coder/ochag
ai family open-source telegram typescript
Last synced: 2 months ago
JSON representation
Lightweight shared package for Ochag reminders, safety, and vault helpers
- Host: GitHub
- URL: https://github.com/alexgrebeshok-coder/ochag
- Owner: alexgrebeshok-coder
- License: other
- Created: 2026-04-22T19:05:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T19:21:15.000Z (2 months ago)
- Last Synced: 2026-04-25T21:19:01.731Z (2 months ago)
- Topics: ai, family, open-source, telegram, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ochag/family
> Lightweight shared package for **Ochag** reminders, family safety rules, and vault payload helpers.
[](LICENSE)
[](https://npm.pkg.github.com)
## Роль репозитория
Этот репозиторий хранит небольшой standalone package `@ochag/family`, а не полный end-user продукт.
## Пакет
```ts
import { FamilyPlan, getUpcomingReminders, isTopicAllowed } from '@ochag/family'
```
## Модули
| Модуль | Описание |
|--------|----------|
| `types` | FamilyPlan, FamilyRole, VaultCategory, domain interfaces |
| `reminders` | getUpcomingReminders, getOverdueReminders, formatReminderMessage |
| `safety` | getEffectiveBlockedTopics, isTopicAllowed, hasExceededScreenTime |
| `vault` | parseVaultPayload, serializeVaultPayload, vaultSummary |
## Установка
```bash
npm install @ochag/family --registry=https://npm.pkg.github.com
```
## Что экспортируется
- `reminders` — upcoming/overdue reminder helpers
- `safety` — child-safety policy helpers
- `vault` — vault payload serialization helpers
- `types` — public family domain types
## Часть экосистемы
- [ceoclaw](https://github.com/alexgrebeshok-coder/ceoclaw) — private dashboard product repo
- [pyrfor](https://github.com/alexgrebeshok-coder/pyrfor) — runtime / engine repo
- [freeclaude](https://github.com/alexgrebeshok-coder/freeclaude) — main FreeClaude CLI / workspace
- [ceoclaw-freeclaude](https://github.com/alexgrebeshok-coder/ceoclaw-freeclaude) — lightweight shared FreeClaude package repo