feat(ce-work,ce-security-audit): add ruflo integration and trajectory capture - #774
Draft
rtorino wants to merge 2 commits into
Draft
feat(ce-work,ce-security-audit): add ruflo integration and trajectory capture#774rtorino wants to merge 2 commits into
rtorino wants to merge 2 commits into
Conversation
Collaborator
|
I realize that this has a graceful fallback for ruflo-agentdb but i'm hesitant to add something like this where most are not using it. I would like that separated out. |
…zations onto upstream restructure Re-applies this fork's customizations on top of the upstream agent-native restructure (plugins/compound-engineering/* flattened to repo root; agents migrated to local persona/prompt assets under skills/*/references/). - ce-work: session-state resume check (Phase 0), per-task review pipeline (spec-compliance then code-quality reviewers), TDD guardrails, testing-anti-patterns, verification-discipline, and subagent-templates, woven into the new modular reference files (input-triage, execution-strategy, implementation-loop, shipping-workflow) to keep SKILL.md under the Codex 8000-byte budget. - Review agents converted from typed-agent dispatch to local prompt assets (skills/ce-work/references/agents/, skills/ce-security-audit/references/agents/) and dispatched as generic subagents, per the new architecture. - ce-security-audit: re-homed as a self-contained skill (duplicates the security-reviewer persona locally); registered in README + count guards. - ce-test-browser: single-spa and Element UI reference guides. - ce-debug: revert-and-verify-failure step in the fix loop. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…tory capture Re-applies the fork's ruflo-agentdb integration onto the new agent-native structure, on top of the re-ported base customizations on main. - ce-work: optional ruflo memory enrichment at session start (input-triage) and conditional trajectory capture after shipping (shipping-workflow), both woven into reference files so the kernel SKILL.md stays under the Codex 8000-byte budget; new ruflo-memory-integration.md and trajectory-capture.md references; model-selection scoring table added to subagent-templates. - ce-security-audit: optional ruflo security_scan step for CVE / shell-injection / secrets-at-rest coverage, merged and deduplicated with the CE persona findings. - trajectory-capture writes under the configurable CE artifact root's solutions/ tree (no hardcoded docs/ path) and references the learnings-researcher persona. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rtorino
force-pushed
the
feat/ruflo-integration-enhancements
branch
from
August 27, 2026 08:06
92c7b68 to
9f9f2eb
Compare
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
docs/solutions//ce-security-audit(skipped when ruflo isn't installed)Changes
skills/ce-work/references/ruflo-memory-integration.mdskills/ce-work/references/trajectory-capture.mdskills/ce-work/references/subagent-templates.mdskills/ce-security-audit/SKILL.mdskills/ce-work/SKILL.mdDesign decisions
docs/solutions/as markdown searchable byce-learnings-researcher, no ruflo neededTest plan
bun test— 1252 tests pass (verified)/ce-workwith SESSION_STATE.md present, ruflo NOT installed — should resume from state, skip ruflo silently/ce-workwith ruflo-agentdb installed — should query agentdb for related past patterns after session state check/ce-security-audit diffwithout ruflo — should run CE agents, skip CVE step/ce-security-audit diffwith ruflo — should run CE agents + ruflo CVE scan, merge findings🤖 Generated with Claude Code