YeonGyu-Kim
d897f79a7d
docs(cli): remove stale auth command section
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-03-06 20:50:11 +09:00
YeonGyu-Kim
f383d7abb5
Revert "Merge pull request #1951 from edxeth/feat/custom-agents"
...
This reverts commit 47e300b17e , reversing
changes made to 243ce1b7e8 .
2026-03-02 23:55:48 +09:00
YeonGyu-Kim
47e300b17e
Merge pull request #1951 from edxeth/feat/custom-agents
...
feat(config): make custom agents first-class for planning and delegation
2026-03-02 23:28:57 +09:00
YeonGyu-Kim
3db46a58a7
feat(hashline): change hashline_edit default from true to false
...
Hashline edit tool and companion hooks now require explicit opt-in
via `"hashline_edit": true` in config. Previously enabled by default.
- tool-registry: hashline edit tool not registered unless opted in
- create-tool-guard-hooks: hashline-read-enhancer disabled by default
- Updated config schema comment and documentation
- Added TDD tests for default behavior
2026-03-02 15:20:31 +09:00
edxeth
922ff7f2bc
docs(config): fix custom_agents examples
2026-02-26 20:55:58 +01:00
edxeth
da1e160add
docs(config): document custom_agents behavior and delegation flow
2026-02-26 20:01:53 +01:00
Jeon Suyeol
0cc9edac17
replace master branch references with dev across docs, schema URLs, and tests
2026-02-27 00:49:53 +09:00
YeonGyu-Kim
976798d0e3
feat(config): disable runtime_fallback by default (opt-in)
2026-02-22 01:54:34 +09:00
YeonGyu-Kim
309869a79f
docs(config): document runtime_fallback boolean shorthand
...
Add simple boolean configuration examples for runtime_fallback:
- true/false for quick enable/disable
- Object format for advanced configuration
2026-02-22 01:45:32 +09:00
YeonGyu-Kim
0b4ebc3538
docs: reorganize configuration.md for better readability
...
- Add Table of Contents with clear navigation structure
- Reorganize sections into logical groups:
- Getting Started (File Locations, Quick Start Example)
- Core Concepts (Agents, Categories, Model Resolution)
- Task System (Background Tasks, Sisyphus Agent, Sisyphus Tasks)
- Features (Skills, Hooks, Commands, Integrations)
- Advanced (Runtime Fallback, Hashline Edit, Experimental)
- Reference (Environment Variables, Provider-Specific)
- Improve section headers and descriptions
- Add cross-references within document
- Maintain all original content without omissions
- Add clarifying comments to Quick Start Example
2026-02-21 17:23:28 +09:00
YeonGyu-Kim
dc76e2cd11
docs: rewrite configuration.md for clarity and concision
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-02-21 17:05:30 +09:00
YeonGyu-Kim
c1c7d18133
fix: resolve 4 publish blockers — CLI bin, schema export, security vulns, doc link
...
- Remove leading ./ from bin entry (npm strips invalid paths)
- Write schema to dist/ for export map compatibility (keep assets/ for GitHub URL)
- Remove unused codex dep + bump @modelcontextprotocol/sdk to ^1.25.2
- Fix broken relative link in configuration.md (../guide/installation.md)
🤖 Generated with assistance of OhMyOpenCode (https://github.com/code-yeongyu/oh-my-opencode )
2026-02-21 13:59:53 +09:00
YeonGyu-Kim
880c5e3beb
docs: restructure and rewrite all documentation from scratch
...
Consolidate 12 docs into 8, eliminating ~70% duplicate content.
Fix all broken doc links across 4 README translations.
New structure:
- docs/guide/: overview, installation (with agent-model setup), orchestration
- docs/reference/: features, configuration, cli
- docs/manifesto.md, docs/troubleshooting/ollama.md
Deleted: agent-model-matching, understanding-orchestration-system,
orchestration-guide, category-skill-guide, task-system, cli-guide,
configurations, ultrawork-manifesto, features, ollama-streaming-issue
2026-02-21 04:07:06 +09:00