Add OSOP — universal workflow logging for AI coding agents#28
Open
Archie0125 wants to merge 2 commits intobradAGI:mainfrom
Open
Add OSOP — universal workflow logging for AI coding agents#28Archie0125 wants to merge 2 commits intobradAGI:mainfrom
Archie0125 wants to merge 2 commits intobradAGI:mainfrom
Conversation
OSOP is a structured workflow logging protocol that works across 9+ CLI coding agents. It produces .osop workflow definitions and .osoplog.yaml execution records, with a visual editor and formal spec.
Owner
|
Interesting concept — a universal workflow logging protocol across multiple agents is a useful niche. Could you add the GitHub star count to the entry for consistency with the rest of the list? The section is sorted by stars so it helps with proper placement. |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
Done! Added the star count ( |
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.
Adds OSOP to the Agent infrastructure section.
OSOP is a universal protocol for structured workflow logging across CLI coding agents. It produces
.osopworkflow definitions and.osoplog.yamlexecution records, giving developers portable, machine-readable session logs for any agent session.