feat: Intelligence Runtime — Crawlio Loops and Sequences - #1
Open
rashidazarang wants to merge 3 commits into
Open
feat: Intelligence Runtime — Crawlio Loops and Sequences#1rashidazarang wants to merge 3 commits into
rashidazarang wants to merge 3 commits into
Conversation
Add two orchestration layers for structured web investigation: - Crawlio Loops: AI-orchestrated multi-phase pipelines via Claude Code agents (deep reasoning, browser interaction, $0.05-0.50/run) - Crawlio Sequences: Deterministic Swift state machines with local ANE inference (fast, free, $0.00-0.01/run) Both layers produce interchangeable EvidenceEnvelope<T> evidence across 7 investigation families (investigate, monitor, extract, compare, clone, test, compose). New files: - commands/crawlio-loop.md — /crawlio:crawlio-loop command - commands/crawlio-seq.md — /crawlio:crawlio-seq command - commands/help.md — /crawlio:help command - skills/crawlio-seq/SKILL.md — intelligence runtime management skill Updated: - plugin.json: v1.1.0 -> v1.2.0, updated description and keywords - README.md: added Intelligence Runtime section
- hooks/hooks.json: declares PostToolUse (evidence-gate) and Stop (session-handoff) - hooks/evidence-gate.sh: warns on direct writes to .crawlio/evidence/ that bypass wrapEvidence() - hooks/session-handoff.sh: writes handoff.md + summary.md on session end with git context
- scripts/crawlio.zsh — standalone pipeline orchestrator - scripts/lib/seq-utils.sh — step status, CONTEXT generation - scripts/lib/seq-mentu.sh — mentu commitment lifecycle integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EvidenceEnvelope<T>across 7 investigation familiesNew Files
commands/crawlio-loop.md—/crawlio:crawlio-loopcommandcommands/crawlio-seq.md—/crawlio:crawlio-seqcommandcommands/help.md—/crawlio:helpcommandskills/crawlio-seq/SKILL.md— intelligence runtime management skillTest plan
claude plugin install /path/to/crawlio-plugin/crawlio:helpdisplays runtime documentation/crawlio:crawlio-loop investigate <url>dispatches correctly