tako-cli 0.3.5 โ†’ 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +190 -186
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -185,6 +185,8 @@ curl -fsSL https://raw.githubusercontent.com/tako-dev/cli/main/skills/model-benc
185
185
  |-------|------|
186
186
  | ๐Ÿ“– Agent module design / Agent ๆจกๅ—่ฎพ่ฎก | [`docs/agent/DESIGN.md`](docs/agent/DESIGN.md) |
187
187
  | ๐Ÿงช Agent test plan / ๆต‹่ฏ•่ฎกๅˆ’ | [`docs/agent/TESTPLAN.md`](docs/agent/TESTPLAN.md) |
188
+ | ๐Ÿ’ฐ Quota module / ็”จ้‡ๆจกๅ— | [`docs/quota/DESIGN.md`](docs/quota/DESIGN.md) |
189
+ | ๐Ÿšข Release runbook / ๅ‘็‰ˆๆ‰‹ๅ†Œ | [`docs/release/RUNBOOK.md`](docs/release/RUNBOOK.md) |
188
190
  | ๐Ÿค– tako-agent skill | [`skills/tako-agent/SKILL.md`](skills/tako-agent/SKILL.md) |
189
191
  | ๐Ÿ“Š Model benchmark & picker / ้€‰ๆจกๅž‹ๆŒ‡ๅ— | [`skills/model-benchmark/SKILL.md`](skills/model-benchmark/SKILL.md) |
190
192
  | ๐Ÿ› Issues & feedback | [GitHub Issues](https://github.com/tako-dev/cli/issues) |