Skip to content

Releases: poesis-cloud/safe-agentic-framework

v0.1.0 — SDLC Agentic Framework

Choose a tag to compare

@opportus opportus released this 18 Jun 09:37

What's in v0.1.0

F-01 — Public repo scaffold

  • Apache-2.0 LICENSE + NOTICE (OQ5 external-prerequisites callout)
  • CONTRIBUTING.md with DCO sign-off, Apache-2.0 inbound, and header convention
  • README.md with APM install path and quickstart reference
  • license-header-template.txt at repo root
  • GitHub Actions CI baseline (lint-markdown + lint-yaml)

F-02 — Integration & package management

  • APM plugin layout: plugins/ai-team-orchestration/
    • Skills: orchestration-core · rte-orchestration · sm-orchestration · vmo-orchestration
    • Agents: @rte-orchestrator · @sm-orchestrator · @vmo-orchestrator
    • Config: model-routing.yaml · plugin.json
  • WITHHOLD-keywords.txt — IP-protection scrub corpus (zero leakage verified)
  • CI: license-header enforcement + WITHHOLD scrub (fail-closed)
  • docs/quickstart.md — getting-started guide (target: < 30 min to first orchestrated PR)

Install

git clone https://github.com/poesis-cloud/sdlc-agentic-framework \
  ~/.vscode/agent-plugins/github.com/poesis-cloud/sdlc-agentic-framework

Reload VS Code. @rte-orchestrator, @sm-orchestrator, @vmo-orchestrator will appear in your Copilot Chat agent list.

External prerequisites

SE:* bench agents, bmad-* skills, and gds-* skills are not bundled — install separately. See CONTRIBUTING.md and docs/quickstart.md.