Description
I'm unable to locate the agent-metadata.json in my ~/.config/opencode/ path and the folder config is also missing. This can be a installation bug or a incorrect documentation if this file has a different name in global instalations.
Steps to Reproduce
Deployed on an MacBook (intel) with osX 26.3
installed as global
Profile: developer
sechpoint@LohmarCos-MacBook-Pro ~ % tree .config/opencode -L3
.config/opencode
├── agent
│ ├── core
│ │ ├── openagent.md
│ │ └── opencoder.md
│ └── subagents
│ ├── code
│ ├── core
│ ├── development
│ └── system-builder
├── bun.lock
├── command
│ ├── add-context.md
│ ├── analyze-patterns.md
│ ├── clean.md
│ ├── commit.md
│ ├── context.md
│ ├── openagents
│ │ └── check-context-deps.md
│ ├── optimize.md
│ ├── test.md
│ └── validate-repo.md
├── context
│ ├── core
│ │ ├── config
│ │ ├── context-system
│ │ ├── context-system.md
│ │ ├── essential-patterns.md
│ │ ├── navigation.md
│ │ ├── standards
│ │ ├── system
│ │ ├── task-management
│ │ ├── visual-development.md
│ │ └── workflows
│ ├── development
│ │ ├── ai
│ │ ├── backend
│ │ ├── backend-navigation.md
│ │ ├── data
│ │ ├── frameworks
│ │ ├── frontend
│ │ ├── fullstack-navigation.md
│ │ ├── infrastructure
│ │ ├── integration
│ │ ├── navigation.md
│ │ ├── principles
│ │ └── ui-navigation.md
│ ├── navigation.md
│ ├── openagents-repo
│ │ ├── blueprints
│ │ ├── concepts
│ │ ├── core-concepts
│ │ ├── errors
│ │ ├── examples
│ │ ├── guides
│ │ ├── lookup
│ │ ├── navigation.md
│ │ ├── plugins
│ │ ├── quality
│ │ ├── quick-start.md
│ │ └── templates
│ ├── project
│ │ └── project-context.md
│ ├── project-intelligence
│ │ ├── business-domain.md
│ │ ├── business-tech-bridge.md
│ │ ├── decisions-log.md
│ │ ├── living-notes.md
│ │ ├── navigation.md
│ │ └── technical-domain.md
│ └── ui
│ ├── navigation.md
│ ├── terminal
│ └── web
├── env.example
├── node_modules
│ ├── @opencode-ai
│ │ ├── plugin
│ │ └── sdk
│ └── zod
│ ├── index.cjs
│ ├── index.d.cts
│ ├── index.d.ts
│ ├── index.js
│ ├── LICENSE
│ ├── locales
│ ├── mini
│ ├── package.json
│ ├── README.md
│ ├── src
│ ├── v3
│ ├── v4
│ └── v4-mini
├── package.json
├── README.md
├── skills
│ ├── context7
│ │ ├── library-registry.md
│ │ ├── navigation.md
│ │ ├── README.md
│ │ └── SKILL.md
│ └── task-management
│ ├── router.sh
│ ├── scripts
│ └── SKILL.md
└── tool
└── env
└── index.ts
Description
I'm unable to locate the
agent-metadata.jsonin my ~/.config/opencode/ path and the folderconfigis also missing. This can be a installation bug or a incorrect documentation if this file has a different name in global instalations.Steps to Reproduce
Deployed on an MacBook (intel) with osX 26.3
installed as
globalProfile:
developer