Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,6 @@ core/memory/global/cognitive_profile.md
core/memory/global/workflow_policy.md
core/memory/global/agent_feedback.md
core/memory/global/runtime_digest.md

# E176 app shell build artifacts
app/target/
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ skills/ reusable operator skills (custom/vendor/private)
templates/ project scaffolds, example answer files
docs/ architecture, contracts, setup guides
src/episteme/ CLI + core library
app/ Episteme.app native shell (wry+tao) over `episteme viewer` — see app/README.md
scripts/ build_app_pkg.sh (unsigned .pkg) and maintenance scripts
tests/
```

Expand Down
Loading
Loading