Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# four-opencode-deepseek-meter — AGENTS.md

Pointer to central standards: `~/.personal-config/ai-shared/AGENTS.md` and meta-repo `four-bytes/opencode-plugins` AGENTS.md.
Pointer to central standards: `~/ai-shared-rules/AGENTS.md` and meta-repo `four-bytes/opencode-plugins` AGENTS.md.

## Convention
- Source file: `src/four-opencode-deepseek-meter.ts` (NOT `src/index.ts`)
Expand All @@ -15,7 +15,7 @@ Pointer to central standards: `~/.personal-config/ai-shared/AGENTS.md` and meta-
- `dist/` is gitignored, freshly built on `npm publish`

## Standards
`~/.personal-config/ai-shared/AGENTS.md`
`~/ai-shared-rules/AGENTS.md`

## This Plugin
- Plugin name: deepseek-meter
Expand All @@ -24,3 +24,5 @@ Pointer to central standards: `~/.personal-config/ai-shared/AGENTS.md` and meta-

## Workflow
Issues → Branch → PR → Merge (feature workflow)

- **Console logging:** Plugins MUST use `_client?.app?.log()` for all logging in plugin mode — `console.log` / `console.warn` / `console.error` is ONLY permitted for the initial startup `"init"` message. Console output in plugin mode breaks the terminal UI.
Loading