origem 0.1.0 → 0.2.0

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.
Files changed (3) hide show
  1. package/README.md +31 -25
  2. package/dist/index.js +275 -272
  3. package/package.json +12 -5
package/README.md CHANGED
@@ -1,42 +1,48 @@
1
1
  # origem
2
2
 
3
- O last-mile do [Origem](https://origem-ai.web.app): conecta um repositório ao seu
4
- harness e mantém os dois em dia.
3
+ The last mile of [Origem](https://origem-ai.web.app): connects a repository to your
4
+ harness and keeps the two in sync.
5
5
 
6
6
  ```bash
7
7
  npx origem connect
8
8
  ```
9
9
 
10
- Autoriza no navegador (OAuth + PKCE — nenhum token passa pelo clipboard), escreve
11
- `CLAUDE.md`, `.claude/*` e `.mcp.json`, instala a skill do Origem e os hooks de
12
- sessão. Rodar de novo é como se sincroniza.
10
+ Authorises in your browser (OAuth 2.1 + PKCE — no token ever touches your clipboard),
11
+ writes `CLAUDE.md`, `.claude/*` and `.mcp.json`, and installs the Origem skill plus the
12
+ session hooks. Running it again is how you sync.
13
13
 
14
- ## Comandos
14
+ ## Commands
15
15
 
16
- | Comando | O que faz |
16
+ | Command | What it does |
17
17
  |---|---|
18
- | `origem connect` | Conecta e sincroniza. É o único comando necessário no começo. |
19
- | `origem status` | O que mudaria, e se você editou um bloco gerenciado. |
20
- | `origem remove` | Reverte tudo que o Origem escreveu, usando o lock. |
21
- | `origem spec` | Specs abertos e em que estágio cada um está. |
22
- | `origem doctor` | Compara o harness com este repositório e aponta o drift. |
23
- | `origem bootstrap` | o repositório e propõe um harness inteiro. |
24
- | `origem propose` | Sugere uma mudançafica pendente até alguém aceitar. |
25
- | `origem apply` | Reaplica com a credencial gravada, sem navegador. |
26
- | `origem watch` | Executa comandos da fila mesmo sem sessão aberta. |
18
+ | `origem connect` | Connect and sync. The only command you need to start. |
19
+ | `origem status` | What would change, and whether you edited a managed block. |
20
+ | `origem remove` | Reverts everything Origem wrote, using the lock. |
21
+ | `origem spec` | Open specs and the stage each one is in. |
22
+ | `origem doctor` | Compares the harness against this repository and reports drift. |
23
+ | `origem bootstrap` | Reads the repository and proposes a whole harness. |
24
+ | `origem propose` | Suggests one changestays pending until someone accepts it. |
25
+ | `origem apply` | Re-applies with the stored credential, without the browser. |
26
+ | `origem watch` | Runs queued commands even with no session open. |
27
27
 
28
- `origem help` lista todas as opções.
28
+ `origem help` lists every option.
29
29
 
30
- ## Privacidade
30
+ ## What a harness is
31
31
 
32
- `doctor` e `bootstrap` leem o repositório **na sua máquina**. O que sobe é o
33
- resumo nunca os arquivos. O Origem nunca alcança o seu computador: quem puxa é
34
- sempre o CLI.
32
+ A complete Claude Code setup: instructions, rules, boundaries, memory, skills,
33
+ subagents, commands, runtime settings and MCP servers. Its shape is fixed, because
34
+ Claude Code dictates it — so each compartment maps to a known file on disk.
35
35
 
36
- ## Confiança
36
+ ## Privacy
37
37
 
38
- Arquivos privilegiados (`settings.json` com hooks/env, `.mcp.json` com `command`)
39
- exigem confirmação antes de serem escritos. Defina `ORIGEM_SIGNING_SECRET` para
40
- exigir payload assinado.
38
+ `doctor` and `bootstrap` read the repository **on your machine**. What goes up is the
39
+ summary never the files. Origem never reaches into your computer: the CLI always
40
+ pulls, nothing is pushed to you.
41
+
42
+ ## Trust
43
+
44
+ Privileged files (`settings.json` with hooks or env, `.mcp.json` with `command`) require
45
+ confirmation before being written. Set `ORIGEM_SIGNING_SECRET` to require a signed
46
+ payload.
41
47
 
42
48
  MIT.