README.md
pyproject.toml
aisef/__init__.py
aisef/__main__.py
aisef/config.py
aisef.egg-info/PKG-INFO
aisef.egg-info/SOURCES.txt
aisef.egg-info/dependency_links.txt
aisef.egg-info/entry_points.txt
aisef.egg-info/top_level.txt
aisef/cli/__init__.py
aisef/cli/__main__.py
aisef/cli/_common.py
aisef/cli/dashboard.py
aisef/cli/doctor.py
aisef/cli/harness.py
aisef/cli/implement.py
aisef/cli/parser.py
aisef/cli/plan.py
aisef/clients/__init__.py
aisef/clients/base.py
aisef/clients/claude_code.py
aisef/clients/compile.py
aisef/clients/opencode.py
aisef/clients/stream.py
aisef/codebase/__init__.py
aisef/codebase/baseline.py
aisef/codebase/basic.py
aisef/codebase/detect.py
aisef/codebase/graphify.py
aisef/codebase/provider.py
aisef/control/__init__.py
aisef/control/acceptance.py
aisef/control/approvals.py
aisef/control/bmad_status.py
aisef/control/change.py
aisef/control/complexity.py
aisef/control/conformance.py
aisef/control/design_contract.py
aisef/control/experience.py
aisef/control/gate.py
aisef/control/impact.py
aisef/control/journal.py
aisef/control/ledger.py
aisef/control/machine_gate.py
aisef/control/normalize.py
aisef/control/outcome.py
aisef/control/preflight.py
aisef/control/replay.py
aisef/control/scheduler.py
aisef/control/security.py
aisef/control/state.py
aisef/control/tdd.py
aisef/control/worktree.py
aisef/harness/__init__.py
aisef/harness/aria.py
aisef/harness/browser.py
aisef/harness/context.py
aisef/harness/guardrails.py
aisef/harness/mockup_map.py
aisef/harness/mockup_verify.py
aisef/harness/observe.py
aisef/harness/prompts.py
aisef/harness/routing.py
aisef/harness/sandbox.py
aisef/harness/testlog.py
aisef/harness/tools.py
aisef/harness/assets/render.mjs
aisef/kit/__init__.py
aisef/kit/catalog.json
aisef/kit/catalog.py
aisef/kit/constitution.py
aisef/kit/detect_stack.py
aisef/kit/docs.py
aisef/kit/fetch.py
aisef/kit/install.py
aisef/kit/registry.py
aisef/kit/router.py
aisef/kit/security_filter.py
aisef/kit/skill_scan.py
aisef/kit/skills.py
aisef/kit/prompts/devsecops.md
aisef/kit/prompts/mockup-screen.md
aisef/kit/prompts/story-implement.md
aisef/kit/prompts/story-review.md
aisef/kit/prompts/story-security-review.md
aisef/kit/rules/must_never.md
aisef/kit/rules/principles.md
aisef/kit/skills/aisef-mockup-html/SKILL.md
aisef/phases/__init__.py
aisef/phases/deploy.py
aisef/phases/implement.py
aisef/phases/improve.py
aisef/phases/mockup.py
aisef/phases/plan.py
aisef/phases/qa.py
aisef/phases/report.py
aisef/phases/run.py
aisef/phases/story_split.py
tests/test_acceptance.py
tests/test_approvals.py
tests/test_aria.py
tests/test_bmad_status.py
tests/test_brownfield.py
tests/test_browser.py
tests/test_candidate.py
tests/test_catalog.py
tests/test_change.py
tests/test_cli.py
tests/test_client_adapters.py
tests/test_client_base.py
tests/test_clients.py
tests/test_compile.py
tests/test_complexity.py
tests/test_config.py
tests/test_conformance.py
tests/test_constitution.py
tests/test_context.py
tests/test_dashboard.py
tests/test_deploy.py
tests/test_design_contract.py
tests/test_design_contract_states.py
tests/test_detect_stack.py
tests/test_docs.py
tests/test_doctor.py
tests/test_experience.py
tests/test_fetch.py
tests/test_findings.py
tests/test_gate.py
tests/test_gate_qualification.py
tests/test_guardrails.py
tests/test_handoff.py
tests/test_impact.py
tests/test_implement.py
tests/test_improve.py
tests/test_install.py
tests/test_journal.py
tests/test_ledger.py
tests/test_machine_gate.py
tests/test_meta.py
tests/test_mockup.py
tests/test_mockup_map.py
tests/test_mockup_map_seed.py
tests/test_normalize.py
tests/test_observe.py
tests/test_outcome.py
tests/test_parser.py
tests/test_plan.py
tests/test_prd_headings.py
tests/test_preflight.py
tests/test_preservation.py
tests/test_prompts.py
tests/test_qa.py
tests/test_registry.py
tests/test_release_gate.py
tests/test_replay.py
tests/test_report.py
tests/test_report_mockup_cell.py
tests/test_requirements_evidence.py
tests/test_router.py
tests/test_routing.py
tests/test_run.py
tests/test_sandbox.py
tests/test_scheduler.py
tests/test_security.py
tests/test_security_filter.py
tests/test_skill_scan.py
tests/test_skills.py
tests/test_skills_inline.py
tests/test_state.py
tests/test_story_size.py
tests/test_story_split.py
tests/test_stream.py
tests/test_tdd.py
tests/test_testlog.py
tests/test_tools.py
tests/test_verification_contract.py
tests/test_worktree.py
tests/test_write_scope_verify.py