Replicate .claude/rules scaffolding from binect-js
Add the 9-file .claude/rules set (repo-identity, session-protocol,
first-session, workplan-convention, stack-and-commands, architecture,
repo-boundary, credential-routing, agents), adapted to binect-chrome:
slug, agent name, BCHROME-WP- workplan prefix, shared communication topic.
stack/architecture/repo-boundary filled with this repo's real content.
Rewrite CLAUDE.md to the @-import structure mirroring binect-js (prior
prose migrated into the rule files), retaining an inline Kaizen reference.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:17:21 +02:00
|
|
|
## Stack
|
|
|
|
|
|
2026-06-22 23:35:00 +02:00
|
|
|
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
|
|
|
|
- **Language:**
|
|
|
|
|
- **Key deps:**
|
Replicate .claude/rules scaffolding from binect-js
Add the 9-file .claude/rules set (repo-identity, session-protocol,
first-session, workplan-convention, stack-and-commands, architecture,
repo-boundary, credential-routing, agents), adapted to binect-chrome:
slug, agent name, BCHROME-WP- workplan prefix, shared communication topic.
stack/architecture/repo-boundary filled with this repo's real content.
Rewrite CLAUDE.md to the @-import structure mirroring binect-js (prior
prose migrated into the rule files), retaining an inline Kaizen reference.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:17:21 +02:00
|
|
|
|
|
|
|
|
## Dev Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-06-22 23:35:00 +02:00
|
|
|
# TODO: Fill in the standard commands for this repo
|
Replicate .claude/rules scaffolding from binect-js
Add the 9-file .claude/rules set (repo-identity, session-protocol,
first-session, workplan-convention, stack-and-commands, architecture,
repo-boundary, credential-routing, agents), adapted to binect-chrome:
slug, agent name, BCHROME-WP- workplan prefix, shared communication topic.
stack/architecture/repo-boundary filled with this repo's real content.
Rewrite CLAUDE.md to the @-import structure mirroring binect-js (prior
prose migrated into the rule files), retaining an inline Kaizen reference.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:17:21 +02:00
|
|
|
|
2026-06-22 23:35:00 +02:00
|
|
|
# Install dependencies
|
Replicate .claude/rules scaffolding from binect-js
Add the 9-file .claude/rules set (repo-identity, session-protocol,
first-session, workplan-convention, stack-and-commands, architecture,
repo-boundary, credential-routing, agents), adapted to binect-chrome:
slug, agent name, BCHROME-WP- workplan prefix, shared communication topic.
stack/architecture/repo-boundary filled with this repo's real content.
Rewrite CLAUDE.md to the @-import structure mirroring binect-js (prior
prose migrated into the rule files), retaining an inline Kaizen reference.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:17:21 +02:00
|
|
|
|
|
|
|
|
# Run tests
|
|
|
|
|
|
|
|
|
|
# Lint / type check
|
|
|
|
|
|
2026-06-22 23:35:00 +02:00
|
|
|
# Build / package (if applicable)
|
|
|
|
|
```
|