Thanks for contributing to Memact.
Memact lets users see, edit, and control what apps think they know about them. Apps may send app activity records or propose context directly. Users decide what becomes accepted memory.
If you are new, start with Context issues.
Context work is the easiest way to contribute because you can pick an app category you understand and define how messy app activity becomes user-readable, editable context.
Context was formerly called Schema. Older issues and PRs may still use the old name.
Good first categories include:
- music
- video-streaming
- shopping
- learning
- travel
- AI assistants
- productivity
- food-delivery
- news-articles
- creator-tools
The Context repo also has a handoff note here:
Memact/Context/MEMACT.md
Read that before starting a Context issue.
Activity is not identity.
A read, click, order, replay, skip, save, search, export, or setting change can be useful evidence. It should not automatically become a stable fact about the user.
Repeated patterns can support proposed context. One-off activity, curiosity, research, shared usage, trending events, and temporary needs should stay weak, temporary, or low-confidence.
Memact uses a mixed license model.
Open contribution and interface repos are Apache-2.0:
- Context
- Contracts
- SDK
- .github
Product/runtime repos are source-available under BUSL-1.1 for commercial control:
- Wiki
- Access
- Memory
- Website
This means the best SSoC26 starting repos are Context, Contracts, and SDK. Wiki, Access, Memory, and Website may have scoped issues, but they are not the primary beginner path and may have different license terms.
Defines app category rules that turn app signals into Wiki-ready context proposals.
Contributors can add:
- useful context fields
- app activity examples
- normalized context examples
- user-facing Wiki entry templates
- simple normalization rules
- prompts for missing context
- permission suggestions
- tests for safe context shaping
This is the main beginner-friendly contribution path.
Defines shared data shapes and validators used across Memact.
Good contributions include:
- validators
- examples
- error messages
- tests
- README updates
Helps apps connect to Memact without writing raw HTTP calls.
Good contributions include:
- examples
- TypeScript types
- SDK method implementations
- safer error handling
- docs that explain server-side API key usage
Owns the user-facing control surface.
Wiki is source-available under BUSL-1.1. SSoC26 contributors may work on clearly scoped docs/spec/copy issues, but primary open contribution happens in Context, Contracts, and SDK.
Good contributions include:
- proposed / accepted / rejected / deleted entry states
- copy improvements
- simple UX flows
- explanations for why a user is seeing a suggested entry
Stores accepted user context after Wiki review.
Memory is source-available under BUSL-1.1 and is not the main beginner path.
Good contributions include:
- CRUD tests
- forgetting behavior
- retrieval filters
- export/import ideas
- app-safe summaries
Handles consent, apps, API keys, scopes, and permissions.
Access is source-available under BUSL-1.1 and is advanced. Please do not start here unless the issue is clearly scoped.
Some older repos are archived or represent older product directions. Do not revive old Capture, Inference, Playground, Extension, Intent, LandingPage, Influence, or Origin work as current product language unless a maintainer explicitly asks for it.
The current product language is:
Apps may send app activity records or propose context directly. Context defines the category and safe context shape. Wiki lets users review it. Memory stores what the user accepts.
- Pick an open issue labeled
SSoC26,good first issue, orhelp wanted. - Comment that you want to work on it.
- Wait for assignment or maintainer confirmation when required by the program.
- Keep the first PR small.
- Ask questions in the issue if the shape is unclear.
- Keep PRs focused.
- Reference the issue number in the PR description.
- Include examples or tests when changing behavior.
- Do not add secrets, API keys, private tokens, or real user data.
- Prefer user-readable summaries over raw personal data.
- Do not infer sensitive traits.
- Do not write fake certainty.
- Keep user-facing copy simple.
When adding a category, include:
- useful context fields
- app activity examples
- normalized context examples
- Wiki entry examples
- fields that require extra care
- suggested permissions
- tests
Remember: apps may send rough activity or clean context, but users control whether anything becomes memory.
Maintainers will look for:
- clear user benefit
- small, understandable changes
- privacy-aware defaults
- no raw sensitive data by default
- good examples
- tests where relevant
- simple language
Memact is not trying to help apps secretly know users better.
Memact is trying to let users see and control the app-generated version of themselves.