cli/docs
Vi 4a1600e9be fix: restore packages accidentally deleted during PR #313 rebase (#333)
During conflict resolution for PR #313 (streaming API), the agent
incorrectly assumed that modify/delete conflicts meant the PR intended
to remove these packages. This was wrong - PR #313 was only about
adding streaming API to pkg/io.

Restored packages:
- pkg/workspace - workspace management service
- pkg/unifi - UniFi controller client
- pkg/gitea - Gitea API client
- pkg/crypt/openpgp - OpenPGP encryption service
- internal/cmd/gitea - Gitea CLI commands
- internal/cmd/unifi - UniFi CLI commands

Also restored:
- Various test files (bench_test.go, integration_test.go, etc.)
- pkg/framework/core/interfaces.go (Workspace/Crypt interfaces)
- pkg/log/errors.go (error helpers)
- Documentation (faq.md, user-guide.md)

This allows PR #297 (MCP daemon mode) to proceed as it depends on
pkg/workspace.

Co-authored-by: Claude <developers@lethean.io>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:16:23 +00:00
..
cmd docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
examples docs: add SDK configuration example 2026-01-29 01:24:41 +00:00
pkg Implement Background Goroutines for Long-Running Operations (#309) 2026-02-05 10:26:45 +00:00
plans feat(jobrunner): add automated PR workflow system (#329) 2026-02-05 10:36:21 +00:00
skill docs: add Claude Code skill installation guide 2026-01-29 15:10:25 +00:00
configuration.md Add configuration documentation to README (#304) 2026-02-05 10:56:49 +00:00
faq.md fix: restore packages accidentally deleted during PR #313 rebase (#333) 2026-02-05 11:16:23 +00:00
getting-started.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
glossary.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
index.md Remove StrictHostKeyChecking=no from SSH commands (#315) 2026-02-05 07:09:34 +00:00
migration.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
troubleshooting.md Add streaming API to pkg/io and optimize agentic context gathering (#313) 2026-02-05 11:00:49 +00:00
user-guide.md fix: restore packages accidentally deleted during PR #313 rebase (#333) 2026-02-05 11:16:23 +00:00
workflows.md Add configuration documentation to README (#304) 2026-02-05 10:56:49 +00:00