atebites-hub/PJTemplate

2Stars on the repository
22Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

app_flow_template

02

atebites-hub/PJTemplate

Agent

This document describes the user interface flows, state transitions, and data interactions for [Project Name], ensuring seamless navigation and consistency.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines mandatory coding standards for [Project Name]. It adapts two foundational frameworks into actionable, language-agnostic rules that all source code, scripts, and tests must follow.

2 9d ago B 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines documentation practices for [Project Name], ensuring maintainability, onboarding speed, and reliable agent comprehension. Documentation is a living artifact and must evolve with code.

2 9d ago A 0 tokens original MIT

enforcement_matrix

06

atebites-hub/PJTemplate

Agent

This template enforces process artifacts — task memories (docs/memories/), docs/code/ mirrors for every code file, and recorded reasoning — through a single script, scripts/check-task-compliance.sh. The script is the one source of truth for "is this change compliant?"; everything else is just a trigger that runs it.

2 9d ago B 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document outlines the file organization for [Project Name], ensuring modularity and maintainability across source, scripts, tests, and docs.

2 9d ago A 0 tokens original MIT

odw_executor_matrix

10

atebites-hub/PJTemplate

Agent

ODW does not embed models. Each agent() call names an executor string; the host supplies RunOptions.executors: Record . An Executor is (ExecOptions) => Promise — typically spawn a coding-agent CLI, feed the prompt (stdin or argv), parse stdout/JSONL, return final text / structured output.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document outlines the high-level requirements, objectives, and scope for [Project Name], serving as the foundation for all development. It defines user needs, core features, and boundaries to guide sprints and agents.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines the server architecture, data models, and rules for [Project Name], ensuring scalable and secure data management.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document lists the technologies, packages, dependencies, APIs, and tools for [Project Name], with purposes and documentation links to guide implementation.

2 9d ago A 0 tokens original MIT

atebites-hub/PJTemplate

Agent

This document defines testing strategy and test-quality standards for [Project Name]. Tests are the executable safety net for refactoring, deployment confidence, and regression prevention.

2 9d ago A 0 tokens original MIT

upgrade

16

atebites-hub/PJTemplate

Agent

Lockfiles (requirements.txt, requirements-dev.txt, requirements-notebooks.txt) are compiled from the .in sources with hashes. Never edit a .txt directly; bump the .in and re-compile.

2 9d ago A 0 tokens original MIT