Skip to content
Draft
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 hello-world/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Hello, world (Animica Chat smoke test)

Created by the Animica Chat coding agent at 2026-05-29T15:50:33.265Z.
2 changes: 2 additions & 0 deletions hello-world/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Tiny smoke-test program produced by the Animica Chat agent.
console.log('Hello from the Animica Chat coding agent!');
8 changes: 8 additions & 0 deletions hello-world/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "animica-chat-hello",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node index.js"
}
}