39 Commits

Author SHA1 Message Date
Ma b673c50005 chore(release): prepare v1.8.0 documentation 2026-08-17 11:03:08 +08:00
Ma b0cc9a54fc docs(skill): state memory and credential boundaries 2026-07-28 18:08:17 +08:00
Ma d5ba18ce4d docs(skill): narrow agent-visible maintenance surface 2026-07-28 18:03:43 +08:00
Ma 39b8619628 docs(skill): clarify security boundaries 2026-07-28 17:54:26 +08:00
Ma c7851b94ad chore(release): prepare v1.7.2 2026-07-28 17:18:39 +08:00
Ma 6e4ce0050e refactor(skills): replace legacy capability system 2026-07-27 12:01:14 +08:00
Ma d674c214cf docs: document AgentSkills compatibility 2026-07-27 00:57:05 +08:00
Ma 6a16a61977 chore(release): prepare v1.7.1 2026-07-16 14:08:53 +08:00
Ma 6ac708a9c8 docs: document narrative forecast workflow 2026-07-16 00:27:18 +08:00
Ma 0bca0e6e50 docs: simplify project title 2026-07-11 20:55:07 +08:00
Ma 1ecce46821 docs: present v1.7 translation workflows 2026-07-11 20:46:57 +08:00
Ma 84b61bd4d1 chore(release): prepare v1.6.2 2026-07-05 23:18:07 +08:00
Ma 2635473411 chore(release): prepare v1.6.1 2026-07-05 02:11:39 +08:00
Ma a54d3d6c8d docs: sync skill docs and community image 2026-07-01 19:55:08 +08:00
Ma 5d381557e0 chore: prepare 1.5.0 release 2026-06-09 20:17:56 +08:00
Ma f7111de976 docs: refresh 1.5 release positioning 2026-06-09 16:36:38 +08:00
Ma a2d3744aae docs: refresh README and skill for 1.5 2026-06-09 12:38:36 +08:00
Ma 126ff39dc3 docs(skill): add kkaiapi localized links 2026-05-18 13:30:03 +08:00
Ma 2811c39b49 docs: keep aggregator provider links neutral 2026-05-18 12:16:26 +08:00
Ma 3cd2f423ad docs(studio): clarify aggregator provider positioning 2026-05-18 12:14:14 +08:00
Ma a153eadad1 docs: add aggregator provider links 2026-05-18 12:03:33 +08:00
Ma 11237aa8a9 docs(agent): support chat cover prompt revisions 2026-05-18 10:51:32 +08:00
Ma 0ea2d1005b docs(skill): document standalone cover tool 2026-05-18 10:51:32 +08:00
Ma b8b0761072 chore(release): prepare v1.3.7 2026-05-02 17:31:38 +08:00
Ma b6c631684f docs(skill): clarify license duality, bump to 2.3.2
ClawHub platform enforces MIT-0 on all skill descriptors and ignores
per-skill license overrides. Remove the unused 'license' field from
frontmatter (no-op) and add an explicit note in the Security & Trust
section: the ClawHub descriptor is MIT-0, but the underlying npm
packages (@actalk/inkos, @actalk/inkos-core, @actalk/inkos-studio) are
AGPL-3.0-only and running/redistributing InkOS is governed by AGPL.
2026-04-14 16:53:04 +08:00
Ma e0be4a7432 chore(skill): bump to 2.3.1 after ClawHub republish 2026-04-14 16:46:01 +08:00
Ma aa4f217870 feat(skill): fix license, declare env vars, harden credential examples
- Add license: AGPL-3.0-only to SKILL.md frontmatter (was showing as
  MIT-0 on ClawHub due to missing field)
- Declare OPENAI_API_KEY in openclaw.requires.env and primaryEnv so the
  runtime key requirement is visible in skill metadata
- Rewrite setup example to use --api-key-env OPENAI_API_KEY instead of
  --api-key sk-xxx, avoiding shell history exposure
