Context:
Metadata
IMPORTANT: ALWAYS by verifying the dev environment metadata section to maintain a CLEAN development workflow.
pull_request_title: "FROM feat/[issue#]-[shortdesc] TO development"
branch: "feat/[issue#]-[shortdesc]"
worktree_path: "$WORKSPACE/.worktrees/feat-[issue#]"
Feature Description
- Users should be able to run basic tests to verify that the core components are working appropriately and with well-thought out design patterns.
Documentation
- Link to folder that details 12-factor-agents design principles:
- Model interface to text in -> out
Key Integration Points
- Create a
core folder that will house the core components for initial implementation.
Development Setup
Commands:
READ the package.json file scripts.
Design Principles
- Simplicity is beauty, complexity is pain.
- ALWAYS look at the current codebase and begin by questioning how to BEST achieve the goal in the least amount of changes, then applying TDD approach.
Acceptance Criteria:
Context:
Metadata
IMPORTANT: ALWAYS by verifying the dev environment metadata section to maintain a CLEAN development workflow.
Feature Description
Documentation
Key Integration Points
corefolder that will house the core components for initial implementation.Development Setup
Commands:
READ the
package.jsonfile scripts.Design Principles
Acceptance Criteria:
agent-browsercli.