Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.02 KB

File metadata and controls

30 lines (19 loc) · 1.02 KB

Roadmap

Vibe Stack should grow carefully. New sections should improve the default path without turning the repo into an awesome-list.

Planned

Autonomous Development Practices

Expand the default practices for building and maintaining software through AI agents. The current baseline lives in docs/common-guide.md:

  • Repository structure that agents can navigate reliably.
  • Test, lint, type-check, and observability loops for autonomous changes.
  • Issue-to-PR workflows for agent-driven development.
  • Production debugging and maintenance playbooks.
  • Guardrails for safe autonomous operations.

Covered

Security Practices

The baseline lives in docs/security-practices.md. Future work may expand it with:

  • Dependency and supply-chain checks.
  • Secret handling and rotation.
  • Secure deployment defaults.
  • Agent-safe operational practices.

Selection Rule

Each roadmap item should eventually produce one recommended default path, not a catalog of alternatives.