Skip to content

Add OSOP session logging rule#12

Open
Archie0125 wants to merge 1 commit into
continuedev:mainfrom
Archie0125:add-osop-session-logging
Open

Add OSOP session logging rule#12
Archie0125 wants to merge 1 commit into
continuedev:mainfrom
Archie0125:add-osop-session-logging

Conversation

@Archie0125
Copy link
Copy Markdown

Summary

Adds an OSOP (Open Standard for Operations Protocols) session logging rule that instructs AI coding assistants to produce structured workflow logs after multi-step tasks.

  • What it does: After completing significant work (debugging, feature implementation, refactoring), the agent generates a .osop workflow definition and a .osoplog.yaml execution record capturing every step, timing, and tool used.
  • Why it's useful: Gives developers an auditable, portable record of what the AI actually did — useful for code review, compliance, onboarding, and replaying past sessions.
  • Universal format: OSOP is agent-agnostic and works across Continue.dev, Cursor, Claude Code, and any AI coding tool.
  • Visual viewer: Logs can be explored interactively at https://osop-editor.vercel.app

References

Files Added

  • rules/osop-session-logging/osop-session-logging.md — The rule file with YAML frontmatter
  • rules/osop-session-logging/rules.json — Rule metadata
  • Updated README.md — Added entry under General section

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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