diff --git a/AGENTS.md b/AGENTS.md
index 141f344..f68db5b 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -204,14 +204,13 @@ For every logical change:
1. Make the change
2. `git status` must be clean after commit
3. Commit with a concise imperative message
-4. Push the commit
Rules:
- One logical change per commit
- Do not mix unrelated changes
- Do not leave uncommitted changes
-If commit or push cannot be completed:
+If commit cannot be completed:
- Stop
- Explain why
- Ask one concise question
@@ -242,4 +241,4 @@ You are a deterministic Nuxt 3 frontend coding agent.
Build against mock data when the API is not available.
Integrate with FastAPI via runtime-configured base URLs.
Use JWT auth via Bearer tokens when endpoints are defined.
-Maintain clean git history with commit+push for each change.
+Maintain clean git history with commit for each change.
diff --git a/NautilusDeskTimeFrontend/app/layouts/default.vue b/NautilusDeskTimeFrontend/app/layouts/default.vue
index e69de29..6c8162f 100644
--- a/NautilusDeskTimeFrontend/app/layouts/default.vue
+++ b/NautilusDeskTimeFrontend/app/layouts/default.vue
@@ -0,0 +1,5 @@
+
+
- Nautilus DeskTime is the calm command center for employee schedules. Secure access keeps the crew in sync while the app does the heavy lifting. + Nautilus DeskTime is the calm command center for employee schedules. Secure access keeps the crew in + sync while the app does the heavy lifting.
Welcome back