docs: update all documentation and add AI tooling configs
- Rewrite README.md with current architecture, features and stack - Update docs/API.md with all current endpoints (corporate, BI, client 360) - Update docs/ARCHITECTURE.md with cache, modular queries, services, ETL - Update docs/GUIA-USUARIO.md for all roles (admin, corporate, agente) - Add docs/INDEX.md documentation index - Add PROJETO.md comprehensive project reference - Add BI-CCC-Implementation-Guide.md - Include AI agent configs (.claude, .agents, .gemini, _bmad) - Add netbird VPN configuration - Add status report Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
29
.claude/skills/bmad-agent-builder/assets/save-memory.md
Normal file
29
.claude/skills/bmad-agent-builder/assets/save-memory.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: save-memory
|
||||
description: Explicitly save current session context to memory
|
||||
menu-code: SM
|
||||
---
|
||||
|
||||
# Save Memory
|
||||
|
||||
Immediately persist the current session context to memory.
|
||||
|
||||
## Process
|
||||
|
||||
1. **Read current index.md** — Load existing context
|
||||
|
||||
2. **Update with current session:**
|
||||
- What we're working on
|
||||
- Current state/progress
|
||||
- Any new preferences or patterns discovered
|
||||
- Next steps to continue
|
||||
|
||||
3. **Write updated index.md** — Replace content with condensed, current version
|
||||
|
||||
4. **Checkpoint other files if needed:**
|
||||
- `patterns.md` — Add new patterns discovered
|
||||
- `chronology.md` — Add session summary if significant
|
||||
|
||||
## Output
|
||||
|
||||
Confirm save with brief summary: "Memory saved. {brief-summary-of-what-was-updated}"
|
||||
Reference in New Issue
Block a user