The problem
Teams often create separate context packages for coding assistants, support bots, internal search and automation. Each copy drifts.
What goes in the repository
- Company definitions
- Products
- Architecture
- Policies
- Customer context
- Terminology
- Decisions
- Operating constraints
context/ ├── index.md ├── company/ ├── product/ ├── customers/ ├── policies/ └── engineering/
Why an open repository helps
One maintained source can drift only when someone changes it. Copies drift whenever someone forgets to update one of them.
How Okide helps
Okide is where that shared context is written and kept current, so each agent reads the repository instead of a private prompt.
Humans and agents, same files
Different agents can navigate one shared source of truth while choosing only the context relevant to their task.
OPEN BY DEFAULT
Keep the repository. Change the tools around it.
Agents can specialize. They should not each carry a private copy of the company. Okide helps you work with the repository without turning it into an Okide-only format.
Related use cases
AGENTS
Internal assistants
Ground answers in knowledge your team can fix.
company/faq.md
Explore →
COMPANIES
Company knowledge
Build institutional memory the organization can keep.
company/principles.md
Explore →
AGENTS
Multi-agent systems
Give many agents one shared knowledge layer.
knowledge/index.md
Explore →