8000 GitHub - nkllon/nkllon-stories: Nkllon Stories
[go: up one dir, main page]

Skip to content

nkllon/nkllon-stories

Repository files navigation

Nkllon Stories — Tales from the Lab

This repo is an executable spore that bundles:

  • Safe ingest scaffold (audit + provenance TTL)
  • Snowflake schema and Snowpark insert example
  • Gmail MCP mailbox skeleton
  • Lab stories content

Prereqs

Quickstart

uv sync
make ingest FILE=README.md ACTOR="Your Name"

Outputs:

  • audit_log.json
  • provenance/provenance_<evt>.ttl

Snowflake (optional)

Set env vars:

  • SNOWFLAKE_ACCOUNT, SNOWFLAKE_USER, SNOWFLAKE_PASSWORD Then:
uv run python snowpark_audit_example.py

cc-sdd (Spec-Driven Development)

Without global install:

uvx cc-sdd --help
make specs-sync
make specs-coverage
make specs-map
make specs-validate

Artifacts land under .kiro/.

Publish

make publish REMOTE=https://github.com/niklon/nkllon-stories.git

Files

  • safe_ingest.py, snowflake_ddl.sql, snowpark_audit_example.py, gmail_mcp.py
  • content/stories/*.md
  • .kiro/specs/ placeholders

About

Nkllon Stories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0