Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
ossie-temp
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
82
Code
Issues
0
Pull requests
7
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(cli): define plugin objects and basic plugin listing ability
- #6
#6
Draft
QMalcolm
wants to merge 19 commits into
apache:main
apache/ossie-temp:main
from
QMalcolm:qmalcolm--feat-plugin-discovery
QMalcolm/ossie:qmalcolm--feat-plugin-discovery
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Draft
feat(cli): define plugin objects and basic plugin listing ability
#6
QMalcolm
wants to merge 19 commits into
apache:main
apache/ossie-temp:main
from
QMalcolm:qmalcolm--feat-plugin-discovery
QMalcolm/ossie:qmalcolm--feat-plugin-discovery
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
feat(cli): scaffold go module with cobra command tree
Show description for 3c88a83
QMalcolm
committed
3c88a83
View commit details
Copy full SHA for 3c88a83
Browse repository at this point
chore(cli): add makefile and goreleaser build pipeline
Show description for fcefdc8
QMalcolm
committed
fcefdc8
View commit details
Copy full SHA for fcefdc8
Browse repository at this point
ci(cli): add github actions workflow for build and test
Show description for ac660a0
QMalcolm
committed
ac660a0
View commit details
Copy full SHA for ac660a0
Browse repository at this point
test(cli): add unit tests for internal/osidir
Show description for 5f269d2
QMalcolm
committed
5f269d2
View commit details
Copy full SHA for 5f269d2
Browse repository at this point
chore(cli): rename osi to ossie throughout cli scaffold
Show description for 780dcdb
QMalcolm
committed
780dcdb
View commit details
Copy full SHA for 780dcdb
Browse repository at this point
chore(cli): rename internal osidir package to ossiedir
Show description for 22e986e
QMalcolm
committed
22e986e
View commit details
Copy full SHA for 22e986e
Browse repository at this point
fix(ossiedir): rename defaultOSIDir constant to defaultOssieDir
Show description for 32955eb
QMalcolm
committed
32955eb
View commit details
Copy full SHA for 32955eb
Browse repository at this point
chore(cli): fix .gitignore to ignore cli/ossie build artifact
Show description for c707545
QMalcolm
committed
c707545
View commit details
Copy full SHA for c707545
Browse repository at this point
chore(ossiedir): rename osidir.go and osidir_test.go to ossiedir
Show description for 7f9fdb7
QMalcolm
committed
7f9fdb7
View commit details
Copy full SHA for 7f9fdb7
Browse repository at this point
feat(cli): add plugin discovery infrastructure
Show description for d11a375
QMalcolm
committed
d11a375
View commit details
Copy full SHA for d11a375
Browse repository at this point
test(cli): replace equalStringSlice helper with slices.Equal
Show description for ca72dc9
QMalcolm
committed
ca72dc9
View commit details
Copy full SHA for ca72dc9
Browse repository at this point
fix(cli): use errors.Is for ErrNotExist checks in discover
Show description for afa1813
QMalcolm
committed
afa1813
View commit details
Copy full SHA for afa1813
Browse repository at this point
test(cli): use t.TempDir for nonexistent dir test fixture
Show description for 7b8bb11
QMalcolm
committed
7b8bb11
View commit details
Copy full SHA for 7b8bb11
Browse repository at this point
test(cli): add test coverage for plugin setup field
Show description for 8fdac36
QMalcolm
committed
8fdac36
View commit details
Copy full SHA for 8fdac36
Browse repository at this point
docs(cli): document intentional lenient YAML unmarshaling in loadPlugin
Show description for 8747de3
QMalcolm
committed
8747de3
View commit details
Copy full SHA for 8747de3
Browse repository at this point
refactor(plugin): rename osi → ossie in ConvertConfig, yaml fields, and invoke args
Show description for fb5069d
QMalcolm
committed
fb5069d
View commit details
Copy full SHA for fb5069d
Browse repository at this point
refactor(plugin): drop osi_* backward compat from rawPlugin
Show description for bc5abe9
QMalcolm
committed
bc5abe9
View commit details
Copy full SHA for bc5abe9
Browse repository at this point
feat(plugin): implement basic ossie plugin list command
Show description for aa56370
QMalcolm
committed
aa56370
View commit details
Copy full SHA for aa56370
Browse repository at this point
chore(cli): add make install target for local development
Show description for e6b0d74
QMalcolm
committed
e6b0d74
View commit details
Copy full SHA for e6b0d74
Browse repository at this point
You can’t perform that action at this time.