CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README.zh-CN.md
SECURITY.md
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/release.yml
assets/mark-dark.svg
assets/mark-light.svg
assets/tokens.css
docs/AGENT_ARCHETYPES.md
docs/CHARACTER_DRAFTING.md
docs/CLI.md
docs/CODEX_CHARACTER_WORKFLOW.md
docs/USE_WITH_YOUR_AGENT.md
docs/releases/0.1.0rc1.md
examples/character_intake.yaml
scripts/audit_public_tree.py
scripts/audit_zero_network.py
scripts/release-gate.sh
site/index.html
specs/reserved/emotion-engine.yaml
specs/reserved/runtime-surface.yaml
src/packwright/__init__.py
src/packwright/__main__.py
src/packwright/cli.py
src/packwright.egg-info/PKG-INFO
src/packwright.egg-info/SOURCES.txt
src/packwright.egg-info/dependency_links.txt
src/packwright.egg-info/entry_points.txt
src/packwright.egg-info/requires.txt
src/packwright.egg-info/top_level.txt
src/packwright/adapters/__init__.py
src/packwright/adapters/claude_code.py
src/packwright/adapters/codex.py
src/packwright/adapters/cursor.py
src/packwright/checker/__init__.py
src/packwright/checker/scoring.py
src/packwright/core/__init__.py
src/packwright/core/adapter_layout.py
src/packwright/core/adopt.py
src/packwright/core/character_intake.py
src/packwright/core/emotion_engine_contract.py
src/packwright/core/errors.py
src/packwright/core/handoff.py
src/packwright/core/install.py
src/packwright/core/intake_contract.py
src/packwright/core/knowledge_contract.py
src/packwright/core/loader.py
src/packwright/core/memory_projection.py
src/packwright/core/naming.py
src/packwright/core/pack_metadata.py
src/packwright/core/resolver.py
src/packwright/core/validation.py
src/packwright/core/workspace_contract.py
templates/character_intake.example.yaml
templates/atlas-work/mechanism.yaml
templates/atlas-work/emotion/memory-events.yaml
templates/atlas-work/emotion/model.yaml
templates/atlas-work/emotion/state-schema.yaml
templates/atlas-work/emotion/update-policy.yaml
templates/atlas-work/emotion/voice-modulation.yaml
templates/atlas-work/identity/persona.md
templates/atlas-work/identity/relationship.md
templates/atlas-work/identity/voice.md
templates/atlas-work/mechanism/context-loading.yaml
templates/atlas-work/mechanism/memory-policy.yaml
templates/atlas-work/mechanism/session-guards.yaml
templates/atlas-work/memory/collaboration.md
templates/atlas-work/memory/emotion-state.json.example
templates/atlas-work/memory/index.md
templates/atlas-work/memory/knowledge_map.md
templates/atlas-work/memory/pinned.md
templates/atlas-work/memory/profile.md
templates/atlas-work/memory/recent-activity.md
templates/atlas-work/memory/relationship-state.md
templates/atlas-work/memory/session-index.md
templates/atlas-work/memory/source-map.md
templates/atlas-work/memory/todos.md
templates/atlas-work/memory/workstreams.md
templates/atlas-work/memory/projects/_template.md
templates/atlas-work/memory/workstreams/_template.md
templates/atlas-work/operating/boundaries.md
templates/atlas-work/operating/principles.md
templates/atlas-work/projection/ownership-contract.yaml
templates/atlas-work/projection/platform-capabilities.yaml
templates/atlas-work/skills/save-context/SKILL.md
templates/atlas-work/workspace/README.md
templates/atlas-work/workspace/_template/archive/.gitkeep
templates/atlas-work/workspace/_template/artifacts/.gitkeep
templates/atlas-work/workspace/_template/drafts/.gitkeep
templates/atlas-work/workspace/shared/.gitkeep
tests/test_mvp_chain.py
tests/test_release_audits.py