Skip to content

feat: Intelligence Runtime — Crawlio Loops and Sequences - #1

Open
rashidazarang wants to merge 3 commits into
mainfrom
feat/intelligence-runtime
Open

feat: Intelligence Runtime — Crawlio Loops and Sequences#1
rashidazarang wants to merge 3 commits into
mainfrom
feat/intelligence-runtime

Conversation

@rashidazarang

Copy link
Copy Markdown
Contributor

Summary

  • Add two orchestration layers for structured web investigation
  • Crawlio Loops: AI-orchestrated multi-phase pipelines via Claude Code agents
  • Crawlio Sequences: Deterministic Swift state machines with local ANE inference
  • Both produce interchangeable EvidenceEnvelope<T> across 7 investigation families
  • Plugin version bumped to v1.2.0

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

Test plan

  • Verify plugin loads via claude plugin install /path/to/crawlio-plugin
  • Verify /crawlio:help displays runtime documentation
  • Verify /crawlio:crawlio-loop investigate <url> dispatches correctly
  • Verify existing skills (crawl-site, audit-site, etc.) still work

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant