X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SharpAI/DeepCamera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SharpAI/DeepCamera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/skill-architecture
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 2, 2026

  1. feat: introduce skill architecture with YOLO detection skill

    Add the skill system foundation for DeepCamera's evolution into an
    AI skill platform for SharpAI Aegis.
    
    New files:
    - skills.json: Registry manifest listing available skills
    - skills/detection/yolo-detection-2026/SKILL.md: First skill spec with
      parameters, capabilities, setup instructions, and JSON-lines protocol
    - skills/detection/yolo-detection-2026/requirements.txt: Python dependencies
    - skills/detection/yolo-detection-2026/scripts/detect.py: Working reference
      implementation using ultralytics YOLO with stdin/stdout JSON-lines protocol
    
    Updated:
    - README.md: Check 'Skill architecture' roadmap item
    
    The skill architecture uses a pluggable SKILL.md interface where each skill
    declares parameters (rendered as config UI in Aegis) and capabilities
    (what the skill can do). Skills communicate via JSON lines over stdin/stdout.
    solderzzc committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    b2e7619 View commit details
    Browse the repository at this point in the history
  2. chore: modernize project files and add skill development guide

    - .gitignore: modernize with Python, ML models, Docker, IDE sections
    - CONTRIBUTING.md: add skill-focused contributing guide
    - CODE_OF_CONDUCT.md: update to Contributor Covenant 2.1
    - Contributions.md: refresh third-party acknowledgments for 2026
    - FUNDING.yml: move to .github/ (GitHub convention)
    - docs/skill-development.md: add comprehensive skill development guide
      covering SKILL.md format, parameter types, JSON-lines protocol, and
      skill categories
    solderzzc committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    c0bd295 View commit details
    Browse the repository at this point in the history
Loading
X Tutup