observal-advanced

Featured

Advanced Observal operations including session reconciliation, CLI upgrades and downgrades, complete uninstallation, and local fallback mode for offline use. Use when the user wants to reconcile sessions, upgrade or downgrade the CLI, uninstall Observal, or write agent configs locally when the server is unreachable.

AI & Automation 2,241 stars 463 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Observal Advanced Operations ## Procedure: Reconcile Sessions Push local session JSONL to server for full trace context. Normally automatic via hooks. Manual recovery for all detected harnesses: ```bash observal reconcile ``` Target one harness or shorten the discovery window when needed: ```bash observal reconcile --harness claude-code --since 24 ``` --- ## Procedure: Self-Manage CLI ```bash observal self status observal self upgrade --force observal self upgrade --version 2.5.0 --force observal self downgrade --list observal self downgrade --version 2.4.0 --force observal self rollback ``` Use `--force` when running upgrades or downgrades from an agent so the command is non-interactive. --- ## Procedure: Uninstall Completely removes Observal. **Destructive and irreversible.** ```bash observal self uninstall ``` Requires typing `confirm` (not `--yes`). Selective flags: - `--keep-config`: preserve `~/.observal/` - `--keep-cli`: keep the CLI binary - `--keep-repo`: keep the cloned repo - `--repo-dir PATH`: specify repo location --- ## Procedure: Local Fallback Mode Use **only** when a command exits with `Connection failed` or `Not configured`. | harness | User-scope path | Project-scope path | |---|---|---| | Claude Code | `~/.claude/agents/<name>.md` | `.claude/agents/<name>.md` | | Kiro | `~/.kiro/agents/<name>.json` | `.kiro/agents/<name>.json` | | Cursor | `~/.cursor/rules/<name>.mdc` | `.cursor/rules/<name>.mdc` | | VS Code | `~/.config/Code/User/agen...

Details

Author
Observal
Repository
Observal/Observal
Created
3 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category