zepapagaio 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +70 -0
- package/README.md +41 -0
- package/bin/zepapagaio.js +28 -0
- package/package.json +30 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
Zé Papagaio — Licença de Uso Beta / Beta Use License
|
|
2
|
+
Copyright (c) 2026 Phill Antunes & Raphael Duarte. Todos os direitos reservados.
|
|
3
|
+
All rights reserved.
|
|
4
|
+
|
|
5
|
+
===============================================================================
|
|
6
|
+
PORTUGUÊS
|
|
7
|
+
===============================================================================
|
|
8
|
+
|
|
9
|
+
Este software ("Zé Papagaio") é software proprietário de código fechado,
|
|
10
|
+
licenciado — não vendido — aos usuários do beta nos termos abaixo.
|
|
11
|
+
|
|
12
|
+
1. CONCESSÃO DE USO DURANTE O BETA
|
|
13
|
+
Durante o período de beta (enquanto o site zepapagaio.com assim indicar),
|
|
14
|
+
qualquer pessoa pode baixar, instalar e usar o Zé Papagaio gratuitamente
|
|
15
|
+
em máquinas pessoais ou profissionais de sua própria titularidade, para
|
|
16
|
+
uso individual.
|
|
17
|
+
|
|
18
|
+
2. PROIBIÇÕES
|
|
19
|
+
Você NÃO pode, sem autorização prévia e por escrito dos titulares:
|
|
20
|
+
(a) redistribuir, republicar, revender ou sublicenciar o software;
|
|
21
|
+
(b) fazer engenharia reversa, descompilar ou derivar o código-fonte;
|
|
22
|
+
(c) criar trabalhos derivados, forks ou republicações modificadas;
|
|
23
|
+
(d) usar o software em produção comercial, SaaS ou oferta a terceiros;
|
|
24
|
+
(e) remover ou alterar avisos de copyright, autoria ou licença.
|
|
25
|
+
|
|
26
|
+
3. AUSÊNCIA DE GARANTIA
|
|
27
|
+
O software é fornecido "COMO ESTÁ", sem garantias de qualquer natureza.
|
|
28
|
+
Os titulares não se responsabilizam por danos diretos ou indiretos
|
|
29
|
+
decorrentes do uso.
|
|
30
|
+
|
|
31
|
+
4. RESCISÃO
|
|
32
|
+
Os direitos concedidos por esta licença terminam automaticamente em caso
|
|
33
|
+
de violação, ou quando o período de beta for encerrado. Após o beta, o
|
|
34
|
+
uso continuado dependerá de uma licença comercial separada.
|
|
35
|
+
|
|
36
|
+
5. FORO
|
|
37
|
+
Esta licença é regida pelas leis da República Federativa do Brasil.
|
|
38
|
+
|
|
39
|
+
===============================================================================
|
|
40
|
+
ENGLISH
|
|
41
|
+
===============================================================================
|
|
42
|
+
|
|
43
|
+
This software ("Zé Papagaio") is proprietary, closed-source software,
|
|
44
|
+
licensed — not sold — to beta users under the terms below.
|
|
45
|
+
|
|
46
|
+
1. BETA USE GRANT
|
|
47
|
+
During the beta period (as indicated on zepapagaio.com), any individual
|
|
48
|
+
may download, install and use Zé Papagaio free of charge on personal or
|
|
49
|
+
professional machines they own, for individual use only.
|
|
50
|
+
|
|
51
|
+
2. RESTRICTIONS
|
|
52
|
+
You may NOT, without prior written permission from the copyright holders:
|
|
53
|
+
(a) redistribute, republish, resell or sublicense the software;
|
|
54
|
+
(b) reverse engineer, decompile or derive the source code;
|
|
55
|
+
(c) create derivative works, forks or modified republications;
|
|
56
|
+
(d) use the software in commercial production, SaaS or third-party offerings;
|
|
57
|
+
(e) remove or alter copyright, authorship or license notices.
|
|
58
|
+
|
|
59
|
+
3. NO WARRANTY
|
|
60
|
+
The software is provided "AS IS", without warranty of any kind. The
|
|
61
|
+
copyright holders are not liable for any direct or indirect damages
|
|
62
|
+
arising from its use.
|
|
63
|
+
|
|
64
|
+
4. TERMINATION
|
|
65
|
+
The rights granted by this license terminate automatically upon breach
|
|
66
|
+
or at the end of the beta period. Continued use after beta requires a
|
|
67
|
+
separate commercial license.
|
|
68
|
+
|
|
69
|
+
5. GOVERNING LAW
|
|
70
|
+
This license is governed by the laws of the Federative Republic of Brazil.
|
package/README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# zepapagaio
|
|
2
|
+
|
|
3
|
+
> Zé Papagaio — memória persistente pro seu Claude Code.
|
|
4
|
+
|
|
5
|
+
🦜 Vault + RAG + knowledge graph rodando 100% local na sua máquina.
|
|
6
|
+
Seu Claude para de esquecer as conversas de ontem.
|
|
7
|
+
|
|
8
|
+
## Estado atual
|
|
9
|
+
|
|
10
|
+
**Beta aberto — em breve.** Este pacote é o ponto de entrada oficial
|
|
11
|
+
do instalador do Zé Papagaio. A versão `0.0.1` é um stub que avisa
|
|
12
|
+
quando rodada — a versão funcional (`0.1.0`+) sai quando o beta abrir.
|
|
13
|
+
|
|
14
|
+
Acompanhe em **[zepapagaio.com](https://zepapagaio.com)**.
|
|
15
|
+
|
|
16
|
+
## Uso (quando estiver liberado)
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
npx zepapagaio init
|
|
20
|
+
# ou
|
|
21
|
+
pnpm dlx zepapagaio init
|
|
22
|
+
# ou
|
|
23
|
+
yarn dlx zepapagaio init
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Requer Node.js 18+ e Docker.
|
|
27
|
+
|
|
28
|
+
## Criadores
|
|
29
|
+
|
|
30
|
+
- **Phill Antunes** — Co-founder & CTO
|
|
31
|
+
- **Raphael Duarte** — Co-founder
|
|
32
|
+
|
|
33
|
+
## Licença
|
|
34
|
+
|
|
35
|
+
Proprietário / closed-source, grátis durante o beta. Veja o arquivo
|
|
36
|
+
[`LICENSE`](./LICENSE) pros termos completos (PT + EN).
|
|
37
|
+
|
|
38
|
+
Resumo: você pode baixar e usar o Zé Papagaio de graça durante o beta
|
|
39
|
+
pra uso pessoal/profissional na sua própria máquina. O que você **não**
|
|
40
|
+
pode: redistribuir, fazer fork, engenharia reversa, ou usar em produção
|
|
41
|
+
comercial oferecida a terceiros.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
// Zé Papagaio — stub CLI (v0.0.1)
|
|
4
|
+
// O wrapper real do installer bash vem em breve. Por enquanto este binário
|
|
5
|
+
// só avisa o usuário que o beta aberto vai sair e aponta pro site.
|
|
6
|
+
|
|
7
|
+
const GREEN = "\x1b[32m";
|
|
8
|
+
const LIME = "\x1b[92m";
|
|
9
|
+
const DIM = "\x1b[2m";
|
|
10
|
+
const BOLD = "\x1b[1m";
|
|
11
|
+
const RESET = "\x1b[0m";
|
|
12
|
+
|
|
13
|
+
const banner = `
|
|
14
|
+
${LIME}${BOLD}🦜 Zé Papagaio${RESET} ${DIM}v0.0.1${RESET}
|
|
15
|
+
|
|
16
|
+
${BOLD}Memória persistente pro seu Claude Code.${RESET}
|
|
17
|
+
Vault + RAG + knowledge graph rodando 100% local.
|
|
18
|
+
|
|
19
|
+
${GREEN}▸${RESET} O beta aberto tá a caminho.
|
|
20
|
+
${GREEN}▸${RESET} Acompanhe em ${LIME}https://zepapagaio.com${RESET}
|
|
21
|
+
${GREEN}▸${RESET} Feito por Phill Antunes e Raphael Duarte 🇧🇷
|
|
22
|
+
|
|
23
|
+
${DIM}Quando o instalador for liberado, este mesmo comando
|
|
24
|
+
(npx zepapagaio init) vai baixar e rodar o setup completo.${RESET}
|
|
25
|
+
`;
|
|
26
|
+
|
|
27
|
+
process.stdout.write(banner + "\n");
|
|
28
|
+
process.exit(0);
|
package/package.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "zepapagaio",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Zé Papagaio — memória persistente pro seu Claude Code. Vault + RAG + knowledge graph rodando local. Beta aberto em https://zepapagaio.com",
|
|
5
|
+
"bin": {
|
|
6
|
+
"zepapagaio": "bin/zepapagaio.js"
|
|
7
|
+
},
|
|
8
|
+
"files": [
|
|
9
|
+
"bin/",
|
|
10
|
+
"README.md",
|
|
11
|
+
"LICENSE"
|
|
12
|
+
],
|
|
13
|
+
"keywords": [
|
|
14
|
+
"claude",
|
|
15
|
+
"claude-code",
|
|
16
|
+
"memory",
|
|
17
|
+
"rag",
|
|
18
|
+
"knowledge-graph",
|
|
19
|
+
"vault",
|
|
20
|
+
"obsidian",
|
|
21
|
+
"zepapagaio",
|
|
22
|
+
"cli"
|
|
23
|
+
],
|
|
24
|
+
"author": "Phill Antunes <phil.costa.br@gmail.com>, Raphael Duarte <raphaelduartessph@gmail.com>",
|
|
25
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
26
|
+
"homepage": "https://zepapagaio.com",
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=18"
|
|
29
|
+
}
|
|
30
|
+
}
|