- Add 'Security & Trust' section documenting no install hooks, local
  file I/O only, no telemetry, trusted-base-URL guidance, and npm
  provenance verification command

Addresses OpenClaw scanner flags: metadata missing env vars, API keys
in command history, custom base-URL redirect risk.
2026-04-14 16:44:21 +08:00
Ma f5ee8f71d9 docs(skill): add v1.2 interaction capabilities to SKILL.md
- Add Workflow 12: book-wide entity rename via interact
- Add Workflow 13: single-chapter text patching via /replace
- Add Workflow 14: TUI dashboard launch (inkos with no args)
- Add Studio assistant panel note (shares interaction kernel)
- Add inkos interact and inkos (TUI) to command reference table
- Bump skill version to 2.3.0
2026-04-13 11:40:47 +08:00
Ma 530bc89f4f docs(cli): route external agents through interact command 2026-04-13 03:17:35 +08:00
Ma e16b2c145f docs: announce Studio launch and update roadmap across all READMEs
Add Studio release announcement near the top of all three READMEs
(zh/en/ja). Add inkos studio to command reference tables. Mark
Studio as shipped in roadmap, add interactive fiction as next item.
Update SKILL.md to v2.2.0 with Studio workflow section.
2026-03-30 20:06:10 +08:00
Ma 275cf1293e chore: bump version to 0.6.3, SKILL.md to 2.1.0, update CHANGELOG 2026-03-29 19:48:34 +08:00
Ma 9a07d04ae1 docs: sync SKILL.md with full CLI command set
Add missing commands: eval, consolidate, write rewrite, book update/delete,
plan chapter, compose chapter, studio, fanfic show/refresh, genre create/copy.
Fix genre create parameter docs (was --rules, actual is --numerical/--power/--era).

Closes #111
2026-03-29 19:21:07 +08:00
Ma 0512eeaf73 docs: update SKILL.md for v2 pipeline and structured state
- Update pipeline description: 5-agent -> multi-agent with Planner,
  Composer, Observer, Reflector, Normalizer
- Document three-phase architecture and JSON delta settlement
- Add hook agenda, hook health analysis, admission control
- Add structured state, SQLite memory, length governance details
- Bump skill version to 2.0.0
2026-03-26 12:36:32 +08:00
Ma b9060dbd00 feat: expose input governance controls to agent mode 2026-03-22 12:55:05 +08:00
Ma e04323cf6f docs(skill): v1.5.0 — add native English support (10 genres), fan fiction, --lang flag
- Description: add English genre profiles, fanfic, multi-model routing
- When to Use: English writing and fanfic as top entries
- Workflow 10: English novel creation (--lang en, genre list)
- Workflow 11: Fan fiction (fanfic init, 4 modes)
- Command table: add fanfic init, genre list, --lang to book create

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 15:20:06 +08:00
Ma 7e90ec512c docs(skill): add multi-model routing section and set-model/show-models to command table
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 23:01:01 +08:00
Ma b8b7f7fddc docs: add local skill path to OpenClaw section, bump SKILL.md to v1.4.0
- Both READMEs now explain that cloned-repo users can read skills/SKILL.md
  directly without clawhub install
- SKILL.md v1.4.0: add creative brief (--brief), custom provider,
  structured logging (JSON Lines, -q quiet mode)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 18:37:16 +08:00
Ma bc6c7a1c00 fix: book create recovers from interrupted init + ensure chapters dir 2026-03-16 22:43:35 +08:00
Ma 6329d4ba50 docs: move SKILL.md to skills/ and update for v0.4.5
- Move from root to skills/ directory for ClawHub organization
- 32 → 33 dimension audit (outline adherence detection)
- Add import chapters workflow (continuation writing)
- Add analytics command
- Document two-phase writer architecture (creative + settlement)
- Update command reference table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 17:52:38 +08:00