You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Universal resource format: optional YAML frontmatter (common + platform blocks) in bundle resources; Augent merges at install and emits full merged frontmatter. See bundles.md.
GitHub Copilot (--for copilot): rules, commands, agents, skills, MCP, and AGENTS.md under .github/; auto-detected from .github/instructions, .github/skills, .github/prompts, or AGENTS.md. See platforms.md.
JetBrains Junie (--for junie): rules, commands, agents, skills, MCP, and AGENTS.md under .junie/; auto-detected from .junie or AGENTS.md. See platforms.md.
Changed
Platform paths and detection: OpenCode and Codex detect AGENTS.md; OpenCode MCP → .opencode/opencode.json; Gemini agents use nested paths (agents/**/*.md → .gemini/agents/**/*.md). Docs list unsupported resource types per platform. See platforms.md.
Fixed
augent install no longer creates .augent/ when there is nothing to install (e.g. run in a directory with no workspace and no bundles to install).